wok-next diff pulse/receipt @ rev 21021

Combine slitaz-dev-tools
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 03:56:00 2018 +0200 (2018-11-03)
parents d3adbeea3a9f
children 82b613cfd1e0
line diff
     1.1 --- a/pulse/receipt	Wed Nov 08 19:39:57 2017 +0200
     1.2 +++ b/pulse/receipt	Sat Nov 03 03:56:00 2018 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/DoMiNeLa10/pulse/archive/$COMMIT.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="gtk+-dev"
     1.8 +BUILD_DEPENDS="gtk2-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	make || return 1
    1.12 @@ -23,5 +23,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
    1.17 +	DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
    1.18  }