# HG changeset patch # User Aleksej Bobylev # Date 1511015930 -7200 # Node ID 845d62611d922659d7172d8175bc0cb6eb19a178 # Parent 0a44898b817dfc95cbd200a326d93060b22eeae9 cook: fix typo related to "sets" diff -r 0a44898b817d -r 845d62611d92 cook --- a/cook Fri Nov 17 12:47:48 2017 +0200 +++ b/cook Sat Nov 18 16:38:50 2017 +0200 @@ -1390,7 +1390,7 @@ local set=$(echo $SPLIT \ | awk -vpkg="$PACKAGE" ' BEGIN { RS = " "; FS = ":"; } - { if ($1 == pkg) { print "-" $2; exit; } }') + { if ($1 == pkg && $2) { print "-" $2; exit; } }') # Change set, make filelist and folderlist for new set export src="$WOK/$pkg/source/$PACKAGE-$VERSION$set" export install="$WOK/$pkg/install$set" diff -r 0a44898b817d -r 845d62611d92 modules/deps --- a/modules/deps Fri Nov 17 12:47:48 2017 +0200 +++ b/modules/deps Sat Nov 18 16:38:50 2017 +0200 @@ -174,6 +174,8 @@ s("exo", "libexo"); s("exo-dev", "libexo-dev"); s("gconf", "GConf"); s("gconf-dev", "GConf-dev"); s("pulseaudio", "apulse"); + s("cairo-dev", "cairo-gl-dev"); + s("freetype-dev", "freetype-infinality-dev"); # if called with "--incl": show all deps including glibc-base, # gcc-lib-base, glibc-dev and gcc; otherwise hide them