summaryrefslogtreecommitdiffstats
path: root/xfce/ristretto
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-22 14:08:46 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-22 14:08:46 +0100
commit2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da (patch)
tree5bea52104bd3d64147ba1d2efaef91c775de9110 /xfce/ristretto
parent5082e950c3072fbfc290520e9b0a768ce2318484 (diff)
downloadnutyx-extra-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.tar.gz
nutyx-extra-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.tar.bz2
nutyx-extra-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.tar.xz
nutyx-extra-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.zip
ristretto, maj 0.0.91-1
Diffstat (limited to 'xfce/ristretto')
-rw-r--r--xfce/ristretto/.md5sum2
-rwxr-xr-xxfce/ristretto/Pkgfile12
2 files changed, 7 insertions, 7 deletions
diff --git a/xfce/ristretto/.md5sum b/xfce/ristretto/.md5sum
index a5a01c45f..026abf69a 100644
--- a/xfce/ristretto/.md5sum
+++ b/xfce/ristretto/.md5sum
@@ -1 +1 @@
-978ae19472c5a0b7d4b6622a68234a67 ristretto-0.0.22.tar.gz
+1df541b920f044ac9f3731b2a0fe02d1 ristretto-0.0.91.tar.bz2
diff --git a/xfce/ristretto/Pkgfile b/xfce/ristretto/Pkgfile
index d7a7c3f0d..49636327a 100755
--- a/xfce/ristretto/Pkgfile
+++ b/xfce/ristretto/Pkgfile
@@ -1,14 +1,14 @@
# Description: Visionneuse d'images pour Xfce
# URL: http://goodies.xfce.org/projects/applications/ristretto
# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: xfce4-dev-tools, thunar, libexif
-# Run on: xfce4-dev-tools,thunar,libexif
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxdamage,xfce4-dev-tools, thunar,libexif
+# Run on: thunar,libexif
name=ristretto
-version=0.0.22
+version=0.0.91
release=1
-source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz)
+source=(http://archive.xfce.org/src/apps/$name/0.0/$name-$version.tar.bz2)
build() {
cd $name-$version
@@ -19,5 +19,5 @@ cd $name-$version
--disable-static
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
}
-