Ajout image viewer viewnior
[hvlinux.git] / stage5 / hv-install-1
index 2e646ff..aa88185 100755 (executable)
@@ -53,10 +53,12 @@ ipkg -m acnb ${CUPS}
 ipkg -m noac ${CUPS_PDF}
 ipkg -m noac ${SPLIX}
 ipkg -m acnb ${GHOSTSCRIPT}
+ipkg ${LIBSPECTRE}
 
 if [ "x${INST_TYPE}" = "xworkstation" -o \
     "x${INST_TYPE}" = "xltsp-server" ]; then
     ipkg ${IMAGE_MAGICK} "--with-modules --with-gslib=/usr/lib"
+    ipkg ${VIEWNIOR}
     # xpdf headers needed by inkscape
     ipkg ${POPPLER} "--enable-xpdf-headers --enable-zlib"
     ipkg ${LIBRSVG} "--disable-gtk-doc --disable-mozilla-plugin"
@@ -89,8 +91,17 @@ ipkg -m pm ${PERL_MOD_PARSE_REDESCENT}
 ipkg ${ICON_NAMING_UTILS}
 ipkg ${TANGO_ICON_THEME}
 ipkg ${TANGO_ICON_THEME_EXTRAS}
+ipkg ${GNOME_ICON_THEME}
 
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then
+    ipkg ${EVINCE} "\
+        --without-keyring \
+        --disable-nautilus \
+        --disable-help \
+        --enable-pixbuf \
+        --enable-dvi \
+        --enable-t1lib"
+
     # Audio
     if [ "x${SOUND_CARD}" = "xyes" ]; then
         # Needed by some packages, mostly audio applications.
@@ -160,6 +171,15 @@ if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     ipkg ${SUBVERSION}
 fi
 
+if [ "x${INST_TYPE}" = "xworkstation" -o \
+    "x${INST_TYPE}" = "xltsp-server" ]; then
+    ipkg ${LIBGSF}
+    ipkg -m acnb ${GOFFICE}
+    ipkg ${GNUMERIC} "--localstatedir=/var/lib --disable-pdfdocs"
+    ipkg ${WV}
+    ipkg ${ABIWORD} "--disable-spellcheck"
+fi
+
 ipkg ${INDENT}
 
 if [ "x${USE_SAMBA}" = "xyes" ]; then