office/openoffice.org: Updated for version 4.1.2.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-10-29 16:33:22 -07:00 committed by Willy Sudiarto Raharjo
parent 81217032ac
commit 0060cc4cad
2 changed files with 15 additions and 9 deletions

View file

@ -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}

View file

@ -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"