mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/libreoffice-langpack: Updated for version 4.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
806b0b2fd3
commit
e48c735cc8
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for LibreOffice Language Packs
|
||||
|
||||
# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,10 +23,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Written by Niels Horn <niels.horn@gmail.com>
|
||||
# Revision date: 2012/12/27
|
||||
# Revision date: 2013/03/24
|
||||
|
||||
PRGNAM=libreoffice-langpack
|
||||
VERSION=${VERSION:-"3.6.4"}
|
||||
VERSION=${VERSION:-"4.0.1"}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,7 +68,7 @@ fi
|
|||
set -e
|
||||
|
||||
# Concatenate all parts to get the full name of the tarball
|
||||
TARBALL="LibO_${SRCVERSION}_Linux_${SRCARCH}_langpack-rpm_${LOLANG}.tar.gz"
|
||||
TARBALL="LibreOffice_${SRCVERSION}_Linux_${SRCARCH}_rpm_langpack_${LOLANG}.tar.gz"
|
||||
if [ ! -r $TARBALL ]; then
|
||||
echo "$TARBALL not found"
|
||||
exit 1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libreoffice-langpack"
|
||||
VERSION="3.6.4"
|
||||
VERSION="4.0.1"
|
||||
HOMEPAGE="http://www.libreoffice.org"
|
||||
DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.6.4/rpm/x86/LibO_3.6.4_Linux_x86_langpack-rpm_en-GB.tar.gz"
|
||||
MD5SUM="48a2aac3df38dd8c52a41904b0b5149e"
|
||||
DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.6.4/rpm/x86_64/LibO_3.6.4_Linux_x86-64_langpack-rpm_en-GB.tar.gz"
|
||||
MD5SUM_x86_64="ceb1a1e49b6269b7c1f650ab8dc6a2f7"
|
||||
DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/4.0.1/rpm/x86/LibreOffice_4.0.1_Linux_x86_rpm_langpack_en-GB.tar.gz"
|
||||
MD5SUM="15418fe85f80c59854e0e3f4457605c5"
|
||||
DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/4.0.1/rpm/x86_64/LibreOffice_4.0.1_Linux_x86-64_rpm_langpack_en-GB.tar.gz"
|
||||
MD5SUM_x86_64="5d27672c0bc6f97986536b21d7b9b3f6"
|
||||
REQUIRES="libreoffice"
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue