[arch-commits] Commit in file-roller/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Dec 15 19:01:10 UTC 2009


    Date: Tuesday, December 15, 2009 @ 14:01:09
  Author: jgc
Revision: 61355

Merged revisions 58383,61353 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/file-roller/trunk

........
  r58383 | ibiru | 2009-11-07 15:07:12 +0100 (Sat, 07 Nov 2009) | 1 line
  
  added optdepends to extend functionality FS#15924
........
  r61353 | jgc | 2009-12-15 20:00:53 +0100 (Tue, 15 Dec 2009) | 2 lines
  
  upgpkg: file-roller 2.28.2-1
      Update to 2.28.2
........

Modified:
  file-roller/repos/extra-x86_64/	(properties)
  file-roller/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)


Property changes on: file-roller/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /file-roller/trunk:1-56187
   + /file-roller/trunk:1-61353

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-12-15 19:00:58 UTC (rev 61354)
+++ extra-x86_64/PKGBUILD	2009-12-15 19:01:09 UTC (rev 61355)
@@ -2,20 +2,27 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=file-roller
-pkgver=2.28.1
+pkgver=2.28.2
 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
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('ce1b18d0ec5e383ef64def91b67c96cebd8adfb99ac3b4bcac0ae40c90a12250')
+sha256sums=('718726466df0bb8c561b6af0ef7fdc1121e1385197ec14fcc396f431daffbb2c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list