Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (2257511aeb108709b45f8dc71fc5b11909f62914)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (2257511aeb108709b45f8dc71fc5b11909f62914)
  • Date: Sat, 11 Oct 2008 09:36:12 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

dev/null |binary
gnome2-libs/yelp/BUILD | 3 ++-
gnome2-libs/yelp/DETAILS | 2 +-
gnome2-libs/yelp/HISTORY | 5 +++++
gnome2-libs/yelp/yelp-2.22.1.tar.bz2.sig | 0
gnome2-libs/yelp/yelp-2.24.0.tar.bz2.sig |binary
6 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 2257511aeb108709b45f8dc71fc5b11909f62914
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

yelp: Updated to version 2.24.0. Works with xulrunner now.

diff --git a/gnome2-libs/yelp/BUILD b/gnome2-libs/yelp/BUILD
index 64679f9..9c2738e 100755
--- a/gnome2-libs/yelp/BUILD
+++ b/gnome2-libs/yelp/BUILD
@@ -11,7 +11,8 @@ if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
OPTS="$OPTS --with-gecko=seamonkey"
elif test "$(get_spell_provider $SPELL GECKO)" = xulrunner; then
- OPTS="$OPTS --with-gecko=xulrunner"
+ OPTS="$OPTS --with-gecko=libxul-embedding"
+ CXXFLAGS="$CXXFLAGS -I/$INSTALL_ROOT/usr/include/nspr"
else
OPTS="$OPTS --with-gecko=mozilla"
fi &&
diff --git a/gnome2-libs/yelp/DETAILS b/gnome2-libs/yelp/DETAILS
index 12410a6..fafbecb 100755
--- a/gnome2-libs/yelp/DETAILS
+++ b/gnome2-libs/yelp/DETAILS
@@ -1,5 +1,5 @@
SPELL=yelp
- VERSION=2.22.1
+ VERSION=2.24.0
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/yelp/HISTORY b/gnome2-libs/yelp/HISTORY
index a9d6c21..b00cb62 100644
--- a/gnome2-libs/yelp/HISTORY
+++ b/gnome2-libs/yelp/HISTORY
@@ -1,3 +1,8 @@
+2008-10-09 George Sherwood <gsherwood AT soucemage.org>
+ * DETAILS: Updated to version 2.24.0
+ * BUILD: Updated option for xulrunner
+ Need include to find nsrp header files.
+
2008-04-10 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.22.1

diff --git a/gnome2-libs/yelp/yelp-2.22.1.tar.bz2.sig
b/gnome2-libs/yelp/yelp-2.22.1.tar.bz2.sig
deleted file mode 100644
index e653d5e..0000000
Binary files a/gnome2-libs/yelp/yelp-2.22.1.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/yelp/yelp-2.24.0.tar.bz2.sig
b/gnome2-libs/yelp/yelp-2.24.0.tar.bz2.sig
index b481054..99f120c 100644
Binary files a/gnome2-libs/yelp/yelp-2.24.0.tar.bz2.sig and
b/gnome2-libs/yelp/yelp-2.24.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (2257511aeb108709b45f8dc71fc5b11909f62914), George Sherwood, 10/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page