Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
akonadi-contacts5
Commits:
d2b034ed by Antonio Rojas at 2023-11-26T14:17:57+01:00
upgpkg: 23.08.3-3: Drop translations
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = akonadi-contacts5
pkgdesc = Libraries and daemons to implement Contact Management in
Akonadi
pkgver = 23.08.3
- pkgrel = 2
+ pkgrel = 3
url = https://kontact.kde.org
arch = x86_64
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=akonadi-contacts
pkgname=${_name}5
pkgver=23.08.3
-pkgrel=2
+pkgrel=3
pkgdesc='Libraries and daemons to implement Contact Management in Akonadi'
arch=(x86_64)
url='https://kontact.kde.org'
@@ -26,5 +26,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
- rm -r "$pkgdir"/usr/share/locale # Conflicts with Qt5 version
+ rm -r "$pkgdir"/usr/share/{akonadi,locale} # Conflicts with Qt5 version
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/akonadi-contacts5/-/commit/d2b034ed6cd76c7f614be4ee127db9c734449446
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/akonadi-contacts5/-/commit/d2b034ed6cd76c7f614be4ee127db9c734449446
You're receiving this email because of your account on gitlab.archlinux.org.