wok-next diff gigolo/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 690e7cc036d5 |
children | 5669e8b3be70 |
line diff
1.1 --- a/gigolo/receipt Tue Oct 09 00:23:28 2018 +0300 1.2 +++ b/gigolo/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="xfce4-dev-tools gtk+-dev xorg-libX11-dev" 1.8 +BUILD_DEPENDS="xfce4-dev-tools gtk2-dev xorg-libX11-dev" 1.9 1.10 compile_rules() { 1.11 ./autogen.sh \ 1.12 @@ -22,6 +22,6 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="glib gtk+ xorg-libX11" 1.17 + DEPENDS="glib gtk2 xorg-libX11" 1.18 TAGS="Xfce" 1.19 }