# HG changeset patch # User Christopher Rogers # Date 1334871067 0 # Node ID 1f0ec5d5c74b445e065f388b8584a4d02ae43569 # Parent 123f382dd9792d2df78791fa7f194f8764b96fcd Up: midori to 0.4.5. diff -r 123f382dd979 -r 1f0ec5d5c74b midori/receipt --- a/midori/receipt Thu Apr 19 21:29:32 2012 +0000 +++ b/midori/receipt Thu Apr 19 21:31:07 2012 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="midori" -VERSION="0.4.4" +VERSION="0.4.5" CATEGORY="x-window" SHORT_DESC="Light Web Browse using GTK+/WebKit." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://software.twotoasts.de/?page=midori" -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" DEPENDS="libsexy libwebkit libsoup sqlite xorg-libXdamage xorg-libXss \ gcc-lib-base libgnutls" @@ -27,7 +27,7 @@ --disable-unique \ --disable-hildon && make && - make install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -48,5 +48,5 @@ cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons rm -rf $fs/usr/share/icons/hicolor/scalable cd $fs/usr/share/pixmaps - ln -s ../icons/hicolor/22x22/apps/midori.png . + ln -sf ../icons/hicolor/22x22/apps/midori.png . }