wok diff midori/receipt @ rev 12661
merge
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 01 10:13:22 2012 +0200 (2012-05-01) |
parents | 0a352dc005b7 |
children | be4730f4e0c6 |
line diff
1.1 --- a/midori/receipt Fri Mar 09 14:58:49 2012 +0100 1.2 +++ b/midori/receipt Tue May 01 10:13:22 2012 +0200 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 }