wok-next diff xfce4-icon-theme/receipt @ rev 20936

Update cmake
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:44:57 2018 +0300 (2018-08-24)
parents c3d04e304a7a
children 690e7cc036d5
line diff
     1.1 --- a/xfce4-icon-theme/receipt	Fri Nov 03 16:28:49 2017 +0200
     1.2 +++ b/xfce4-icon-theme/receipt	Fri Aug 24 15:44:57 2018 +0300
     1.3 @@ -15,23 +15,15 @@
     1.4  SPLIT="xfce4-icon-theme-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure \
     1.8 -		--sysconfdir=/etc \
     1.9 -		--localstatedir=/var \
    1.10 -		--disable-debug \
    1.11 -		$CONFIGURE_ARGS &&
    1.12 +	./configure $CONFIGURE_ARGS &&
    1.13  	make &&
    1.14  	make install
    1.15  }
    1.16  
    1.17  genpkg_rules() {
    1.18  	case $PACKAGE in
    1.19 -		xfce4-icon-theme)
    1.20 -			copy @std
    1.21 -			;;
    1.22 -		*-dev)
    1.23 -			copy @dev
    1.24 -			;;
    1.25 +		xfce4-icon-theme) copy @std;;
    1.26 +		*-dev)            copy @dev;;
    1.27  	esac
    1.28  	TAGS="Xfce"
    1.29  }