wok-6.x diff matchbox-desktop-2/receipt @ rev 19625
Up openssh (7.4p1) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 12 09:30:51 2017 +0100 (2017-01-12) |
parents | 17e313b5b9c1 |
children | 241fb98cab1c |
line diff
1.1 --- a/matchbox-desktop-2/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/matchbox-desktop-2/receipt Thu Jan 12 09:30:51 2017 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 SOURCE="matchbox-desktop" 1.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://matchbox-project.org/" 1.7 -WGET_URL="${WEB_SITE}sources/$SOURCE/2.0/$TARBALL" 1.8 +WGET_URL="${WEB_SITE}sources/$SOURCE/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="gtk+ dbus dbus-glib util-linux-uuid" 1.11 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev" 1.12 @@ -20,7 +20,6 @@ 1.13 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.14 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.15 1.16 - cd $src 1.17 ./configure \ 1.18 --disable-startup-notification \ 1.19 $CONFIGURE_ARGS &&