Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (e703166f4d1649df4c1ebb58b7e62b87a71b8305)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (e703166f4d1649df4c1ebb58b7e62b87a71b8305)
  • Date: Sat, 11 Oct 2008 17:54:38 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
doc/devhelp/BUILD | 3 ++-
doc/devhelp/DEPENDS | 13 +++++++++----
doc/devhelp/DETAILS | 2 +-
doc/devhelp/HISTORY | 5 +++++
doc/devhelp/devhelp-0.16.1.tar.bz2.sig | 0
doc/devhelp/devhelp-0.21.tar.bz2.sig |binary
gnome2-libs/yelp/BUILD | 4 ++++
gnome2-libs/yelp/CONFIGURE | 3 ++-
gnome2-libs/yelp/DEPENDS | 11 ++++++++++-
gnome2-libs/yelp/HISTORY | 7 ++++++-
11 files changed, 39 insertions(+), 9 deletions(-)

New commits:
commit e703166f4d1649df4c1ebb58b7e62b87a71b8305
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

devhelp: updated to 0.21

commit e1ee3f77b3a2291ccbd8d8ceb7de1f718790830e
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

yelp: updated depends and configure options

diff --git a/doc/devhelp/BUILD b/doc/devhelp/BUILD
index af1d924..eb32dee 100755
--- a/doc/devhelp/BUILD
+++ b/doc/devhelp/BUILD
@@ -3,7 +3,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/doc/devhelp/DEPENDS b/doc/devhelp/DEPENDS
index a0ae1f6..43b566e 100755
--- a/doc/devhelp/DEPENDS
+++ b/doc/devhelp/DEPENDS
@@ -1,4 +1,9 @@
-depends gnome-vfs2 &&
-depends libglade2 &&
-depends libwnck &&
-depends GECKO
+depends glib2 &&
+depends gconf2 &&
+depends gnome-vfs2 &&
+depends libglade2 &&
+depends libwnck &&
+depends GECKO &&
+depends python &&
+
+optional_depends gedit "" "" "For gedit plugins?"
diff --git a/doc/devhelp/DETAILS b/doc/devhelp/DETAILS
index 062b385..e23b9db 100755
--- a/doc/devhelp/DETAILS
+++ b/doc/devhelp/DETAILS
@@ -1,5 +1,5 @@
SPELL=devhelp
- VERSION=0.16.1
+ VERSION=0.21
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/doc/devhelp/HISTORY b/doc/devhelp/HISTORY
index 288dea0..955d5c4 100644
--- a/doc/devhelp/HISTORY
+++ b/doc/devhelp/HISTORY
@@ -1,3 +1,8 @@
+2008-10-11 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.21
+ * BUILD: updated gecko option to work with new xulrunner
+ * DEPENDS: added glib2, gconf2, python and optional gedit
+
2007-10-08 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.16.1

diff --git a/doc/devhelp/devhelp-0.16.1.tar.bz2.sig
b/doc/devhelp/devhelp-0.16.1.tar.bz2.sig
deleted file mode 100644
index 5ac7c93..0000000
Binary files a/doc/devhelp/devhelp-0.16.1.tar.bz2.sig and /dev/null differ
diff --git a/doc/devhelp/devhelp-0.21.tar.bz2.sig
b/doc/devhelp/devhelp-0.21.tar.bz2.sig
new file mode 100644
index 0000000..280fcc6
Binary files /dev/null and b/doc/devhelp/devhelp-0.21.tar.bz2.sig differ
diff --git a/gnome2-libs/yelp/BUILD b/gnome2-libs/yelp/BUILD
index 9c2738e..af7dc20 100755
--- a/gnome2-libs/yelp/BUILD
+++ b/gnome2-libs/yelp/BUILD
@@ -6,6 +6,10 @@ if [ "$YELPINFO" == "y" ]; then
OPTS="$OPTS --enable-info"
fi &&

+if [ "$YELPSEARCH" == "n" ]; then
+ OPTS="$OPTS --without-search"
+fi &&
+
if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
OPTS="$OPTS --with-gecko=firefox"
elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
diff --git a/gnome2-libs/yelp/CONFIGURE b/gnome2-libs/yelp/CONFIGURE
index d79e17c..d81282f 100755
--- a/gnome2-libs/yelp/CONFIGURE
+++ b/gnome2-libs/yelp/CONFIGURE
@@ -1,2 +1,3 @@
config_query YELPMAN "Enable man page support" n &&
-config_query YELPINFO "Enable info page support" n
+config_query YELPINFO "Enable info page support" n &&
+config_query YELPSEARCH "Enable search?" n
diff --git a/gnome2-libs/yelp/DEPENDS b/gnome2-libs/yelp/DEPENDS
index d7b40fe..64c9ad6 100755
--- a/gnome2-libs/yelp/DEPENDS
+++ b/gnome2-libs/yelp/DEPENDS
@@ -1,3 +1,6 @@
+depends libx11 &&
+depends libice &&
+depends glib2 &&
depends gconf2 &&
depends gnome-doc-utils &&
depends gnome-vfs2 &&
@@ -10,5 +13,11 @@ depends libxslt &&
depends startup-notification &&
depends dbus-glib &&
depends rarian &&
-depends GECKO
+depends GECKO &&

+if [[ "$YELPSEARCH" == "y" ]]; then
+ optional_depends beagle \
+ "--with-search=beagle" \
+ "--with-search=basic" \
+ "Use Beagle for search support?"
+fi
\ No newline at end of file
diff --git a/gnome2-libs/yelp/HISTORY b/gnome2-libs/yelp/HISTORY
index b00cb62..5f31971 100644
--- a/gnome2-libs/yelp/HISTORY
+++ b/gnome2-libs/yelp/HISTORY
@@ -1,3 +1,9 @@
+2007-04-09 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added xorg-libs and glib2
+ added optional on beagle for search
+ * CONFIGURE: add search enable
+ * BUILD: added seach option
+
2008-10-09 George Sherwood <gsherwood AT soucemage.org>
* DETAILS: Updated to version 2.24.0
* BUILD: Updated option for xulrunner
@@ -16,7 +22,6 @@
* REPAIR^f28a3645c12b689590aaf423d217e22e^FUNCTIONS: Fix Bug #14014

2007-09-21 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 2.20.0

2007-09-07 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.19.90




Archive powered by MHonArc 2.6.24.

Top of Page