[arch-commits] Commit in ristretto/trunk (PKGBUILD ristretto.install)

Jan de Groot jgc at archlinux.org
Fri May 8 21:18:24 UTC 2009


    Date: Friday, May 8, 2009 @ 17:18:24
  Author: jgc
Revision: 38521

upgpkg: ristretto 0.0.21-2
    Clean up dependencies, add desktop-file-utils and hicolor-icon-theme dependencies

Modified:
  ristretto/trunk/PKGBUILD
  ristretto/trunk/ristretto.install

-------------------+
 PKGBUILD          |    7 +++----
 ristretto.install |    5 -----
 2 files changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-08 21:07:28 UTC (rev 38520)
+++ PKGBUILD	2009-05-08 21:18:24 UTC (rev 38521)
@@ -3,13 +3,12 @@
 
 pkgname=ristretto
 pkgver=0.0.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Ristretto is a image viewer for Xfce"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/ristretto"
 license=('GPL2')
-depends=('libjpeg' 'librsvg' 'libpng' \
-         'libxfcegui4' 'thunar')
+depends=('libxfcegui4' 'thunar' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool')
 groups=('xfce4-goodies')
@@ -19,7 +18,7 @@
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }

Modified: ristretto.install
===================================================================
--- ristretto.install	2009-05-08 21:07:28 UTC (rev 38520)
+++ ristretto.install	2009-05-08 21:18:24 UTC (rev 38521)
@@ -11,8 +11,3 @@
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list