Add adwaita-icon-theme-3.14.1
[hvlinux.git] / stage5 / hv-install-1
index bda11e5..0a9a5d1 100755 (executable)
@@ -35,10 +35,13 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg -m acnb ${PANGO}
     ipkg ${PANGOMM}
     ipkg ${GDK_PIXBUF} "--with-x11"
+    ipkg ${LIBCROCO} "--disable-static"
+    ipkg ${LIBRSVG} "--disable-gtk-doc --disable-static --disable-mozilla-plugin"
     ipkg ${ATK}
     ipkg ${ATKMM}
     ipkg ${GTK} "--disable-gtk-doc"
     ipkg ${GTKMM} "--disable-documentation"
+    ipkg ${ADWAITA_ICON_THEME}
     ipkg ${GTK_ENGINES}
     ipkg -m acnb ${PYCAIRO}
     ipkg ${PYGOBJECT} "--disable-introspection"
@@ -67,12 +70,11 @@ ipkg ${GPARTED} "--disable-doc"
 
 if [ "x${INST_TYPE}" = "xworkstation" -o \
     "x${INST_TYPE}" = "xltsp-server" ]; then
+    ipkg -m acnb ${EVIV2}
     ipkg ${IMAGE_MAGICK} "--with-modules --with-gslib=/usr/lib"
     ipkg ${VIEWNIOR}
     # xpdf headers are needed by inkscape
     ipkg ${POPPLER} "--enable-xpdf-headers --enable-zlib"
-    ipkg ${LIBCROCO} "--disable-static"
-    ipkg ${LIBRSVG} "--disable-gtk-doc --disable-static --disable-mozilla-plugin"
     ipkg ${BABL}
     ipkg ${GEGL}
     ipkg ${GIMP}
@@ -116,6 +118,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.
@@ -181,7 +185,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