summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Ryan P.C. McQuen2015-10-30 00:33:22 +0100
committer Willy Sudiarto Raharjo2015-10-31 02:32:58 +0100
commit0060cc4cad0699d2b60a34c4ee6cb66193d1769c (patch)
treed22a780b079b195569e5e22600e48d29915ffec0 /office
parent81217032ac1fdd75a67993cb7cf0109582cb0778 (diff)
downloadslackbuilds-0060cc4cad0699d2b60a34c4ee6cb66193d1769c.tar.gz
office/openoffice.org: Updated for version 4.1.2.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'office')
-rw-r--r--office/openoffice.org/openoffice.org.SlackBuild14
-rw-r--r--office/openoffice.org/openoffice.org.info10
2 files changed, 15 insertions, 9 deletions
diff --git a/office/openoffice.org/openoffice.org.SlackBuild b/office/openoffice.org/openoffice.org.SlackBuild
index 382b6aaf52..1ecb73fb47 100644
--- a/office/openoffice.org/openoffice.org.SlackBuild
+++ b/office/openoffice.org/openoffice.org.SlackBuild
@@ -1,9 +1,7 @@
#!/bin/sh
# Slackware build script for openoffice.org
-
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
-
# Originally written by Niki Kovacs <info@microlinux.fr)
#
# Rewritten for slackbuilds.org by Ryan P.C. McQuen
@@ -29,8 +27,8 @@
PRGNAM=openoffice.org
SRCNAM=openoffice
-VERSION=${VERSION:-4.1.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.1.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCSHORT=$(echo $VERSION | cut -f1 -d.)
@@ -86,6 +84,12 @@ rm -rf $TMP/$SOURCEDIR
tar xvf $CWD/$TARNAME -C $TMP
cd $TMP/$SOURCEDIR/RPMS
+chown -R root:root .
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# We don't want this, so we delete the *onlineupdate*.rpm
rm -f *onlineupdate*.rpm
@@ -140,4 +144,6 @@ mv $TMP/$OOLANG $PKG/opt/${SRCNAM}${SRCSHORT}/lang/
chown -R root:root .
find . -type d -exec chmod 755 {} \;
chmod -R u+rw,go+r-w,a-s .
+
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}_${PKG_LANG}-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+
diff --git a/office/openoffice.org/openoffice.org.info b/office/openoffice.org/openoffice.org.info
index 719fab6ba1..d2e4d1f3f2 100644
--- a/office/openoffice.org/openoffice.org.info
+++ b/office/openoffice.org/openoffice.org.info
@@ -1,10 +1,10 @@
PRGNAM="openoffice.org"
-VERSION="4.1.1"
+VERSION="4.1.2"
HOMEPAGE="https://openoffice.org"
-DOWNLOAD="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_en-US.tar.gz"
-MD5SUM="46e0aa610b121b23d9ed820016a6e7fd"
-DOWNLOAD_x86_64="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz"
-MD5SUM_x86_64="b86a422de7be43f659555f2edbd74590"
+DOWNLOAD="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.2/binaries/en-US/Apache_OpenOffice_4.1.2_Linux_x86_install-rpm_en-US.tar.gz"
+MD5SUM="fb3a9d03b16b258c27e46d65d87b6512"
+DOWNLOAD_x86_64="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.2/binaries/en-US/Apache_OpenOffice_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz"
+MD5SUM_x86_64="bb3c58bec7d1280aae18bafe55e922ee"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"