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

Andrea Scarpino andrea at archlinux.org
Wed Jan 28 17:57:25 UTC 2015


    Date: Wednesday, January 28, 2015 @ 18:57:25
  Author: andrea
Revision: 230215

upgpkg: krunner 5.6.0-2

Add drkonqi as optional dep

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-28 17:53:45 UTC (rev 230214)
+++ PKGBUILD	2015-01-28 17:57:25 UTC (rev 230215)
@@ -3,7 +3,7 @@
 
 pkgname=krunner
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework for providing different actions given a string query'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/krunner'
@@ -10,12 +10,13 @@
 license=('LGPL')
 depends=('plasma-framework' 'threadweaver')
 makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('drkonqi: KDE crash handler application')
 groups=('kf5-aids')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz")
 md5sums=('fac2693844895d7e4b0413f08cce3003')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {
@@ -24,7 +25,6 @@
     -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
   make



More information about the arch-commits mailing list