Add gsettings-desktop-schemas-3.14.1
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 14 Dec 2014 20:58:57 +0000 (15:58 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:50 +0000 (00:01 -0500)
Modify evince configure options

config/packages-list
stage5/hv-install-1
stage5/packages-update

index 63cb870..868ae12 100644 (file)
@@ -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"
index 68b77ab..7936a07 100755 (executable)
@@ -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"
index 65dfc84..0a2b424 100755 (executable)
@@ -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"