[arch-commits] Commit in kdebase-runtime/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 27 10:07:23 UTC 2016


    Date: Sunday, November 27, 2016 @ 10:07:22
  Author: arojas
Revision: 282114

Remove only plasma components that link to kactivities (FS#51977)

Modified:
  kdebase-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-27 09:42:28 UTC (rev 282113)
+++ PKGBUILD	2016-11-27 10:07:22 UTC (rev 282114)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=16.08.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugins and applications necessary for the running of KDE applications"
 arch=('i686' 'x86_64')
 url='https://www.kde.org/'
@@ -28,8 +28,8 @@
   patch -p1 -i ../kdebase-runtime-gpgme-1.7.patch
 # Don't build drkonqi
   sed -e '/drkonqi/d' -i CMakeLists.txt
-# Don't build plasma stuff
-  sed -e '/add_subdirectory(plasma)/d' -i CMakeLists.txt
+# Don't link to kactivities
+  sed -e '/plasmaextracomponents/d' -i plasma/declarativeimports/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list