[Frugalware-git] frugalware-current: openoffice.org-3.0.1-1-i686

2009-05-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4853d466d7b46609ba72a1e90436daf42bbb16f0

commit 4853d466d7b46609ba72a1e90436daf42bbb16f0
Author: Miklos Vajna 
Date:   Fri May 8 09:18:17 2009 +0200

openoffice.org-3.0.1-1-i686

- prepare version bump to 3.1
- add fix for mono-2.4
- disable ODK for now (breaks the build)

diff --git a/source/xapps/openoffice.org/FrugalBuild 
b/source/xapps/openoffice.org/FrugalBuild
index 5b7ea70..52a2611 100644
--- a/source/xapps/openoffice.org/FrugalBuild
+++ b/source/xapps/openoffice.org/FrugalBuild
@@ -14,14 +14,14 @@ if ! Fuse $USE_DEVEL; then
pkgrel=1
snapshot=r15151
else
-   upstream=3.0.1
-   branch=-3-0-1
-   tree=ooo300
+   upstream=3.1.0
+   branch=-3-1
+   tree=ooo310
dir=`echo $tree|tr [a-z] [A-Z]`
-   milestone=15
+   milestone=11
pkgver=$upstream${tree}_m$milestone
pkgrel=1
-   snapshot=r15151
+   snapshot=bb48d86
fi
pkgdesc="OpenOffice.org, a full office productivity suite."
url="http://www.openoffice.org/";
@@ -51,7 +51,8 @@ else
up2date="lynx -dump 
http://svn.gnome.org/viewcvs/ooo-build/$path/configure.in?view=markup |grep 
^DEFAULT_TAG|sed 's/DEFAULT_TAG=\(.*\)-\(.*\)/$upstream\1_\2/'"
fi
source=(http://ftp.frugalware.org/pub/other/sources/ooo-build/ooo-build$branch-$snapshot.tar.bz2
 \
-http://download.go-oo.org/$dir/$tree-m$milestone-{ure,sdk,base,calc,l10n,writer,impress,artwork,filters,testing,bootstrap,libs_gui,libs_core,libs_extern,components,postprocess,libs_extern_sys,extensions}.tar.bz2)
+http://download.go-oo.org/$dir/$tree-m$milestone-{ure,sdk,base,calc,writer,impress,artwork,filters,testing,bootstrap,libs-gui,libs-core,libs-extern,components,postprocess,libs-extern-sys,extensions}.tar.bz2
 \
+mono24-hack)
signatures=($source.asc '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '')
NOEXTRACT=1
options=(${optio...@]} 'scriptlet')
@@ -146,6 +147,7 @@ build()
else
Fcd ooo-build
fi
+   cp -fv $Fsrcdir/mono24-hack patches/hotfixes/mono24-hack.diff || Fdie

# Predownloaded tarballs
for i in $Fsrcdir/$tree-m$milestone-*
@@ -167,7 +169,7 @@ build()
# SMP build
if [ ! -z "$MAKEFLAGS" ]; then
# Comment this out if you think the build failed because of being SMP.
-   Fconfopts="$Fconfopts --with-num-cpus=${MAKEFLAGS/-j}"
+   #Fconfopts="$Fconfopts --with-num-cpus=${MAKEFLAGS/-j}"
unset MAKEFLAGS
fi

@@ -180,7 +182,8 @@ build()
--enable-gtk \
--with-binsuffix=no \
--disable-dependency-tracking \
-   --with-installed-ooo-dirname=openoffice.org"
+   --with-installed-ooo-dirname=openoffice.org\
+   --disable-odk"

# Set our version.
Fsed "AC_PACKAGE_VERSION" "$pkgver-$pkgrel" configure.in
diff --git a/source/xapps/openoffice.org/mono24-hack 
b/source/xapps/openoffice.org/mono24-hack
new file mode 100644
index 000..b1b55f8
--- /dev/null
+++ b/source/xapps/openoffice.org/mono24-hack
@@ -0,0 +1,22 @@
+See https://bugzilla.novell.com/show_bug.cgi?id=495112
+
+--- cli_ure/source/mono_bridge/typedescription.cs.old  2009-04-15 
12:24:38.0 +0200
 cli_ure/source/mono_bridge/typedescription.cs  2009-04-15 
