diff options
Diffstat (limited to 'xfce/ristretto/Pkgfile')
-rwxr-xr-x | xfce/ristretto/Pkgfile | 12 |
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 } - |