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

Antonio Rojas arojas at archlinux.org
Sat Oct 29 23:26:55 UTC 2016


    Date: Saturday, October 29, 2016 @ 23:26:54
  Author: arojas
Revision: 279462

Don't build drkonqi, use KF5 version

Modified:
  kdebase-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-29 20:44:44 UTC (rev 279461)
+++ PKGBUILD	2016-10-29 23:26:54 UTC (rev 279462)
@@ -5,14 +5,14 @@
 
 pkgname=kdebase-runtime
 pkgver=16.08.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins and applications necessary for the running of KDE applications"
 arch=('i686' 'x86_64')
 url='https://www.kde.org/'
 license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost' 'kdepimlibs')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost')
 depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('kdepimlibs4: for DrKonqi' 'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications documentation')
 provides=(notification-daemon)
 conflicts=(kdesu4)
 replaces=(kdesu4)
@@ -26,6 +26,8 @@
 # Build against gpgme's gpgme++
   cd kde-runtime-$pkgver
   patch -p1 -i ../kdebase-runtime-gpgme-1.7.patch
+# Don't build drkonqi
+  sed -e '/drkonqi/d' -i CMakeLists.txt
 }
 
 build() {
@@ -41,8 +43,7 @@
     -DBUILD_khelpcenter=OFF \
     -DBUILD_kglobalaccel=OFF \
     -DBUILD_kuiserver=OFF \
-    -DBUILD_doc=OFF \
-    -DWITH_QGpgme=ON
+    -DBUILD_doc=OFF
   make
 }
 
@@ -53,6 +54,9 @@
   rm "$pkgdir"/usr/share/icons/hicolor/index.theme
   ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
 
+# Use KF5 drkonqi
+  ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
+
 # FS#36668
   chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
   chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud



More information about the arch-commits mailing list