wok-current diff startup-notification/receipt @ rev 20311
syslinux/isohybrid.sh: resize EFI partition (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 14 22:22:48 2018 +0200 (2018-05-14) |
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 Mon May 14 22:22:48 2018 +0200 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 -