From: Hugo Villeneuve Date: Mon, 15 Dec 2014 04:54:06 +0000 (-0500) Subject: Add adwaita-icon-theme-3.14.1 X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=3f9ed40d651e6aad305de937778cab4163e8358a Add adwaita-icon-theme-3.14.1 Works with gtk2 and gtk3. --- diff --git a/config/packages-list b/config/packages-list index 444d5a9..f6d3195 100644 --- a/config/packages-list +++ b/config/packages-list @@ -152,6 +152,7 @@ GST_PLUGINS_BAD="gst-plugins-bad-0.10.23" GST_PLUGINS_UGLY="gst-plugins-ugly-0.10.19" GST_FFMPEG="gst-ffmpeg-0.10.13" GTK="gtk+-2.24.12" +ADWAITA_ICON_THEME="adwaita-icon-theme-3.14.1" GTK_ENGINES="gtk-engines-2.20.2" GTKGLEXT="gtkglext-1.2.0" GTKMM="gtkmm-2.24.2" diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index d49f978..0a9a5d1 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -41,6 +41,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ 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" diff --git a/stage5/packages-update b/stage5/packages-update index 58d980c..4dd669a 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -38,6 +38,8 @@ fpkg -m gnome ${PYGOBJECT} fpkg -e "tar.bz2" ${PYCAIRO} ${CAIRO_URL} fpkg -m gnome ${PYGTK} +fpkg -m gnome ${ADWAITA_ICON_THEME} + fpkg -m gnu ${EMACS} fpkg -m hv ${MMM_MODE} fpkg -e "tar.gz" ${HVCLOCK} "http://www.hugovil.com/repository/hvclock"