Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (716bcd47da9d57c2e8b7de92333cab756b7cdab2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (716bcd47da9d57c2e8b7de92333cab756b7cdab2)
  • Date: Thu, 20 May 2010 16:19:42 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

editors/openoffice/DEPENDS | 1 +
editors/openoffice/HISTORY | 3 +++
editors/openoffice/PRE_BUILD | 7 +++++++
spelling/mythes/BUILD | 1 -
spelling/mythes/DETAILS | 11 ++++++-----
spelling/mythes/HISTORY | 9 +++++++++
spelling/mythes/INSTALL | 6 ++----
spelling/mythes/PRE_BUILD | 4 ----
spelling/mythes/gcc44.patch | 12 ------------
spelling/mythes/mythes-1.2.0.tar.gz.sig |binary
10 files changed, 28 insertions(+), 26 deletions(-)

New commits:
commit 716bcd47da9d57c2e8b7de92333cab756b7cdab2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mythes: Updated to 1.2.0
SOURCE and SOURCE_DIRECTORY now match SPELL
Removed BUILD, PRE_BUILD, and gcc44.patch
.hxx and .a are now installed for us

commit 8b9f38a2cef5e1b409220078f8df559a6dafab1a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mythes: Fix WEB_SITE

commit ebbf77c6e6dac09dfd893c1ba40e66e1bb26f816
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openoffice: Fix location of QT4 binaries for our layout
Depends on autoconf to regenerate configure
Regenerate configure from configure.in

diff --git a/editors/openoffice/DEPENDS b/editors/openoffice/DEPENDS
index 753478a..4938ce9 100755
--- a/editors/openoffice/DEPENDS
+++ b/editors/openoffice/DEPENDS
@@ -1,4 +1,5 @@
# good old fashioned hard dependencies
+depends autoconf &&
depends freetype2 &&
depends archive-zip &&
depends zip &&
diff --git a/editors/openoffice/HISTORY b/editors/openoffice/HISTORY
index cd5e6df..7ea572d 100644
--- a/editors/openoffice/HISTORY
+++ b/editors/openoffice/HISTORY
@@ -1,6 +1,9 @@
2010-05-20 Eric Sandall <sandalle AT sourcemage.org>
* OOo_3.2.0_src_l10n.tar.bz2.sig: Updated tarball, see
http://bugs.gentoo.org/show_bug.cgi?id=308661
+ * DEPENDS: Depends on autoconf to regenerate configure
+ * PRE_BUILD: Fix location of QT4 binaries for our layout
+ Regenerate configure from configure.in

2010-04-04 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: corrected to work properly
diff --git a/editors/openoffice/PRE_BUILD b/editors/openoffice/PRE_BUILD
index f5b6598..db63a18 100755
--- a/editors/openoffice/PRE_BUILD
+++ b/editors/openoffice/PRE_BUILD
@@ -8,5 +8,12 @@ if [[ "${OOO_BINFILTER}" = 'y' ]]; then
fi &&

cd ${SOURCE_DIRECTORY} &&
+#
+# Fix finding location of QT4 binaries to our setup
+#
+sed -i 's:QT4DIR/bin:QT4DIR:' $SOURCE_DIRECTORY/configure.in &&
+autoconf &&
+
#somehow they forgot that db versions above 4.7 could be written one day ;)
sedit 's#1 7#1 9#' configure
+
diff --git a/spelling/mythes/BUILD b/spelling/mythes/BUILD
deleted file mode 100755
index 8f58e6d..0000000
--- a/spelling/mythes/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make
diff --git a/spelling/mythes/DETAILS b/spelling/mythes/DETAILS
index 69886e8..a3756df 100755
--- a/spelling/mythes/DETAILS
+++ b/spelling/mythes/DETAILS
@@ -1,10 +1,11 @@
SPELL=mythes
- VERSION=1.1
- SOURCE="MyThes-${VERSION}.tar.gz"
+ VERSION=1.2.0
+ SOURCE="$SPELL-${VERSION}.tar.gz"
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_URL[0]=${SOURCEFORGE_URL}/hunspell/${SOURCE}
-
SOURCE_HASH=sha512:4969b5445aa9fa14a440191103f80b70f2c22ef659cd5b1c6a94f6201699b44ad496b24c7da04e3dbdd49398602f2abaae0e59bbe6755ed7f6cf7f079838a832
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/MyThes-${VERSION}"
- WEB_SITE="http://hyphen.sourceforge.net";
+#
SOURCE_HASH=sha512:4969b5445aa9fa14a440191103f80b70f2c22ef659cd5b1c6a94f6201699b44ad496b24c7da04e3dbdd49398602f2abaae0e59bbe6755ed7f6cf7f079838a832
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION}"
+ WEB_SITE=http://hunspell.sourceforge.net/
LICENSE[0]=BSD
ENTERED=20090901
SHORT="thesaurus library"
diff --git a/spelling/mythes/HISTORY b/spelling/mythes/HISTORY
index f34a36c..15b770b 100644
--- a/spelling/mythes/HISTORY
+++ b/spelling/mythes/HISTORY
@@ -1,3 +1,12 @@
+2010-05-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Correct WEB_SITE
+ Updated to 1.2.0
+ SOURCE now matches SPELL
+ * PRE_BUILD: Removed, no longer needed
+ * BUILD: Removed, no longer needed
+ * INSTALL: .hxx and .a are now installed for us
+ * gcc44.patch: Removed, no longer needed
+
2010-04-23 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on hunspell
* DETAILS: LICENSE is BSD-based
diff --git a/spelling/mythes/INSTALL b/spelling/mythes/INSTALL
index 486dc45..122c384 100755
--- a/spelling/mythes/INSTALL
+++ b/spelling/mythes/INSTALL
@@ -1,8 +1,6 @@
-cd "${SOURCE_DIRECTORY}" &&
-
-install -m 0644 libmythes.a ${INSTALL_ROOT}/usr/lib/libmythes.a &&
-install -m 0644 mythes.hxx ${INSTALL_ROOT}/usr/include/mythes.hxx &&
+default_install &&

