GNOME_MOUNT="gnome-mount-0.6"
GNUTLS="gnutls-2.10.2"
GOBJECT_INSTROSPECTION="gobject-introspection-0.10.2"
-GOFFICE="goffice-0.2.2"
-GNUMERIC="gnumeric-1.6.3"
+GOFFICE="goffice-0.8.17"
+GNUMERIC="gnumeric-1.10.17"
GNUPG="gnupg-1.4.11"
GREP="grep-2.6.3"
GRIP="grip-3.3.1"
LIBGEDA="libgeda-1.2.0"
LIBGLADE="libglade-2.6.4"
LIBGPG_ERROR="libgpg-error-1.10"
-LIBGSF="libgsf-1.14.7"
+LIBGSF="libgsf-1.14.19"
LIBID3TAG="libid3tag-0.15.1b"
LIBIDL="libIDL-0.8.14"
LIBJPEG="libjpeg-7"
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
fpkg -m sf ${PCMANFM}
-#fpkg_mis ${SPLINT} "${SPLINT}.src" "http://splint.org/downloads"
+fpkg -m gnome ${LIBGSF}
+fpkg -m gnome ${GOFFICE}
+fpkg -m gnome ${GNUMERIC}
+fpkg -e "tar.gz" ${WV} "${ABIWORD_URL}/wv/$(get_pkg_ver ${WV})"
+fpkg -e "tar.gz" ${ABIWORD} \
+ "${ABIWORD_URL}/abiword/$(get_pkg_ver ${ABIWORD})/source"
-GEDA_BASE_URL=http://geda.seul.org/release/v$(get_pkg_ver2 ${LIBGEDA})/$(get_pkg_ver ${LIBGEDA})
+#fpkg_mis ${SPLINT} "${SPLINT}.src" "http://splint.org/downloads"
+#GEDA_BASE_URL=http://geda.seul.org/release/v$(get_pkg_ver2 ${LIBGEDA})/$(get_pkg_ver ${LIBGEDA})
#fpkg ${LIBGEDA} ${GEDA_BASE_URL}
#fpkg ${GEDA_SYMBOLS} ${GEDA_BASE_URL}
#fpkg ${GEDA_GSCHEM} ${GEDA_BASE_URL}
#!/bin/bash
-# Reading system configuration informations, functions and package versions.
-source ../config/sysinfos
-source ../functions
-hvtrap_setup
-source ../config/packages-list
+source ../functions/main
source /etc/profile
-if [ "x${USER}" != "xroot" ]; then
- echo "You must be the superuser to install hvlinux."
- exit 1
-fi
-
+check_for_root_user
init_log_file
# Gnome core packages
-##ipkg_gnome ${ORBIT2}
ipkg_gnome ${LIBBONOBO}
-###ipkg ${GCONF} cis-gconf
ipkg_gnome ${GNOME_MIME_DATA}
-####ipkg ${GNOME_VFS} cis-gnome-nb
-####ipkg_gnome ${GNOME_VFS_MONIKERS}
ipkg_gnome ${LIBGNOME}
ipkg_gnome ${LIBGNOMECANVAS}
ipkg_gnome ${LIBBONOBOUI}
ipkg_gnome ${GNOME_BACKGROUNDS}
ipkg_gnome ${GNOME_MENUS}
ipkg_gnome ${GNOME_PANEL}
-ipkg ${GSTREAMER}
-ipkg ${GST_PLUGINS_BASE}
-ipkg ${GST_PLUGINS_GOOD}
-ipkg ${GST_PLUGINS_BAD}
-ipkg ${GST_PLUGINS_UGLY}
-ipkg ${GST_FFMPEG}
ipkg ${VTE} "--libexecdir=/usr/sbin --disable-gtk-doc"
ipkg_gnome ${GNOME_TERMINAL}
ipkg_gnome ${LIBGTOP}
ipkg ${GNOME_AUDIO}
# Gnome 2 additional packages - Utilities
-ipkg_gnome ${GEDIT} "--disable-spell"
ipkg_gnome ${EOG}
ipkg ${LIBSPECTRE}
ipkg ${RHYTHMBOX} "--disable-python"
-ipkg ${LIBGSF}
-ipkg -m acnb ${GOFFICE}
-ipkg ${GNUMERIC}
-ipkg ${WV}
-ipkg ${ABIWORD} "--disable-spellcheck"
ipkg_gnome ${EVOLUTION} "--with-nss-includes=/usr/include/nss --with-nspr-includes=/usr/include/nspr --with-openldap=yes --with-krb5=/usr"
ipkg_gnome ${EVOLUTION_EXCHANGE}
update_packages_init ${*}
# Gnome 2 core packages
-fpkg -m gnome ${ORBIT2}
fpkg -m gnome ${LIBBONOBO}
-fpkg -m gnome ${GCONF}
fpkg -m gnome ${GNOME_MIME_DATA}
fpkg -m gnome ${GNOME_VFS}
fpkg -m gnome ${GNOME_VFS_MONIKERS}
fpkg -m gnome ${LIBGNOMECANVAS}
fpkg -m gnome ${LIBBONOBOUI}
fpkg -m gnome ${GNOME_ICON_THEME}
-fpkg -m gnome ${GNOME_KEYRING}
fpkg -m gnome ${LIBGNOMEUI}
fpkg -m gnome ${GNOME_THEMES}
fpkg -m gnome ${SCROLLKEEPER}
fpkg -m gnome ${GNOME_AUDIO}
# Gnome 2 additional packages - Utilities
-fpkg -m gnome ${GEDIT}
fpkg -m gnome ${EOG}
fpkg -m gnome ${EVINCE}
fpkg -m gnome ${FILE_ROLLER}
fpkg -m gnome ${RHYTHMBOX}
-fpkg -m gnome ${LIBGSF}
-fpkg -m gnome ${GOFFICE}
-fpkg -m gnome ${GNUMERIC}
-fpkg -e "tar.gz" ${WV} "${ABIWORD_URL}/wv/$(get_pkg_ver ${WV})"
-fpkg -e "tar.gz" ${ABIWORD} \
- "${ABIWORD_URL}/abiword/$(get_pkg_ver ${ABIWORD})/source"
-
fpkg -m gnome ${EVOLUTION_EXCHANGE}
fpkg -m gnome ${EVOLUTION}
+++ /dev/null
-#!/bin/sh
-# First argument of this script is the package name
-
-# Reading system configuration informations, functions and package versions.
-source ../sysinfos
-source ../functions
-source ../packages-list
-
-# Applying patches (if any)
-apply_patches ${1} &&
-
-# In order to build the documentation using GTK-Doc, to fix a build problem.
-cd ${LFS_TMP}/${1} &&
-mv docs/gal-decl.txt docs/gal-2.4-decl.txt &&
-mv docs/gal-sections.txt docs/gal-2.4-sections.txt &&
-sed -i -e "s/gal-decl/gal-2.4-decl/" \
- -e "s/gal-sections/gal-2.4-sections/" docs/Makefile.in &&
-
-cd ${LFS_TMP}/${1}-build &&
-../${1}/configure \
- --prefix=/usr \
- --libexecdir=/usr/sbin \
- --localstatedir=/var/lib \
- --infodir=/usr/share/info \
- --sysconfdir=/etc &&
-make &&
-make install &&
-ldconfig
-
-# Return last error
-exit $?
+++ /dev/null
-#!/bin/sh
-# First argument of this script is the package name
-
-# Reading system configuration informations, functions and package versions.
-source ../sysinfos
-source ../functions
-source ../packages-list
-
-# Applying patches (if any)
-apply_patches ${1} &&
-
-cd ${LFS_TMP}/${1} &&
-./configure \
- --prefix=/usr \
- --localstatedir=/var/lib \
- --sysconfdir=/etc &&
-make &&
-make install &&
-
-ln -svf /usr/share/gnome/help/gnumeric \
- /usr/share/gnumeric/$(get_pkg_ver ${1})/doc &&
-
-if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
- mv -v /usr/lib/bonobo/servers/GNOME_Gnumeric.server \
- $(pkg-config --variable=prefix ORBit-2.0)/lib/bonobo/servers &&
- rmdir -v /usr/lib/{bonobo/servers,bonobo}
-fi &&
-
-ldconfig
-
-# Return last error
-exit $?