Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6367786b04df5905ca843a4941abdf24720cbe2b)

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 grimoire by Arjan Bouter (6367786b04df5905ca843a4941abdf24720cbe2b)
  • Date: Thu, 1 Apr 2010 05:50:33 -0500

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

editors/openoffice/DEPENDS | 1 +
editors/openoffice/HISTORY | 4 ++++
editors/openoffice/INSTALL | 2 +-
editors/openoffice/TODO | 5 +++--
4 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 6367786b04df5905ca843a4941abdf24720cbe2b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

openoffice: fixed dmake prefix in INSTALL and added mythes dependency

diff --git a/editors/openoffice/DEPENDS b/editors/openoffice/DEPENDS
index e612a61..a68b3ea 100755
--- a/editors/openoffice/DEPENDS
+++ b/editors/openoffice/DEPENDS
@@ -21,6 +21,7 @@ depends curl '--with-system-curl' &&
depends boost '--with-system-boost' &&
depends hunspell '--with-system-hunspell' &&
depends hyphen '--with-system-altlinuxhyph' &&
+depends mythes '--with-system-mythes' &&
# just weird, it needs to be installed but OOo won't build when you specify
--with-stlport
depends stlport "--without-stlport" &&
depends vigra '--with-system-vigra' &&
diff --git a/editors/openoffice/HISTORY b/editors/openoffice/HISTORY
index 95a864d..c3f8539 100644
--- a/editors/openoffice/HISTORY
+++ b/editors/openoffice/HISTORY
@@ -1,3 +1,7 @@
+2010-03-31 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added mythes
+ * INSTALL: fixed dmake prefix
+
2010-03-26 Arjan Bouter <abouter AT sourcemage.org>
* BUILD,CONFIGURE,CONFLICTS,DEPENDS,INSTALL,PRE_BUILD,PREPARE,DETAILS:
version 3.2.0 and the spell works!
diff --git a/editors/openoffice/INSTALL b/editors/openoffice/INSTALL
index 1e71faa..b664530 100755
--- a/editors/openoffice/INSTALL
+++ b/editors/openoffice/INSTALL
@@ -1,4 +1,4 @@
-dmake install --prefix="${INSTALL_ROOT}/opt" &&
+dmake install prefix="${INSTALL_ROOT}/opt" &&
OOO_APPPATH="${INSTALL_ROOT}/opt/openoffice/openoffice.org3/program" &&
for app in sbase scalc sdraw simpress smath soffice spadmin swriter ; do
ln -s "${OOO_APPPATH}/$app" ${INSTALL_ROOT}/usr/bin/$app
diff --git a/editors/openoffice/TODO b/editors/openoffice/TODO
index 8095f7a..af37246 100644
--- a/editors/openoffice/TODO
+++ b/editors/openoffice/TODO
@@ -6,6 +6,7 @@
* hsqldb spell needs to be written
* graphite spell may need to be written
* figure out dictionaries
-* figure out hyphenation (hyphen, mythes)
-* figure out spelling (myspell, hunspell)
+* figure out hyphenation (hyphen)
+* figure out spelling (hunspell)
+* figure out thesaurus (mythes)
* smgl themed bitmaps maybe? (--with-intro-bitmaps --with-about-bitmaps)



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6367786b04df5905ca843a4941abdf24720cbe2b), Arjan Bouter, 04/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page