[arch-commits] Commit in plasma-desktop/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 3 23:53:19 UTC 2016


    Date: Friday, March 4, 2016 @ 00:53:19
  Author: arojas
Revision: 260769

Fix conflicts with kactivitymanagerd

Modified:
  plasma-desktop/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-03 23:34:56 UTC (rev 260768)
+++ PKGBUILD	2016-03-03 23:53:19 UTC (rev 260769)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.5.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -42,4 +42,7 @@
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
+
+# Conflicts with kactivitymanagerd
+  rm -r "$pkgdir"/usr/share/locale/*/LC_MESSAGES/kactivities5.mo
 }



More information about the arch-commits mailing list