diff -rN -u old-current/source/xapps/openoffice.org/FrugalBuild new-current/source/xapps/openoffice.org/FrugalBuild --- old-current/source/xapps/openoffice.org/FrugalBuild 2007-03-09 14:04:17.000000000 +0100 +++ new-current/source/xapps/openoffice.org/FrugalBuild 2007-03-09 14:04:17.000000000 +0100 @@ -9,7 +9,7 @@ # uncomment this to get a -devel build #options=('scriptlet' 'devel') if [ ! "`check_option DEVEL`" ]; then - pkgrel=4 + pkgrel=5 snapshot=20070109 else tree=ooe680 @@ -33,7 +33,8 @@ archs=('i686' 'x86_64') if [ ! "`check_option DEVEL`" ]; then up2date="lynx -source -dump http://www.openoffice.org/|grep download|sed -n 's|.*/\(.*\)/index.html.*|\1|;$ p'" - source=(http://ftp.frugalware.org/pub/other/sources/ooo-build/ooo-build-${pkgver//./-}-$snapshot.tar.bz2) + source=(http://ftp.frugalware.org/pub/other/sources/ooo-build/ooo-build-${pkgver//./-}-$snapshot.tar.bz2 \ + http://hu.openoffice.org/source/browse/*checkout*/hu/src/$pkgver/SDF/hu.sdf.bz2) # $pkgname-$pkgver-frugalware.diff) signatures=($source.asc) else @@ -101,6 +102,11 @@ Fcd ooo-build fi + # Extra localizations + if [ ! "`check_option DEVEL`" ]; then + cp $Fsrcdir/hu.sdf src/GSI_hu.sdf || return 1 + fi + # Remove our patches so that incremental build will be possible. #rm -f patches/src680/disable-regcomp-python.diff Fpatchall @@ -151,6 +157,9 @@ Fmakeinstall + # Remove some dicts, our separate package is more recent + Frm usr/lib/openoffice.org/share/dict/ooo/*hu_HU* + # Split out the i18n stuff for i in "${ooosubpkgs[@]}" do