wok-next diff loqui/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 | 5841522533ec |
children | d5aab818505e |
line diff
1.1 --- a/loqui/receipt Mon Apr 16 11:36:31 2018 +0300 1.2 +++ b/loqui/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://launchpadlibrarian.net/85404437/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="gtk+-dev" 1.8 +BUILD_DEPENDS="gtk2-dev" 1.9 1.10 compile_rules() { 1.11 export LDFLAGS="$LDFLAGS -lgthread-2.0" 1.12 @@ -24,5 +24,5 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="gtk+" 1.17 + DEPENDS="gtk2" 1.18 }