wok-next diff tilda/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents 0a9b2a43d493
children d5aab818505e
line diff
     1.1 --- a/tilda/receipt	Sun May 06 04:24:54 2018 +0300
     1.2 +++ b/tilda/receipt	Wed Oct 17 03:59:24 2018 +0300
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/lanoxx/tilda/archive/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="automake gettext gtk+3-dev vte-dev libconfuse"
     1.8 +BUILD_DEPENDS="automake gettext gtk3-dev vte-dev libconfuse"
     1.9  
    1.10  compile_rules() {
    1.11  	./autogen.sh \
    1.12 @@ -23,6 +23,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="gdk-pixbuf glib gtk+3 pango vte xorg-libX11"
    1.17 +	DEPENDS="gdk-pixbuf glib gtk3 pango vte xorg-libX11"
    1.18  	TAGS="terminal"
    1.19  }