wok-6.x diff startup-notification/receipt @ rev 19647
linux-source: busybox wget removed -s for spider
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Jan 21 12:54:39 2017 -0500 (2017-01-21) |
parents | 62b66edb40b5 |
children | 5d79829fa876 |
line diff
1.1 --- a/startup-notification/receipt Sat Apr 05 21:37:01 2014 +0200 1.2 +++ b/startup-notification/receipt Sat Jan 21 12:54:39 2017 -0500 1.3 @@ -8,11 +8,10 @@ 1.4 LICENSE="LGPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/" 1.7 -WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL" 1.8 +WGET_URL="${WEB_SITE}$TARBALL" 1.9 HOST_ARCH="i486 arm" 1.10 1.11 -DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM \ 1.12 -xorg-libX11 xorg-libXau xorg-libXdmcp" 1.13 +DEPENDS="xcb-util xorg-libSM xorg-libX11" 1.14 BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 @@ -31,4 +30,3 @@ 1.18 mkdir -p $fs/usr/lib 1.19 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.20 } 1.21 -