diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-08-01 21:39:56 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 20:28:36 -0300 |
commit | f24e1672d85554dc875134c18d2f9042bbab21c9 (patch) | |
tree | 1dbed05f1f2dd291c3511017d298a3a33ff5a23f /office | |
parent | f062589eba9fda9c8d0a0b017267dd0c756a8903 (diff) | |
download | slackbuilds-f24e1672d85554dc875134c18d2f9042bbab21c9.tar.gz |
office/libreoffice-langpack: Updated for version 3.4.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.SlackBuild | 8 | ||||
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.info | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild index 687cb0da7f..6b83edc78b 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild +++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild @@ -23,10 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Written by Niels Horn <niels.horn@gmail.com> -# Revision date: 2011/06/20 +# Revision date: 2011/08/01 PRGNAM=libreoffice-langpack -VERSION=${VERSION:-"3.4.0"} +VERSION=${VERSION:-"3.4.2"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,7 +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" +SRCSHORT=$(echo $VERSION | cut -f1-2 -d.) if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -107,7 +107,7 @@ chmod -R u+rw,go+r-w,a-s . if [ "$ALIEN" == "yes" ]; then cd $PKG/opt mkdir -p ../usr/lib${LIBDIRSUFFIX} - mv libreoffice ../usr/lib${LIBDIRSUFFIX} + mv libreoffice$SRCSHORT ../usr/lib${LIBDIRSUFFIX} cd .. rmdir opt cd usr/lib${LIBDIRSUFFIX} diff --git a/office/libreoffice-langpack/libreoffice-langpack.info b/office/libreoffice-langpack/libreoffice-langpack.info index c35a50154f..592756b0ff 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.info +++ b/office/libreoffice-langpack/libreoffice-langpack.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice-langpack" -VERSION="3.4.0" +VERSION="3.4.2" HOMEPAGE="http://www.libreoffice.org" -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" +DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.4.2/rpm/x86/LibO_3.4.2_Linux_x86_langpack-rpm_en-GB.tar.gz" +MD5SUM="c861f3eba86c252402aa50b8274b416a" +DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.4.2/rpm/x86_64/LibO_3.4.2_Linux_x86-64_langpack-rpm_en-GB.tar.gz" +MD5SUM_x86_64="f85eabdc88a9ee918c5154298721b8d3" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="pprkut" +APPROVED="rworkman" |