wok-next diff idesk/receipt @ rev 21093
garcon, libacpi, mypaint: make shared libs executables to correct determine architecture (no "noarch")
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 29 17:03:13 2018 +0200 (2018-12-29) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/idesk/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/idesk/receipt Sat Dec 29 17:03:13 2018 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="imlib2-dev xorg-libXft-dev" 1.8 +BUILD_DEPENDS="imlib2-dev libxft-dev" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 @@ -30,5 +30,5 @@ 1.13 rm -f \ 1.14 $fs/usr/share/idesk/*.xpm \ 1.15 $fs/usr/share/idesk/README 1.16 - DEPENDS="imlib2 xorg-libXft" 1.17 + DEPENDS="imlib2 libxft" 1.18 }