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

Ionut Biru ibiru at archlinux.org
Sat Nov 7 14:07:12 UTC 2009


    Date: Saturday, November 7, 2009 @ 09:07:12
  Author: ibiru
Revision: 58383

added optdepends to extend functionality FS#15924

Modified:
  file-roller/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-07 13:28:27 UTC (rev 58382)
+++ PKGBUILD	2009-11-07 14:07:12 UTC (rev 58383)
@@ -5,11 +5,18 @@
 pkgver=2.28.1
 pkgrel=1
 pkgdesc="Archive manipulator for GNOME2"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('desktop-file-utils' 'gconf>=2.28.0')
 makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'pkgconfig' 'nautilus>=2.28.0')
-optdepends=('nautilus: nautilus shell extension')
+optdepends=('nautilus: nautilus shell extension'
+	    'unrar: the RAR uncompression program'
+	    'zip: creates PKZIP-compatible .zip files'
+	    'unzip: unpacks .zip archives'
+	    'p7zip: 7zip compression utility'
+	    'xz-utils: managing LZMA and XZ compressed files'
+	    'arj: ARJ archiver'
+	    'unace: extraction tool for the proprietary ace archive format')
 groups=('gnome-extra')
 options=('!libtool' '!emptydirs')
 install=file-roller.install




More information about the arch-commits mailing list