From: Hugo Villeneuve Date: Sun, 14 Dec 2014 20:58:57 +0000 (-0500) Subject: Add gsettings-desktop-schemas-3.14.1 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=fd36881c119a0050bc3c92bfeb1b6b5ed9d96e4e;p=hvlinux.git Add gsettings-desktop-schemas-3.14.1 Modify evince configure options --- diff --git a/config/packages-list b/config/packages-list index 63cb870..868ae12 100644 --- a/config/packages-list +++ b/config/packages-list @@ -142,6 +142,7 @@ GREP="grep-2.14" GRIP="grip-3.4.0" GROFF="groff-1.21" GRUB="grub-2.00" +GSETTINGS_DESKTOP_SCHEMAS="gsettings-desktop-schemas-3.14.1" GSL="gsl-1.15" GSTREAMER="gstreamer-0.10.36" GST_PLUGINS_BASE="gst-plugins-base-0.10.36" diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 68b77ab..7936a07 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -106,10 +106,12 @@ ipkg ${TANGO_ICON_THEME_EXTRAS} ipkg ${GNOME_ICON_THEME} if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then + ipkg ${GSETTINGS_DESKTOP_SCHEMAS} ipkg ${EVINCE} "\ --without-keyring \ --disable-nautilus \ --disable-help \ + --enable-introspection \ --enable-pixbuf \ --enable-dvi \ --enable-t1lib" diff --git a/stage5/packages-update b/stage5/packages-update index 65dfc84..0a2b424 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -95,6 +95,7 @@ fpkg -e "tar.gz" ${TANGO_ICON_THEME_EXTRAS} \ "http://tango.freedesktop.org/releases" fpkg -m gnome ${GNOME_ICON_THEME} +fpkg -m gnome ${GSETTINGS_DESKTOP_SCHEMAS} fpkg -m gnome ${EVINCE} fpkg -e "tar.gz" ${LIBOIL} "http://liboil.freedesktop.org/download"