cookutils rev 1009

cook: fix typo related to "sets"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 18 16:38:50 2017 +0200 (2017-11-18)
parents 0a44898b817d
children 7dc9964e94a8
files cook modules/deps
line diff
     1.1 --- a/cook	Fri Nov 17 12:47:48 2017 +0200
     1.2 +++ b/cook	Sat Nov 18 16:38:50 2017 +0200
     1.3 @@ -1390,7 +1390,7 @@
     1.4  	local set=$(echo $SPLIT \
     1.5  				| awk -vpkg="$PACKAGE" '
     1.6  					BEGIN { RS = " "; FS = ":"; }
     1.7 -					{ if ($1 == pkg) { print "-" $2; exit; } }')
     1.8 +					{ if ($1 == pkg && $2) { print "-" $2; exit; } }')
     1.9  	# Change set, make filelist and folderlist for new set
    1.10  	export     src="$WOK/$pkg/source/$PACKAGE-$VERSION$set"
    1.11  	export install="$WOK/$pkg/install$set"
     2.1 --- a/modules/deps	Fri Nov 17 12:47:48 2017 +0200
     2.2 +++ b/modules/deps	Sat Nov 18 16:38:50 2017 +0200
     2.3 @@ -174,6 +174,8 @@
     2.4  				s("exo",    "libexo");    s("exo-dev",    "libexo-dev");
     2.5  				s("gconf",  "GConf");     s("gconf-dev",  "GConf-dev");
     2.6  				s("pulseaudio", "apulse");
     2.7 +				s("cairo-dev", "cairo-gl-dev");
     2.8 +				s("freetype-dev", "freetype-infinality-dev");
     2.9  
    2.10  				# if called with "--incl": show all deps including glibc-base,
    2.11  				# gcc-lib-base, glibc-dev and gcc; otherwise hide them