[arch-commits] Commit in openoffice-base/trunk (ChangeLog PKGBUILD openoffice.install)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 21 06:08:56 UTC 2008


    Date: Tuesday, October 21, 2008 @ 02:08:55
  Author: andyrtr
Revision: 16087

upgpkg: openoffice-base 3.0.0-2

Modified:
  openoffice-base/trunk/ChangeLog
  openoffice-base/trunk/PKGBUILD
  openoffice-base/trunk/openoffice.install

--------------------+
 ChangeLog          |    8 +++++++-
 PKGBUILD           |   14 ++++++++++----
 openoffice.install |   10 +---------
 3 files changed, 18 insertions(+), 14 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-10-21 01:09:42 UTC (rev 16086)
+++ ChangeLog	2008-10-21 06:08:55 UTC (rev 16087)
@@ -1,4 +1,10 @@
-openoffice-base 3.0-1
+openoffice-base 3.0.0-2
+- add libxslt dependency to fix file recovering issue
+- add profile.d script to preset the gnome vcl usage
+- reenable stlport to be compatible with crappy old 
+  Sun extensions
+
+openoffice-base 3.0.0-1
 - major bump
 - see changes developed in openoffice-base-beta pkg
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-21 01:09:42 UTC (rev 16086)
+++ PKGBUILD	2008-10-21 06:08:55 UTC (rev 16087)
@@ -3,7 +3,7 @@
 
 pkgname=openoffice-base
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenOffice.org - a free multiplatform and multilingual office suite"
 arch=(i686 x86_64)
 _OO_milestone=OOO300_m9  # =RC4 = final
@@ -29,7 +29,8 @@
 	buildfix-gcc43.diff
 	shell.patch
 	system_hsqldb.diff
-	buildfix-openjdk-6-no-rhino.diff)
+	buildfix-openjdk-6-no-rhino.diff
+	openoffice.profile)
 options=('!distcc' '!ccache' '!makeflags')
 md5sums=('5ec5aa89277bfa9adf13ef4bf3233efd'
          'ae7e00eff06bc2921d9ff184ff48556e'
@@ -40,7 +41,8 @@
          'bf7119084a2d1e0566b5e34b57dce8eb'
          'a51200f770c635355c430cc5052db8cf'
          '4addae44d20bb2b247e429d88b66a4c1'
-         '4fe2810b40358b0e7dc2df3d056bde7a')
+         '4fe2810b40358b0e7dc2df3d056bde7a'
+         '8d68d44c941a687813ddd968383cdf27')
 
 # see ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/build for upstream build instructions
 
@@ -91,6 +93,7 @@
 	patch -Np0 -i ${srcdir}/default-system-fpicker.diff || return 1
 
 	if [ "$CARCH" = "x86_64" ]; then
+          EXTRAOPTS="--with-stlport"
           # fix to build with SUN jdk/jre and OpenJDK
           # http://qa.openoffice.org/issues/show_bug.cgi?id=74749
 	  sed -i "s:lib64\/libjpeg.so:lib\/libjpeg.so:g" ${srcdir}/solenv/inc/libs.mk || return 1
@@ -151,7 +154,6 @@
 	--without-afms\
 	--without-gpc\
 	--without-nas\
-	--without-stlport\
 	--with-jdk-home=${JAVA_HOME}\
  	--with-system-hsqldb \
 	--with-hsqldb-jar=/usr/share/java/hsqldb.jar\
@@ -263,4 +265,8 @@
 	mkdir -p ${pkgdir}/usr/lib/mozilla/plugins/
 	cd ${pkgdir}/usr/lib/mozilla/plugins/
 	ln -v -s /opt/openoffice/program/libnpsoplugin.so .
+
+	# set desktop variable to force gtk/gnome vcl usage
+	install -m755 -d ${pkgdir}/etc/profile.d
+	install -m755 ${srcdir}/openoffice.profile ${pkgdir}/etc/profile.d/openoffice.sh || return 1
 }

Modified: openoffice.install
===================================================================
--- openoffice.install	2008-10-21 01:09:42 UTC (rev 16086)
+++ openoffice.install	2008-10-21 06:08:55 UTC (rev 16087)
@@ -3,18 +3,10 @@
 gtk-update-icon-cache -f -q /usr/share/icons/hicolor
 update-desktop-database -q
 
-echo " please preset Gnome appearance always with"
-echo " \"export OOO_FORCE_DESKTOP=gnome\" even when"
-echo " you are runnning a different desktop!"
-echo " or put it in /etc/profile, ~/.bashrc or ~/.xprofile"
-echo " ---------------------------------------------------"
 echo " see http://wiki.archlinux.org/index.php/Openoffice"
-echo " how to use extensions now, e.g. for spell checking"
+echo " how to use extensions, e.g. for spell checking"
 echo " see /opt/openoffice/share/extension/install what"
 echo " is shipped with this package"
-echo " openoffice-spell-* packages are no longer required"
-echo " ---------------------------------------------------"
-echo " KDE integration has been removed"
 }
 
 post_upgrade() {




More information about the arch-commits mailing list