Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
calligra
Commits:
7946fe31 by Antonio Rojas at 2024-02-22T20:01:18+01:00
upgpkg: 3.2.1-55: Fix service menu install dir
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = calligra
pkgdesc = A set of applications for productivity and creative usage
pkgver = 3.2.1
- pkgrel = 54
+ pkgrel = 55
url = https://www.calligra-suite.org/
arch = x86_64
license = FDL1.2
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=calligra
pkgdesc='A set of applications for productivity and creative usage'
pkgver=3.2.1
-pkgrel=54
+pkgrel=55
arch=(x86_64)
url='https://www.calligra-suite.org/'
license=(FDL1.2 GPL2 LGPL)
@@ -98,5 +98,6 @@ package() {
# Install service menus to KF6 path
install -d "$pkgdir"/usr/share/kio
- mv "$pkgdir"/usr/share/{kservices5/ServiceMenus,kio/servicemenus}
+ mv "$pkgdir"/usr/share/{kservices5/ServiceMenus/calligra,kio/servicemenus}
+ rm -r "$pkgdir"/usr/share/kservices5/ServiceMenus
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calligra/-/commit/7946fe318eddd94f805252563032e88e32d521ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calligra/-/commit/7946fe318eddd94f805252563032e88e32d521ec
You're receiving this email because of your account on gitlab.archlinux.org.