wok-next diff gtk3-engine-unico/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d958fec46c9f
children
line diff
     1.1 --- a/gtk3-engine-unico/receipt	Tue Jul 10 20:08:05 2018 +0300
     1.2 +++ b/gtk3-engine-unico/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="unico-$VERSION.tar.gz"
     1.5  WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="gtk+3-dev libxml2-dev"
     1.8 +BUILD_DEPENDS="gtk3-dev libxml2-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -26,6 +26,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="gtk+3"
    1.17 +	DEPENDS="gtk3"
    1.18  	TAGS="gtk3"
    1.19  }