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

Antonio Rojas arojas at archlinux.org
Fri Nov 25 11:19:03 UTC 2016


    Date: Friday, November 25, 2016 @ 11:19:03
  Author: arojas
Revision: 282003

Drop more obsolete stuff

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-25 08:20:09 UTC (rev 282002)
+++ PKGBUILD	2016-11-25 11:19:03 UTC (rev 282003)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=16.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins and applications necessary for the running of KDE applications"
 arch=('i686' 'x86_64')
 url='https://www.kde.org/'
@@ -28,6 +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
 }
 
 build() {



More information about the arch-commits mailing list