Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kontactinterface5
Commits:
f7c4e217 by Antonio Rojas at 2023-11-26T14:14:05+01:00
upgpkg: 23.08.3-2: Drop translations
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kontactinterface5
pkgdesc = Kontact Plugin Interface Library
pkgver = 23.08.3
- pkgrel = 1
+ pkgrel = 2
url = https://kontact.kde.org
arch = x86_64
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=kontactinterface
pkgname=${_name}5
pkgver=23.08.3
-pkgrel=1
+pkgrel=2
pkgdesc='Kontact Plugin Interface Library'
arch=(x86_64)
url='https://kontact.kde.org'
@@ -27,4 +27,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+ rm -r "$pkgdir"/usr/share/locale # Conflicts with Qt5 version
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kontactinterface5/-/commit/f7c4e217b2034154be36de8bc97dc73aadb14c4b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kontactinterface5/-/commit/f7c4e217b2034154be36de8bc97dc73aadb14c4b
You're receiving this email because of your account on gitlab.archlinux.org.