# gnopernicus, http://ftp.gnome.org/pub/gnome/sources/gnopernicus/ name=gnopernicus version=0.9.12 release=1 source=(http://ftp.gnome.org/pub/gnome/desktop/2.8/2.8.0/sources/$name-$version.tar.bz2) build() { cd $name-$version sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure sed -i -e 's/= C .*/= C/' help/*/Makefile.in sed -i -e '/scrollkeeper-update/d' help/*/*/Makefile.in ./configure --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome \ --localstatedir=/var/opt/gnome \ --disable-gtk-doc \ --disable-brltty \ --enable-ipv6 # --with-default-fonts-path=/usr/share/fonts/$name make for omf in help/*/C/*.omf; do test -f $omf.out || cp $omf{,.out}; done export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make DESTDIR=$PKG install # make DESTDIR=$PKG DEFAULT_FONTS_PATH=$PKG/usr/share/fonts/$name install rm -rf $PKG/opt/gnome/share/gtk-doc }