+cd "${SOURCE_DIRECTORY}" &&
mkdir -p "${INSTALL_ROOT}/usr/share/mythes" &&
install -m 0644 th_en_US_new.idx \
${INSTALL_ROOT}/usr/share/mythes/th_en_US_new.idx
diff --git a/spelling/mythes/PRE_BUILD b/spelling/mythes/PRE_BUILD
deleted file mode 100755
index 2bb0b42..0000000
--- a/spelling/mythes/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-sedit 's/^CXXFLAGS/#CXXFLAGS/' Makefile &&
-patch -p1 < "${SCRIPT_DIRECTORY}/gcc44.patch"
diff --git a/spelling/mythes/gcc44.patch b/spelling/mythes/gcc44.patch
deleted file mode 100644
index 204980b..0000000
--- a/spelling/mythes/gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur MyThes-1.1.orig/mythes.cxx MyThes-1.1/mythes.cxx
---- MyThes-1.1.orig/mythes.cxx 2010-04-23 23:58:06.210695856 -0700
-+++ MyThes-1.1/mythes.cxx 2010-04-24 00:00:15.750704314 -0700
-@@ -26,7 +26,7 @@
- // return index of char in string
- int mystr_indexOfChar(const char * d, int c)
- {
-- char * p = strchr(d,c);
-+ const char * p = strchr(d,c);
- if (p) return (int)(p-d);
- return -1;
- }
diff --git a/spelling/mythes/mythes-1.2.0.tar.gz.sig
b/spelling/mythes/mythes-1.2.0.tar.gz.sig
new file mode 100644
index 0000000..9054fae
Binary files /dev/null and b/spelling/mythes/mythes-1.2.0.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (716bcd47da9d57c2e8b7de92333cab756b7cdab2), Eric Sandall, 05/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page