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

Andrea Scarpino andrea at archlinux.org
Thu Jan 29 08:51:32 UTC 2015


    Date: Thursday, January 29, 2015 @ 09:51:31
  Author: andrea
Revision: 230233

upgpkg: kcrash 5.6.0-2

Add drkonqi as optdep

Modified:
  kcrash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-29 08:51:17 UTC (rev 230232)
+++ PKGBUILD	2015-01-29 08:51:31 UTC (rev 230233)
@@ -3,7 +3,7 @@
 
 pkgname=kcrash
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Support for application crash analysis and bug report from apps'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kcrash'
@@ -10,16 +10,16 @@
 license=('LGPL')
 depends=('kcoreaddons' 'kwindowsystem')
 makedepends=('extra-cmake-modules')
+optdepends=('drkonqi: KDE crash handler application')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('2ee93222cdd57bbb48bc0067bf7f2f8a')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {
-  # LIBEXEC is needed for drkonqi
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list