wok-next diff emelfm2/receipt @ rev 21157
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 04 11:54:13 2019 +0100 (2019-02-04) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/emelfm2/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/emelfm2/receipt Mon Feb 04 11:54:13 2019 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="http://emelfm2.net/rel/$TARBALL" # FIXME 1.6 1.7 -BUILD_DEPENDS="gtk2-dev xorg-xorgproto libmagic-dev coreutils-operations gettext" 1.8 +BUILD_DEPENDS="gtk2-dev xorgproto libmagic-dev coreutils-operations gettext" 1.9 1.10 compile_rules() { 1.11 sed \ 1.12 @@ -34,6 +34,6 @@ 1.13 cp -a $install/usr/share/pixmaps $fs/usr/share 1.14 cd $fs/usr/share/pixmaps 1.15 ln -s emelfm2/emelfm2_32.png emelfm2.png 1.16 - DEPENDS="gtk2 xorg-libXdamage" 1.17 + DEPENDS="gtk2 libxdamage" 1.18 TAGS="file-manager" 1.19 }