Skip to Content.
Sympa Menu

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

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 (a49f2da01d1848744622e13dc9f34b0ed7abebb4)
  • Date: Fri, 22 Feb 2013 19:20:52 -0600

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

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

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

libreoffice-bin-help 4.0.0

diff --git a/bin-editors/libreoffice-bin-help/CONFIGURE
b/bin-editors/libreoffice-bin-help/CONFIGURE
index ceda6e7..74107a7 100755
--- a/bin-editors/libreoffice-bin-help/CONFIGURE
+++ b/bin-editors/libreoffice-bin-help/CONFIGURE
@@ -15,14 +15,14 @@ $HELPLANG_LIST &&
local i=1 &&
for LANGUAGE in $LIBO_HELPLANG; do
if [[ $i == 1 ]]; then
- echo
SOURCE=LibO_\${VERSION}_Linux_\${URL_ARCH/_/-}_helppack-rpm_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_helppack_$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/_/-}_helppack-rpm_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE$i=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_helppack_$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-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index 85f8363..499825a 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-help
- VERSION=3.6.3
+ VERSION=4.0.0

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
HELPLANG_LIST="en-US cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-help/HISTORY
b/bin-editors/libreoffice-bin-help/HISTORY
index cb51da0..fcb4ca0 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/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-help/INSTALL
b/bin-editors/libreoffice-bin-help/INSTALL
index a5f540d..9350a39 100755
--- a/bin-editors/libreoffice-bin-help/INSTALL
+++ b/bin-editors/libreoffice-bin-help/INSTALL
@@ -2,6 +2,6 @@ INSTALLDIR=$INSTALL_ROOT/opt &&
mkdir -pv $INSTALLDIR/ &&
local SS &&
for SS in $LIBO_HELPLANG; 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-help/PRE_BUILD
b/bin-editors/libreoffice-bin-help/PRE_BUILD
index c878652..ce7f9e5 100755
--- a/bin-editors/libreoffice-bin-help/PRE_BUILD
+++ b/bin-editors/libreoffice-bin-help/PRE_BUILD
@@ -13,7 +13,7 @@ for SS in $LIBO_HELPLANG; 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 (a49f2da01d1848744622e13dc9f34b0ed7abebb4), Ladislav Hagara, 02/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page