wok-next diff leafpad/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 6befec62b46c
children d5aab818505e
line diff
     1.1 --- a/leafpad/receipt	Thu Aug 30 10:49:57 2018 +0300
     1.2 +++ b/leafpad/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="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xorgproto intltool"
     1.8 +BUILD_DEPENDS="gtk2-dev xorg-libXrender-dev xorg-xorgproto intltool"
     1.9  
    1.10  COOKOPTS="!pixmaps"
    1.11  
    1.12 @@ -23,6 +23,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy leafpad
    1.16 -	DEPENDS="gtk+ xorg-libXdamage"
    1.17 +	DEPENDS="gtk2 xorg-libXdamage"
    1.18  	TAGS="text-editor"
    1.19  }