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

Antonio Rojas arojas at archlinux.org
Thu Mar 3 22:31:56 UTC 2016


    Date: Thursday, March 3, 2016 @ 23:31:56
  Author: arojas
Revision: 260711

Build only library for Plasma 5.6

Added:
  kactivities/kde-unstable/
Modified:
  kactivities/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2016-03-03 22:23:25 UTC (rev 260688)
+++ kde-unstable/PKGBUILD	2016-03-03 22:31:56 UTC (rev 260711)
@@ -5,7 +5,7 @@
 
 pkgname=kactivities
 pkgver=5.19.0
-pkgrel=1
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
 url='https://projects.kde.org/projects/frameworks/kactivities'
@@ -29,9 +29,9 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DQML_INSTALL_DIR=lib/qt/qml \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DKACTIVITIES_LIBRARY_ONLY=ON
   make
 }
 
@@ -38,4 +38,7 @@
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
+
+# Remove translations, moved to kactivitymanagerd
+  rm -r "$pkgdir"/usr/share
 }



More information about the arch-commits mailing list