summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Niels Horn2010-12-27 07:49:29 +0100
committer Niels Horn2010-12-27 23:06:58 +0100
commitce9927e1f7f7f020f4a1ae4d227d4d5c06d371cd (patch)
tree2a0ab0ec2e526c258a20c97684ab175dbe01fcd3
parentaa937409feea681bbb4584195e2a04b6093d0c80 (diff)
downloadslackbuilds-ce9927e1f7f7f020f4a1ae4d227d4d5c06d371cd.tar.gz
office/libreoffice-langpack: Updated for version 3.3.0rc1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--office/libreoffice-langpack/README8
-rw-r--r--office/libreoffice-langpack/libreoffice-langpack.SlackBuild7
-rw-r--r--office/libreoffice-langpack/libreoffice-langpack.info10
3 files changed, 15 insertions, 10 deletions
diff --git a/office/libreoffice-langpack/README b/office/libreoffice-langpack/README
index e8f7ed0587..93365c9354 100644
--- a/office/libreoffice-langpack/README
+++ b/office/libreoffice-langpack/README
@@ -1,9 +1,13 @@
Language Pack for LibreOffice productivity suite.
This script builds the language pack for the en-GB locale.
-To build other locales, download your language pack from:
+To build other locales, download your language pack from (32-bits):
- http://download.documentfoundation.org/libreoffice/testing/3.3.0-beta3/rpm/x86/
+ http://download.documentfoundation.org/libreoffice/testing/3.3.0-rc1/rpm/x86/
+
+or (64-bits):
+
+ http://download.documentfoundation.org/libreoffice/testing/3.3.0-rc1/rpm/x86_64/
and start the SlackBuild as follows:
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild
index 00280a5973..d91e9cfea7 100644
--- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild
+++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild
@@ -3,10 +3,10 @@
# Slackware build script for LibreOffice Language Packs
# Written by Niels Horn <niels.horn@gmail.com>
-# Revision date: 2010/11/28
+# Revision date: 2010/12/10
PRGNAM=libreoffice-langpack
-VERSION=${VERSION:-"3.3.0_beta3"}
+VERSION=${VERSION:-"3.3.0rc1"}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -14,7 +14,8 @@ LOLANG=${LOLANG:-en-GB}
PKG_LANG=${LOLANG//-/_}
ALIEN=${ALIEN:-no}
-SRCVERSION=$(echo $VERSION | cut -f1 -d_)
+# I'll leave this line here, as I always have to change it with every release
+SRCVERSION=$VERSION
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/office/libreoffice-langpack/libreoffice-langpack.info b/office/libreoffice-langpack/libreoffice-langpack.info
index 257d337ec4..dd00e8c264 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.0_beta3"
+VERSION="3.3.0rc1"
HOMEPAGE="http://www.documentfoundation.org"
-DOWNLOAD="http://download.documentfoundation.org/libreoffice/testing/3.3.0-beta3/rpm/x86/LibO_3.3.0_Linux_x86_langpack-rpm_en-GB.tar.gz"
-MD5SUM="a3192003b0489ee4b502da584a7f3afc"
-DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/testing/3.3.0-beta3/rpm/x86_64/LibO_3.3.0_Linux_x86-64_langpack-rpm_en-GB.tar.gz"
-MD5SUM_x86_64="3a306f638051674786268dc01e5f8e3b"
+DOWNLOAD="http://download.documentfoundation.org/libreoffice/testing/3.3.0-rc1/rpm/x86/LibO_3.3.0rc1_Linux_x86_langpack-rpm_en-GB.tar.gz"
+MD5SUM="0ca8cedb60c7b9004b56be830293f420"
+DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/testing/3.3.0-rc1/rpm/x86_64/LibO_3.3.0rc1_Linux_x86-64_langpack-rpm_en-GB.tar.gz"
+MD5SUM_x86_64="735b171a5f05dac33fe1586e1114cfe9"
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
APPROVED="rworkman"