# HG changeset patch # User Christopher Rogers # Date 1299164332 0 # Node ID 91b1096c385462f5bf16aa430a4bb901c18def98 # Parent 9bbc51dbc27f0c2f5156fb71a3f2cec2b212cf12 Up: xfce4-ristretto to 0.0.93. diff -r 9bbc51dbc27f -r 91b1096c3854 xfce4-ristretto/receipt --- a/xfce4-ristretto/receipt Thu Mar 03 20:40:17 2011 +0100 +++ b/xfce4-ristretto/receipt Thu Mar 03 14:58:52 2011 +0000 @@ -1,25 +1,22 @@ # SliTaz package receipt. PACKAGE="xfce4-ristretto" -VERSION="0.0.91" +VERSION="0.0.93" CATEGORY="x-window" SHORT_DESC="Picture-viewer for Xfce " MAINTAINER="erjo@slitaz.org" DEPENDS="libxfce4util libxfcegui4 libexif dbus-glib thunar gamin" -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexif-dev dbus-glib-dev thunar-dev xfce4-dev-tools" +BUILD_DEPENDS="xfce4-dev-tools intltool" SOURCE="ristretto" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/ristretto" -WGET_URL="http://git.xfce.org/apps/ristretto/snapshot/$TARBALL" -#WGET_URL="http://goodies.xfce.org/releases/ristretto/$TARBALL" +WGET_URL="http://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - - ./autogen.sh --prefix=/usr - make && make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -33,8 +30,7 @@ cp -a $_pkg/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor cp -a $_pkg/usr/share/icons/hicolor/22* $fs/usr/share/icons/hicolor cp -a $_pkg/usr/share/icons/hicolor/32* $fs/usr/share/icons/hicolor - - cd $fs/usr/share/pixmaps ; ln -s ../icons/hicolor/32x32/apps/$PACKAGE.png ; cd - + ln -s /usr/share/icons/hicolor/32x32/apps/$SOURCE.png $fs/usr/share/pixmaps/$SOURCE.png } post_install()