Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kpimtextedit5
Commits:
71763746 by Antonio Rojas at 2023-11-26T14:10:48+01:00
upgpkg: 23.08.3-2: Drop translations
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kpimtextedit5
pkgdesc = A textedit with PIM-specific features
pkgver = 23.08.3
- pkgrel = 1
+ pkgrel = 2
url = https://kontact.kde.org
arch = x86_64
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=kpimtextedit
pkgname=${_name}5
pkgver=23.08.3
-pkgrel=1
+pkgrel=2
pkgdesc='A textedit with PIM-specific features'
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/kpimtextedit5/-/commit/717637462c45100e2b4c39df023ba749ff5b4300
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kpimtextedit5/-/commit/717637462c45100e2b4c39df023ba749ff5b4300
You're receiving this email because of your account on gitlab.archlinux.org.