wok diff matchbox-desktop/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 17e313b5b9c1
children 241fb98cab1c
line diff
     1.1 --- a/matchbox-desktop/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/matchbox-desktop/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://matchbox-project.org/"
     1.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
     1.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="gtk+ startup-notification libmatchbox"
    1.11  BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl"
    1.18  	./configure \
    1.19  		--sysconfdir=/etc \
    1.20 @@ -35,4 +34,3 @@
    1.21  		$fs/usr/lib/matchbox/desktop
    1.22  	cp -a $install/usr/share $fs/usr
    1.23  }
    1.24 -