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

Ionut Biru ibiru at archlinux.org
Wed Dec 16 16:53:58 UTC 2009


    Date: Wednesday, December 16, 2009 @ 11:53:57
  Author: ibiru
Revision: 61466

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

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

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

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


Property changes on: file-roller/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /file-roller/trunk:1-56447
   + /file-roller/trunk:1-61465

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-12-16 16:51:11 UTC (rev 61465)
+++ extra-i686/PKGBUILD	2009-12-16 16:53:57 UTC (rev 61466)
@@ -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