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

Antonio Rojas arojas at archlinux.org
Thu Jul 23 12:10:28 UTC 2015


    Date: Thursday, July 23, 2015 @ 14:10:28
  Author: arojas
Revision: 242465

drkonqi is useless without gdb

Modified:
  plasma-workspace/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-23 11:03:28 UTC (rev 242464)
+++ PKGBUILD	2015-07-23 12:10:28 UTC (rev 242465)
@@ -65,7 +65,7 @@
 
 package_drkonqi() {
   pkgdesc='KDE crash handler'
-  depends=('kdewebkit' 'kxmlrpcclient')
+  depends=('kdewebkit' 'kxmlrpcclient' 'gdb')
 
   cd build/drkonqi
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list