Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (8a5ce08a9c80b03b1959a8b2e4bb7ab99f363a3c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (8a5ce08a9c80b03b1959a8b2e4bb7ab99f363a3c)
  • Date: Mon, 5 Nov 2007 21:19:32 -0600

GIT changes to master z-rejected grimoire by Arjan Bouter
<abouter AT sourcemage.org>:

ChangeLog
| 3 +
z-editors/openoffice2-bin-lang-nl/BUILD
| 1
z-editors/openoffice2-bin-lang-nl/DEPENDS
| 1
z-editors/openoffice2-bin-lang-nl/DETAILS
| 30 ++++++++++
z-editors/openoffice2-bin-lang-nl/HISTORY
| 3 +
z-editors/openoffice2-bin-lang-nl/INSTALL
| 7 ++

z-editors/openoffice2-bin-lang-nl/OOo_2.3.0_LinuxIntel_langpack_nl.tar.gz.sig
|binary
z-editors/openoffice2-bin-lang-nl/PRE_BUILD
| 19 ++++++
z-editors/openoffice2-bin-lang-nl/UNATTEND_SAFE
| 0
9 files changed, 64 insertions(+)

New commits:
commit 8a5ce08a9c80b03b1959a8b2e4bb7ab99f363a3c
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

openoffice2-bin-lang-nl: new spell, dutch languagepack for OOo2-bin

diff --git a/ChangeLog b/ChangeLog
index a0ee213..2b1148d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-06 Arjan Bouter <abouter AT sourcemage.org>
+ * z-editors/openoffice2-bin-lang-nl: added dutch languagepack
+
2007-10-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* z-x11/openmotif: moved from main grimoire here, non-Free license

diff --git a/z-editors/openoffice2-bin-lang-nl/BUILD
b/z-editors/openoffice2-bin-lang-nl/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-editors/openoffice2-bin-lang-nl/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-editors/openoffice2-bin-lang-nl/DEPENDS
b/z-editors/openoffice2-bin-lang-nl/DEPENDS
new file mode 100755
index 0000000..5d8f78e
--- /dev/null
+++ b/z-editors/openoffice2-bin-lang-nl/DEPENDS
@@ -0,0 +1 @@
+depends rpmunpack
diff --git a/z-editors/openoffice2-bin-lang-nl/DETAILS
b/z-editors/openoffice2-bin-lang-nl/DETAILS
new file mode 100755
index 0000000..90bb97a
--- /dev/null
+++ b/z-editors/openoffice2-bin-lang-nl/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=openoffice2-bin-lang-nl
+ VERSION=2.3.0
+ OOO_LANG=nl
+ LANG_PATH="openoffice/localized/$OOO_LANG/$VERSION"
+ SOURCE="OOo_${VERSION}_LinuxIntel_langpack_${OOO_LANG}.tar.gz"
+ SOURCE_URL[0]="http://mirrors.isc.org/pub/${LANG_PATH}/$SOURCE";
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOG680_m5_native_packed-1_${OOO_LANG}.9221
+ LICENSE[0]=LGPL
+ WEB_SITE=http://www.openoffice.org
+ ENTERED=20050625
+ ARCHIVE="off"
+ REJECT="This spell is non-source"
+ SHORT="The binary version of OpenOffice 2"
+cat << EOF
+OpenOffice.org is the open source project through which Sun Microsystems has
+released the technology for the popular StarOffice[tm] Productivity Suite.
+All of the StarOffice code is available under the GNU Lesser General Public
+License (LGPL) as well as the Sun Industry Standards Source License (SISSL).
+
+Sun is participating as a member of the OpenOffice.org community.
+OpenOffice.org is being hosted by CollabNet.
+
+The suite includes:
+scalc - A spreadsheet application
+sdraw - A vector drawing program
+simpress - A presentation program
+smath - An equation editor
+swriter - A word processor
+EOF
diff --git a/z-editors/openoffice2-bin-lang-nl/HISTORY
b/z-editors/openoffice2-bin-lang-nl/HISTORY
new file mode 100644
index 0000000..f73cee1
--- /dev/null
+++ b/z-editors/openoffice2-bin-lang-nl/HISTORY
@@ -0,0 +1,3 @@
+2007-11-06 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD,DEPENDS,DETAILS,HISTORY,INSTALL,PRE_BUILD,UNATTEND_SAFE
+ created spell
diff --git a/z-editors/openoffice2-bin-lang-nl/INSTALL
b/z-editors/openoffice2-bin-lang-nl/INSTALL
new file mode 100755
index 0000000..64c7131
--- /dev/null
+++ b/z-editors/openoffice2-bin-lang-nl/INSTALL
@@ -0,0 +1,7 @@
+INSTALLDIR=$INSTALL_ROOT/opt/openoffice &&
+if ! [[ -d $INSTALL_DIR ]] ; then
+ mkdir -p $INSTALL_DIR
+fi
+cd $SOURCE_DIRECTORY/RPMS &&
+cp -r $SOURCE_DIRECTORY/RPMS/opt/openoffice.org2.3/* \
+ $INSTALL_ROOT/opt/openoffice/
diff --git
a/z-editors/openoffice2-bin-lang-nl/OOo_2.3.0_LinuxIntel_langpack_nl.tar.gz.sig

b/z-editors/openoffice2-bin-lang-nl/OOo_2.3.0_LinuxIntel_langpack_nl.tar.gz.sig
new file mode 100644
index 0000000..5877f2f
Binary files /dev/null and
b/z-editors/openoffice2-bin-lang-nl/OOo_2.3.0_LinuxIntel_langpack_nl.tar.gz.sig
differ
diff --git a/z-editors/openoffice2-bin-lang-nl/PRE_BUILD
b/z-editors/openoffice2-bin-lang-nl/PRE_BUILD
new file mode 100755
index 0000000..13bec12
--- /dev/null
+++ b/z-editors/openoffice2-bin-lang-nl/PRE_BUILD
@@ -0,0 +1,19 @@
+default_pre_build &&
+
+#
+# Extracted root directories don't have the same names between localized
+# versions, so use * wildcard although I don't find that very elegant
+#
+cd OO*/RPMS
+
+for FILE in *.rpm
+do
+ FILE="${FILE%.i586.rpm}"
+ PART=$(sed 's/openoffice.org-\([^-]*\)-.*$/\1/;' <<< $FILE)
+ message "${MESSAGE_COLOR}Extracting $PART ${DEFAULT_COLOR}" &&
+
+ rpmunpack $FILE.i586.rpm &&
+ gzip -d $FILE.cpio.gz &&
+ cpio -idm < $FILE.cpio
+
+done
diff --git a/z-editors/openoffice2-bin-lang-nl/UNATTEND_SAFE
b/z-editors/openoffice2-bin-lang-nl/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29



  • [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (8a5ce08a9c80b03b1959a8b2e4bb7ab99f363a3c), Arjan Bouter, 11/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page