summaryrefslogtreecommitdiffstats
path: root/xfce/ristretto/Pkgfile
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/Pkgfile
parent5082e950c3072fbfc290520e9b0a768ce2318484 (diff)
downloadnutyx-pakxe-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.tar.gz
nutyx-pakxe-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.tar.bz2
nutyx-pakxe-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.tar.xz
nutyx-pakxe-2e89eabe9b6aebf9cbf2c49bb83c70c3dffbb5da.zip
ristretto, maj 0.0.91-1
Diffstat (limited to 'xfce/ristretto/Pkgfile')
-rwxr-xr-xxfce/ristretto/Pkgfile12
1 files changed, 6 insertions, 6 deletions
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
}
-