wok rev 12359
Up: midori to 0.4.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 21:31:07 2012 +0000 (2012-04-19) |
parents | 123f382dd979 |
children | 7fc02c677e62 |
files | midori/receipt |
line diff
1.1 --- a/midori/receipt Thu Apr 19 21:29:32 2012 +0000 1.2 +++ b/midori/receipt Thu Apr 19 21:31:07 2012 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="midori" 1.7 -VERSION="0.4.4" 1.8 +VERSION="0.4.5" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Light Web Browse using GTK+/WebKit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://software.twotoasts.de/?page=midori" 1.14 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 1.15 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.16 1.17 DEPENDS="libsexy libwebkit libsoup sqlite xorg-libXdamage xorg-libXss \ 1.18 gcc-lib-base libgnutls" 1.19 @@ -27,7 +27,7 @@ 1.20 --disable-unique \ 1.21 --disable-hildon && 1.22 make && 1.23 - make install 1.24 + make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 @@ -48,5 +48,5 @@ 1.29 cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons 1.30 rm -rf $fs/usr/share/icons/hicolor/scalable 1.31 cd $fs/usr/share/pixmaps 1.32 - ln -s ../icons/hicolor/22x22/apps/midori.png . 1.33 + ln -sf ../icons/hicolor/22x22/apps/midori.png . 1.34 }