Upgrade to vala-0.26.1
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 15 Dec 2014 04:40:18 +0000 (23:40 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:51 +0000 (00:01 -0500)
config/packages-list
stage5/hv-install-1

index 336dee5..8fa283c 100644 (file)
@@ -409,7 +409,7 @@ USBUTILS="usbutils-006"
 UTIL_LINUX="util-linux-2.23.1"
 UW_IMAP="imap-2007e"
 
-VALA="vala-0.17.4"
+VALA="vala-0.26.1"
 VAMP="vamp-plugin-sdk-2.3"
 VIEWNIOR="viewnior-1.4"
 VLC="vlc-2.1.4"
index 2b08db9..d49f978 100755 (executable)
@@ -117,6 +117,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
         --enable-dvi \
         --enable-t1lib"
 
+    ipkg ${VALA}
+
     # Audio
     if [ "x${SOUND_CARD}" = "xyes" ]; then
         # Needed by some packages, mostly audio applications.
@@ -182,7 +184,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
             --with-gtk=2.0 \
             --disable-geolocation \
             --disable-gtk-doc"
-        ipkg ${VALA}
         NOCOLOR=1 ipkg ${MIDORI}
     fi