Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (dee2ccaff1d7d2e2bd863345f8a8a4686753512b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (dee2ccaff1d7d2e2bd863345f8a8a4686753512b)
  • Date: Fri, 22 Feb 2013 18:58:02 -0600

GIT changes to master binary grimoire by Ladislav Hagara <hgr AT vabo.cz>:

bin-editors/libreoffice-bin-lang/CONFIGURE | 4 ++--
bin-editors/libreoffice-bin-lang/DETAILS | 2 +-
bin-editors/libreoffice-bin-lang/HISTORY | 4 ++++
bin-editors/libreoffice-bin-lang/INSTALL | 2 +-
bin-editors/libreoffice-bin-lang/PRE_BUILD | 2 +-
5 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit dee2ccaff1d7d2e2bd863345f8a8a4686753512b
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libreoffice-bin-lang 4.0.0

diff --git a/bin-editors/libreoffice-bin-lang/CONFIGURE
b/bin-editors/libreoffice-bin-lang/CONFIGURE
index 83b3c0d..c297406 100755
--- a/bin-editors/libreoffice-bin-lang/CONFIGURE
+++ b/bin-editors/libreoffice-bin-lang/CONFIGURE
@@ -15,14 +15,14 @@ $LANG_LIST &&
local i=1 &&
for LANGUAGE in $LIBO_LANG; do
if [[ $i == 1 ]]; then
- echo
SOURCE=LibO_\${VERSION}_Linux_\${URL_ARCH/_/-}_langpack-rpm_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_langpack_$LANGUAGE.tar.gz
>> $CFG &&
echo SOURCE_URL[0]=\$SITE/\${URL_ARCH}/\$SOURCE >> $CFG &&
echo SOURCE$(($i+1))=\$SOURCE.asc >>
$CFG &&
echo SOURCE$(($i+1))_URL[0]=\${SOURCE_URL[0]}.asc >>
$CFG &&
echo SOURCE_GPG=libreoffice.gpg:\$SOURCE$(($i+1)):UPSTREAM_KEY >>
$CFG &&
echo SOURCE$(($i+1))_IGNORE=signature >>
$CFG
else
- echo
SOURCE$i=LibO_\${VERSION}_Linux_\${URL_ARCH/_/-}_langpack-rpm_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE$i=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_langpack_$LANGUAGE.tar.gz
>> $CFG &&
echo SOURCE${i}_URL[0]=\$SITE/\${URL_ARCH}/\$SOURCE$i >> $CFG &&
echo SOURCE$(($i+1))=\$SOURCE${i}.asc
>> $CFG &&
echo SOURCE$(($i+1))_URL[0]=\${SOURCE${i}_URL[0]}.asc
>> $CFG &&
diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 7b4b3b5..1f68e91 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-lang
- VERSION=3.6.3
+ VERSION=4.0.0

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LANG_LIST="cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY
b/bin-editors/libreoffice-bin-lang/HISTORY
index 89182c2..c7f6f3c 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,7 @@
+2013-02-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.0.0
+ * CONFIGURE, PRE_BUILD, INSTALL: LibO -> LibreOffice
+
2012-11-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.6.3

diff --git a/bin-editors/libreoffice-bin-lang/INSTALL
b/bin-editors/libreoffice-bin-lang/INSTALL
index 5029c22..3da2f12 100755
--- a/bin-editors/libreoffice-bin-lang/INSTALL
+++ b/bin-editors/libreoffice-bin-lang/INSTALL
@@ -2,6 +2,6 @@ INSTALLDIR=$INSTALL_ROOT/opt &&
mkdir -pv $INSTALLDIR/ &&
local SS &&
for SS in $LIBO_LANG; do
- cd $SOURCE_DIRECTORY/LibO*$SS*/RPMS &&
+ cd $SOURCE_DIRECTORY/LibreOffice*$SS*/RPMS &&
cp -Rv opt/* $INSTALLDIR
done
diff --git a/bin-editors/libreoffice-bin-lang/PRE_BUILD
b/bin-editors/libreoffice-bin-lang/PRE_BUILD
index 700ca90..f2b3b5f 100755
--- a/bin-editors/libreoffice-bin-lang/PRE_BUILD
+++ b/bin-editors/libreoffice-bin-lang/PRE_BUILD
@@ -13,7 +13,7 @@ for SS in $LIBO_LANG; do
unpack_file $i
fi &&
# silently unpack RPMS for each language
- cd LibO*$SS*/RPMS &&
+ cd LibreOffice*$SS*/RPMS &&
for FILE in *.${LIBO_ARCH}.rpm
do
FILE="${FILE%.$LIBO_ARCH.rpm}" &&



  • [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (dee2ccaff1d7d2e2bd863345f8a8a4686753512b), Ladislav Hagara, 02/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page