16:05:34.0 +0200
+@@ -85,7 +85,7 @@ public unsafe struct TypeDescriptionRefe
+ public uno.rtl.UString *   pTypeName;
+ /** pointer to full typedescription; this value is only valid if the type 
is never swapped out
+ */
+-public TypeDescription *   pType;
++public void *  pType;
+ /** pointer to optimize the runtime; not for public use
+ */
+ public void *  pUniqueIdentifier;
+@@ -136,7 +136,7 @@ public unsafe struct TypeDescription
+ public uno.rtl.UString *   pTypeName;
+ /** pointer to self to distinguish reference from description; for 
internal use only
+ */
+-public TypeDescription *   pSelf;
++public void *  pSelf;
+ /** pointer to optimize the runtime; not for public use
+ */
+ public void *  pUniqueIdentifier;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: openoffice.org-3.0.1-1-i686

2009-04-02 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c1e0d465ab85a168ba5b6f686965cc9fea5ae002

commit c1e0d465ab85a168ba5b6f686965cc9fea5ae002
Author: Miklos Vajna 
Date:   Thu Apr 2 13:47:28 2009 +0200

openoffice.org-3.0.1-1-i686

- up2date fix

diff --git a/source/xapps/openoffice.org/FrugalBuild 
b/source/xapps/openoffice.org/FrugalBuild
index 116d8aa..5b7ea70 100644
--- a/source/xapps/openoffice.org/FrugalBuild
+++ b/source/xapps/openoffice.org/FrugalBuild
@@ -41,7 +41,7 @@ makedepends=(${makedepen...@]} 'curl' 'intltool' 'tcsh' 
'pam-headers' 'apache-an
groups=('xapps')
archs=('i686' 'x86_64')
if ! Fuse $USE_DEVEL; then
-   up2date="lynx -dump $url |grep version:|sed 's/.*: //'"
+   up2date="lynx -dump http://download.openoffice.org/|grep /source|sed 
's|.*/\(.*\)/source.*|\1|;q'"
else
if [ -z "$branch" ]; then
path="trunk"
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: openoffice.org-3.0.1-1-i686

2009-01-28 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=332ea1cac53d29bb0a8fdbe9d6b8e47aa878f728

commit 332ea1cac53d29bb0a8fdbe9d6b8e47aa878f728
Author: Miklos Vajna 
Date:   Wed Jan 28 16:56:22 2009 +0100

openoffice.org-3.0.1-1-i686

- version bump
- now that we have fixed boost, this commit is really tiny, yay :)

diff --git a/source/xapps/openoffice.org/FrugalBuild 
b/source/xapps/openoffice.org/FrugalBuild
index 961d9af..116d8aa 100644
--- a/source/xapps/openoffice.org/FrugalBuild
+++ b/source/xapps/openoffice.org/FrugalBuild
@@ -5,23 +5,23 @@
pkgname=openoffice.org
USE_DEVEL=${USE_DEVEL:-"n"}
if ! Fuse $USE_DEVEL; then
-   upstream=3.0
-   branch=-3-0
+   upstream=3.0.1
+   branch=-3-0-1
tree=ooo300
dir=`echo $tree|tr [a-z] [A-Z]`
-   milestone=9
+   milestone=15
pkgver=$upstream
-   pkgrel=2
-   snapshot=r14295
+   pkgrel=1
+   snapshot=r15151
else
-   upstream=3.0
-   branch=-3-0
+   upstream=3.0.1
+   branch=-3-0-1
tree=ooo300
dir=`echo $tree|tr [a-z] [A-Z]`
-   milestone=9
+   milestone=15
pkgver=$upstream${tree}_m$milestone
-   pkgrel=3
-   snapshot=r14295
+   pkgrel=1
+   snapshot=r15151
fi
pkgdesc="OpenOffice.org, a full office productivity suite."
url="http://www.openoffice.org/";
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git