Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: libreoffice-fresh-app #6861

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ libhyprutils-bin
libicu-deb
liblcf
libndi4-deb
libreoffice-fresh-app
libresprite-git
libressl
librewolf-app
Expand Down
29 changes: 29 additions & 0 deletions packages/libreoffice-fresh-app/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pkgbase = libreoffice-fresh-app
gives = libreoffice
pkgver = 24.8.4.2
pkgdesc = a private, free and open source office suite
url = https://www.libreoffice.org/
arch = amd64
depends = default-jre
license = MPL-2.0
maintainer = villamorrd <[email protected]>
repology = project: libreoffice
source = https://appimages.libreitalia.org/LibreOffice-24.8.4.2.full-x86_64.AppImage
source = libreoffice-app
source = startcenter.desktop
source = base.desktop
source = writer.desktop
source = impress.desktop
source = calc.desktop
source = math.desktop
sha256sums = 323830d8efdca5402f5743e0c025c21b90bba456873c5d592ba988ab162127fe
sha256sums = 1bce83a3b51c1aa00957f4ecd96cc6c4e5cf2f2e2c73aa4904099a7f6676605f
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP

pkgname = libreoffice-fresh-app
403 changes: 403 additions & 0 deletions packages/libreoffice-fresh-app/base.desktop

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions packages/libreoffice-fresh-app/calc.desktop

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions packages/libreoffice-fresh-app/draw.desktop

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions packages/libreoffice-fresh-app/impress.desktop

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/libreoffice-fresh-app/libreoffice-app
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

/opt/libreoffice-fresh-app/libreoffice.AppImage "$@"
44 changes: 44 additions & 0 deletions packages/libreoffice-fresh-app/libreoffice-fresh-app.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
pkgname="libreoffice-fresh-app"
repology=("project: libreoffice")
arch=("amd64")
pkgver="24.8.4.2"
url='https://www.libreoffice.org/'
source=(
"https://appimages.libreitalia.org/LibreOffice-${pkgver}.full-x86_64.AppImage"
"libreoffice-app"
"startcenter.desktop"
"base.desktop"
"writer.desktop"
"impress.desktop"
"calc.desktop"
"math.desktop"
)
sha256sums=(
"323830d8efdca5402f5743e0c025c21b90bba456873c5d592ba988ab162127fe"
"1bce83a3b51c1aa00957f4ecd96cc6c4e5cf2f2e2c73aa4904099a7f6676605f"
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
)
depends=("default-jre")
gives="libreoffice"
pkgdesc="a private, free and open source office suite"
maintainer=("villamorrd <[email protected]>")
license=('MPL-2.0')

prepare() {
mkdir -p "${pkgdir}/usr/share/applications"
}

package() {
install -Dm755 "LibreOffice-${pkgver}.full-x86_64.AppImage" "${pkgdir}/opt/${pkgname}/libreoffice.AppImage"
install -Dm755 -t "${pkgdir}/usr/bin" libreoffice-app

for desktopfile in *.desktop; do
install -Dm644 "${desktopfile}" "${pkgdir}/usr/share/applications/libreoffice-${desktopfile}"
done
}
404 changes: 404 additions & 0 deletions packages/libreoffice-fresh-app/math.desktop

Large diffs are not rendered by default.

304 changes: 304 additions & 0 deletions packages/libreoffice-fresh-app/startcenter.desktop

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions packages/libreoffice-fresh-app/writer.desktop

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -5916,6 +5916,36 @@ pkgbase = libndi4-deb

pkgname = libndi4-deb
---
pkgbase = libreoffice-fresh-app
gives = libreoffice
pkgver = 24.8.4.2
pkgdesc = a private, free and open source office suite
url = https://www.libreoffice.org/
arch = amd64
depends = default-jre
license = MPL-2.0
maintainer = villamorrd <[email protected]>
repology = project: libreoffice
source = https://appimages.libreitalia.org/LibreOffice-24.8.4.2.full-x86_64.AppImage
source = libreoffice-app
source = startcenter.desktop
source = base.desktop
source = writer.desktop
source = impress.desktop
source = calc.desktop
source = math.desktop
sha256sums = 323830d8efdca5402f5743e0c025c21b90bba456873c5d592ba988ab162127fe
sha256sums = 1bce83a3b51c1aa00957f4ecd96cc6c4e5cf2f2e2c73aa4904099a7f6676605f
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP

pkgname = libreoffice-fresh-app
---
pkgbase = libresprite-git
gives = libresprite
pkgver = 1.0
Expand Down
Loading