mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/libreoffice-langpack: Updated for version 3.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
fbdee6d2a0
commit
20e1a93f90
4 changed files with 14 additions and 18 deletions
|
@ -1,20 +1,16 @@
|
|||
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 (32-bits):
|
||||
To build other locales, download your language pack from:
|
||||
|
||||
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/
|
||||
http://www.libreoffice.org/download/
|
||||
|
||||
and start the SlackBuild as follows:
|
||||
|
||||
# LOLANG=xx-YY ./libreoffice-langpack.SlackBuild
|
||||
|
||||
This package was prepared for LibreOffice built from here at SlackBuilds.org;
|
||||
if you want to build a package compatible with LibreOffice built from source
|
||||
(like AlienBOB's packages), start the script as follows:
|
||||
This package was prepared for LibreOffice built from here at
|
||||
SlackBuilds.org. if you want to build a package compatible with LibreOffice
|
||||
built from source (like AlienBOB's packages), start the script as follows:
|
||||
|
||||
# LOLANG=xx-YY ALIEN=yes ./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/12/10
|
||||
# Revision date: 2011/02/13
|
||||
|
||||
PRGNAM=libreoffice-langpack
|
||||
VERSION=${VERSION:-"3.3.0rc1"}
|
||||
VERSION=${VERSION:-"3.3.0"}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,7 @@ cd $PKG
|
|||
# Move docs to their expected locations
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd $PKG/opt/libreoffice
|
||||
mv readmes licenses $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv readmes $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd -
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libreoffice-langpack"
|
||||
VERSION="3.3.0rc1"
|
||||
VERSION="3.3.0"
|
||||
HOMEPAGE="http://www.documentfoundation.org"
|
||||
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"
|
||||
DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.3.0/rpm/x86/LibO_3.3.0_Linux_x86_langpack-rpm_en-GB.tar.gz"
|
||||
MD5SUM="3208695b560c1df0f9fcdda0f0a13d6d"
|
||||
DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.3.0/rpm/x86_64/LibO_3.3.0_Linux_x86-64_langpack-rpm_en-GB.tar.gz"
|
||||
MD5SUM_x86_64="e3243f6ab94fe6b190c0606d7ec3438b"
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libreoffice-langpack: LibreOffice Language Pack (for LibreOffice Productivity Suite)
|
||||
libreoffice-langpack:
|
||||
libreoffice-langpack: Language Pack for LibreOffice productivity suite.
|
||||
|
|
Loading…
Reference in a new issue