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

Andrea Scarpino andrea at archlinux.org
Mon Jun 27 12:22:42 UTC 2011


    Date: Monday, June 27, 2011 @ 08:22:42
  Author: andrea
Revision: 129430

Needs to be built with kdeutils-ark to get the 'extract here' function in the right-click menu

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-27 11:40:42 UTC (rev 129429)
+++ PKGBUILD	2011-06-27 12:22:42 UTC (rev 129430)
@@ -7,14 +7,15 @@
 pkgname=krusader
 pkgver=2.4.0beta1
 _pkgver=2.4.0-beta1
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
 arch=('i686' 'x86_64')
 url="http://krusader.sourceforge.net/"
 license=('GPL')
 depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=("kdebase-keditbookmarks: to edit bookmarks")
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
+optdepends=("kdebase-keditbookmarks: to edit bookmarks"
+            "kdeutils-ark: extract archive with right-click")
 install=krusader.install
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
 md5sums=('d2340718d05d69e7f2a7f0846471ee12')




More information about the arch-commits mailing list