office/libreoffice-langpack: Updated for version 3.4.0.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-06-25 18:21:17 +02:00 committed by Niels Horn
parent a52ad12aa0
commit 3bd89158cb
2 changed files with 30 additions and 9 deletions

View file

@ -2,11 +2,31 @@
# Slackware build script for LibreOffice Language Packs
# Copyright 2010,2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Written by Niels Horn <niels.horn@gmail.com>
# Revision date: 2011/03/22
# Revision date: 2011/06/20
PRGNAM=libreoffice-langpack
VERSION=${VERSION:-"3.3.2"}
VERSION=${VERSION:-"3.4.0"}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -16,6 +36,7 @@ ALIEN=${ALIEN:-no}
# I'll leave this line here, as I always have to change it with every release
SRCVERSION=$VERSION
SRCSHORT="3.4"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -70,7 +91,7 @@ cd $PKG
# Move docs to their expected locations
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cd $PKG/opt/libreoffice
cd $PKG/opt/libreoffice$SRCSHORT
mv readmes $PKG/usr/doc/$PRGNAM-$VERSION
cd -
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="libreoffice-langpack"
VERSION="3.3.2"
VERSION="3.4.0"
HOMEPAGE="http://www.libreoffice.org"
DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.3.2/rpm/x86/LibO_3.3.2_Linux_x86_langpack-rpm_en-GB.tar.gz"
MD5SUM="d3b4a7b4274bc1d6ba1d6133330efc5a"
DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.3.2/rpm/x86_64/LibO_3.3.2_Linux_x86-64_langpack-rpm_en-GB.tar.gz"
MD5SUM_x86_64="498dbb6bbbb43ecd6797e6d0086e2fda"
DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.4.0/rpm/x86/LibO_3.4.0_Linux_x86_langpack-rpm_en-GB.tar.gz"
MD5SUM="f818170c772904edb8e525d8c5a8c1c5"
DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.4.0/rpm/x86_64/LibO_3.4.0_Linux_x86-64_langpack-rpm_en-GB.tar.gz"
MD5SUM_x86_64="6c37ed8dc4770b32a6790d855811283e"
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
APPROVED="rworkman"
APPROVED="pprkut"