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

Jan Steffens heftig at archlinux.org
Tue Mar 22 20:38:48 UTC 2011


    Date: Tuesday, March 22, 2011 @ 16:38:48
  Author: heftig
Revision: 116248

upgpkg: file-roller 2.91.92-1
Update to 2.91.92

Modified:
  file-roller/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 20:37:54 UTC (rev 116247)
+++ PKGBUILD	2011-03-22 20:38:48 UTC (rev 116248)
@@ -2,21 +2,21 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=file-roller
-pkgver=2.91.91
+pkgver=2.91.92
 pkgrel=1
 pkgdesc="Archive manipulator for GNOME2"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm' 'namcap')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
 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: managing LZMA and XZ compressed files'
-	    'arj: ARJ archiver'
-	    'unace: extraction tool for the proprietary ace archive format')
+            'unrar: the RAR uncompression program'
+            'zip: creates PKZIP-compatible .zip files'
+            'unzip: unpacks .zip archives'
+            'p7zip: 7zip compression utility'
+            'xz: 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
@@ -25,11 +25,11 @@
 sha256sums=('9a1523badc969d7aa8022ad91d16a3e217352cbd1bbdce65f752548096d21267')
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --sysconfdir=/etc \
-        --libexecdir=/usr/lib/file-roller \
-        --localstatedir=/var --disable-static \
-        --disable-scrollkeeper --disable-schemas-compile
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/file-roller \
+      --localstatedir=/var --disable-static \
+      --disable-scrollkeeper --disable-schemas-compile
   make
 }
 
@@ -37,3 +37,4 @@
     cd "${srcdir}/${pkgname}-${pkgver}"
     make DESTDIR="${pkgdir}" install
 }
+sha256sums=('e5754ef8356c6529d37422c98c9eaf24adcf126587eda8dd4e2e5dcef9cda036')




More information about the arch-commits mailing list