[arch-commits] Commit in openoffice-base-devel/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 24 22:44:43 UTC 2008


    Date: Friday, October 24, 2008 @ 18:44:43
  Author: andyrtr
Revision: 17078

Merged revisions 17061 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/openoffice-base-devel/trunk

........
  r17061 | andyrtr | 2008-10-24 18:12:51 +0000 (Fr, 24 Okt 2008) | 2 lines
  
  upgpkg: openoffice-base-devel 3.1_dev300_m34-1
      new snapshot and also rebuild for python
........

Modified:
  openoffice-base-devel/repos/testing-i686/	(properties)
  openoffice-base-devel/repos/testing-i686/ChangeLog
  openoffice-base-devel/repos/testing-i686/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   23 ++++++++++-------------
 2 files changed, 15 insertions(+), 13 deletions(-)


Property changes on: openoffice-base-devel/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /openoffice-base-devel/trunk:1-16874
   + /openoffice-base-devel/trunk:1-17077

Modified: testing-i686/ChangeLog
===================================================================
--- testing-i686/ChangeLog	2008-10-24 19:45:39 UTC (rev 17077)
+++ testing-i686/ChangeLog	2008-10-24 22:44:43 UTC (rev 17078)
@@ -1,3 +1,8 @@
+openoffice-base-devel - 3.1_dev300_m34-1
+- new snapshot
+- fixed mozilla plugin
+- fixed menu entries to be "devel" again
+
 openoffice-base-devel - 3.1_dev300_m33-2
 - rebuild for python 2.6
 

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-10-24 19:45:39 UTC (rev 17077)
+++ testing-i686/PKGBUILD	2008-10-24 22:44:43 UTC (rev 17078)
@@ -2,11 +2,11 @@
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=openoffice-base-devel
-pkgver=3.1_dev300_m33
-pkgrel=2
+pkgver=3.1_dev300_m34
+pkgrel=1
 pkgdesc="OpenOffice.org - a free multiplatform and multilingual office suite"
 arch=('i686' 'x86_64')
-_OO_milestone=DEV300_m33
+_OO_milestone=DEV300_m34
 license=('LGPL3')
 url="http://www.openoffice.org"
 install=openoffice.install
@@ -116,7 +116,6 @@
 	--disable-minimizer\
 	--disable-odk\
 	--disable-pdfimport\
-	--disable-qadevooo\
 	--disable-reportdesign\
 	--disable-systray\
 	--disable-mathmldtd\
@@ -172,8 +171,6 @@
 #	--disable-qadevooo\ http://www.openoffice.org/issues/show_bug.cgi?id=91452
 #	--enable-evolution2\
 
-#	--disable-fontooo\	# seems removed
-
 	cd ..
 
 	# Setup environment for build
@@ -263,11 +260,6 @@
 	chown root.root -R ${pkgdir}/
 	chmod +rX -R ${pkgdir}/usr
 
-	# link the mozilla-plugin
-	mkdir -p ${pkgdir}/usr/lib/mozilla/plugins/
-	cd ${pkgdir}/usr/lib/mozilla/plugins/
-	ln -v -s /opt/openoffice/program/libnpsoplugin.so . # should be fixed to reflect the devel path in the next release
-
 	## Develize it!
 	cd ${pkgdir}/opt/
 	mv openoffice openoffice-dev
@@ -287,14 +279,19 @@
 	
 	cd ${pkgdir}/usr/share/applications/
 	sed -i -e 's|Icon=|Icon=dev-|g' $startdir/pkg/usr/share/applications/*.desktop || return 1
-	sed -i -e 's|OpenOffice\.org\ 3\.0|OpenOffice\.org\ devel|g' ${pkgdir}/usr/share/applications/*.desktop || return 1
+	sed -i -e 's|OpenOffice\.org\ 3\.1|OpenOffice\.org\ devel|g' ${pkgdir}/usr/share/applications/*.desktop || return 1
 	sed -i -e 's|\/opt\/openoffice\-dev\/program\/soffice|\/usr\/bin\/soffice\-dev|g' ${pkgdir}/usr/share/applications/*.desktop || return 1
 
-	mv ${pkgdir}/usr/lib/mozilla/plugins/libnpsoplugin.so ${pkgdir}/usr/lib/mozilla/plugins/libnpsoplugin-dev.so
 	cd ${pkgdir}/opt/openoffice-dev/program/
 	ln -sf /opt/openoffice-dev/program/soffice.bin soffice-dev.bin
 	
        # 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-devel.sh || return 1
+
+	# link the mozilla-plugin
+	mkdir -p ${pkgdir}/usr/lib/mozilla/plugins/
+	cd ${pkgdir}/usr/lib/mozilla/plugins/
+	ln -v -s /opt/openoffice-dev/program/libnpsoplugin.so . # should be fixed to reflect the devel path in the next release
+	mv ${pkgdir}/usr/lib/mozilla/plugins/libnpsoplugin.so ${pkgdir}/usr/lib/mozilla/plugins/libnpsoplugin-dev.so
 }




More information about the arch-commits mailing list