diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-06-25 18:21:17 +0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:56:59 -0300 |
commit | 3bd89158cbb14c5093b81b5b7c4fe87c2b02b774 (patch) | |
tree | 87f07c914cb7b9ef54631a9291a2617711d226bf /office | |
parent | a52ad12aa0462967768fc0ba2349159b256d94d1 (diff) | |
download | slackbuilds-3bd89158cbb14c5093b81b5b7c4fe87c2b02b774.tar.gz |
office/libreoffice-langpack: Updated for version 3.4.0.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.SlackBuild | 27 | ||||
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.info | 12 |
2 files changed, 30 insertions, 9 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild index 95100de5fe..687cb0da7f 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild +++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild @@ -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 diff --git a/office/libreoffice-langpack/libreoffice-langpack.info b/office/libreoffice-langpack/libreoffice-langpack.info index a83e90acd1..c35a50154f 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.info +++ b/office/libreoffice-langpack/libreoffice-langpack.info @@ -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" |