office/libreoffice: Updated for version 4.1.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-11-06 23:53:35 -06:00
parent ece4d0fe75
commit 62aad3514c
2 changed files with 7 additions and 11 deletions

View file

@ -24,10 +24,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by Niels Horn <niels.horn@gmail.com>
# Revision date: 2013/07/07
# Revision date: 2013/11/06
PRGNAM=libreoffice
VERSION=${VERSION:-"4.0.4"}
VERSION=${VERSION:-"4.1.3"}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -103,10 +103,6 @@ rm -rf $TMP/$SOURCEDIR/RPMS/{userland,jre-*-linux-*.rpm}
cd $TMP/$SOURCEDIR/RPMS/
# Yes, I know there is a Slackware integration file in the desktop-integration
# directory, but it's worthless to us. I'd prefer to do things correctly.
mv desktop-integration/libreoffice$SRCSHORT-freedesktop-menus-$SRCSHORT*.noarch.rpm .
# No, I don't want to update our packaged files after the fact
rm -f *onlineupdate*.rpm # We don't want this

View file

@ -1,10 +1,10 @@
PRGNAM="libreoffice"
VERSION="4.0.4"
VERSION="4.1.3"
HOMEPAGE="http://www.libreoffice.org"
DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/4.0.4/rpm/x86/LibreOffice_4.0.4_Linux_x86_rpm.tar.gz"
MD5SUM="b9a1230692c970006df534f4c3697608"
DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/4.0.4/rpm/x86_64/LibreOffice_4.0.4_Linux_x86-64_rpm.tar.gz"
MD5SUM_x86_64="79860cc1191f896898b8fdbf5fd83490"
DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/4.1.3/rpm/x86/LibreOffice_4.1.3_Linux_x86_rpm.tar.gz"
MD5SUM="f426376e4caf8a98003fdae647a9617a"
DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/4.1.3/rpm/x86_64/LibreOffice_4.1.3_Linux_x86-64_rpm.tar.gz"
MD5SUM_x86_64="93b4cb52220e7f1f4cb6955124b36868"
REQUIRES="jdk"
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"