wok-next diff libwnck2/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents 93930f418ffb
children 342b30daff76
line diff
     1.1 --- a/libwnck2/receipt	Sat Mar 03 17:38:00 2018 +0200
     1.2 +++ b/libwnck2/receipt	Tue May 29 18:57:36 2018 +0300
     1.3 @@ -15,15 +15,14 @@
     1.4  gobject-introspection-dev xorg-xcb-util-dev"
     1.5  SPLIT="libwnck2-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 -	./configure $CONFIGURE_ARGS && make && make install
    1.11 +compile_rules() {
    1.12 +	./configure $CONFIGURE_ARGS &&
    1.13 +	fix libtool &&
    1.14 +	make &&
    1.15 +	make install
    1.16  }
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	case $PACKAGE in
    1.23  		libwnck2)
    1.24  			copy @std