Date: Sunday, November 27, 2016 @ 10:26:00
  Author: arojas
Revision: 282117

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

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-11-27 10:18:17 UTC (rev 282116)
+++ PKGBUILD    2016-11-27 10:26:00 UTC (rev 282117)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=16.11.80
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://www.kde.org/'
@@ -24,8 +24,8 @@
 prepare() {
   mkdir -p build
 
-# Don't build plasma stuff
-  sed -e '/add_subdirectory(plasma)/d' -i kde-runtime-$pkgver/CMakeLists.txt
+# Don't link to kactivities
+  sed -e '/plasmaextracomponents/d' -i 
kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt
 }
 
 build() {

Reply via email to