summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien ROZO2009-05-07 23:46:18 +0200
committerJulien ROZO2009-05-07 23:46:18 +0200
commit47874e22bf379579ae3bdd2bf537d4f1179304c7 (patch)
tree102bafe6278dd7256e096e52155079e97fb43cab
parent25b2ada2b9df7f04527a71c0b663877e32e66346 (diff)
openoffice3-bin: updated version to 3.1.0
-rwxr-xr-xbin-editors/openoffice3-bin/DETAILS11
-rw-r--r--bin-editors/openoffice3-bin/HISTORY4
-rw-r--r--bin-editors/openoffice3-bin/OOo_3.0.1_LinuxIntel_install_en-US.tar.gz.sigbin287 -> 0 bytes
-rw-r--r--bin-editors/openoffice3-bin/OOo_3.1.0_LinuxIntel_install_en-US.tar.gz.sigbin0 -> 287 bytes
-rw-r--r--bin-editors/openoffice3-bin/OOo_3.1.0_LinuxX86-64_install_en-US.tar.gz.sigbin0 -> 287 bytes
-rwxr-xr-xbin-editors/openoffice3-bin/PRE_BUILD4
6 files changed, 12 insertions, 7 deletions
diff --git a/bin-editors/openoffice3-bin/DETAILS b/bin-editors/openoffice3-bin/DETAILS
index ccf5d39..2c380e1 100755
--- a/bin-editors/openoffice3-bin/DETAILS
+++ b/bin-editors/openoffice3-bin/DETAILS
@@ -1,14 +1,15 @@
SPELL=openoffice3-bin
# VERSION_DATE=20080930
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- VERSION=3.0.0
- BUILD_VERSION=9358
+ VERSION=3.1.0
+ BUILD_VERSION=9399
SOURCE=OOo_${VERSION}_LinuxX86-64_install_en-US.tar.gz
- SOURCE_HASH=sha512:28fd589d0d4b2d3837d37cbfd0bff725933990588ccf919ce2955ea6097431e1fbe783e23c310dcd2a4a5cd870686e26271c6cc0e48352244ace46e9dabb25fa
+# SOURCE_HASH=sha512:28fd589d0d4b2d3837d37cbfd0bff725933990588ccf919ce2955ea6097431e1fbe783e23c310dcd2a4a5cd870686e26271c6cc0e48352244ace46e9dabb25fa
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
OO_ARCH=x86_64
else
- VERSION=3.0.1
- BUILD_VERSION=9379
+ VERSION=3.1.0
+ BUILD_VERSION=9399
SOURCE=OOo_${VERSION}_LinuxIntel_install_en-US.tar.gz
# SOURCE_HASH=sha512:dd3bcb247e09328fe19a6ce173818f80b83f3f9e6a96b453ab7e0cfff94e784bc413b0ee91946dbf6989c37329a2679bea8997aaf404f9d991eb6363d513db64
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
diff --git a/bin-editors/openoffice3-bin/HISTORY b/bin-editors/openoffice3-bin/HISTORY
index a76347e..3b758bf 100644
--- a/bin-editors/openoffice3-bin/HISTORY
+++ b/bin-editors/openoffice3-bin/HISTORY
@@ -1,3 +1,7 @@
+2009-05-07 Julien "_kaze_" ROZO <julien@rozo.org>
+ * DETAILS: updated version to 3.1.0 (build 9399)
+ * PRE_BUILD: icons are at build 9393
+
2009-02-05 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated x86 to 3.0.1 (Build 9379)
No x86_64 3.0.1 available yet
diff --git a/bin-editors/openoffice3-bin/OOo_3.0.1_LinuxIntel_install_en-US.tar.gz.sig b/bin-editors/openoffice3-bin/OOo_3.0.1_LinuxIntel_install_en-US.tar.gz.sig
deleted file mode 100644
index 4a06427..0000000
--- a/bin-editors/openoffice3-bin/OOo_3.0.1_LinuxIntel_install_en-US.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/bin-editors/openoffice3-bin/OOo_3.1.0_LinuxIntel_install_en-US.tar.gz.sig b/bin-editors/openoffice3-bin/OOo_3.1.0_LinuxIntel_install_en-US.tar.gz.sig
new file mode 100644
index 0000000..c218db2
--- /dev/null
+++ b/bin-editors/openoffice3-bin/OOo_3.1.0_LinuxIntel_install_en-US.tar.gz.sig
Binary files differ
diff --git a/bin-editors/openoffice3-bin/OOo_3.1.0_LinuxX86-64_install_en-US.tar.gz.sig b/bin-editors/openoffice3-bin/OOo_3.1.0_LinuxX86-64_install_en-US.tar.gz.sig
new file mode 100644
index 0000000..96212c3
--- /dev/null
+++ b/bin-editors/openoffice3-bin/OOo_3.1.0_LinuxX86-64_install_en-US.tar.gz.sig
Binary files differ
diff --git a/bin-editors/openoffice3-bin/PRE_BUILD b/bin-editors/openoffice3-bin/PRE_BUILD
index c09dca7..d45614e 100755
--- a/bin-editors/openoffice3-bin/PRE_BUILD
+++ b/bin-editors/openoffice3-bin/PRE_BUILD
@@ -21,9 +21,9 @@ done &&
message "${MESSAGE_COLOR}Extracting icons ${DEFAULT_COLOR}" &&
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- FILENAME="openoffice.org${VERSION%.*}-freedesktop-menus-${VERSION%.*}-9354"
+ FILENAME="openoffice.org${VERSION%.*}-freedesktop-menus-${VERSION%.*}-9393"
else
- FILENAME="openoffice.org${VERSION%.*}-freedesktop-menus-${VERSION%.*}-9376"
+ FILENAME="openoffice.org${VERSION%.*}-freedesktop-menus-${VERSION%.*}-9393"
fi &&
rpmunpack desktop-integration/${FILENAME}.noarch.rpm &&
gzip -d ${FILENAME}.cpio.gz &&