[SM-Commit] PERFORCE change 78737 by Robin Cook for review

Perforce Review Daemon p4review at smee.org
Sun Apr 30 23:15:01 EDT 2006


Change 78737 by robin_cook at CuZnDragon-pheuri.wyrms.net on 2006/05/01 04:13:59

	gtkspell: add option to use enchant
	pan2: added patch to fix bugs in devel release

Affected files ...

... //sgl/grimoires/test/editors/gtkspell/CONFIGURE#1 branch
... //sgl/grimoires/test/editors/gtkspell/DEPENDS#2 integrate
... //sgl/grimoires/test/editors/gtkspell/HISTORY#8 integrate
... //sgl/grimoires/test/editors/gtkspell/PRE_BUILD#1 branch
... //sgl/grimoires/test/editors/gtkspell/gtkspell-enchant.patch#1 branch
... //sgl/grimoires/test/gnome2-apps/pan2/HISTORY#13 integrate
... //sgl/grimoires/test/gnome2-apps/pan2/PRE_BUILD#4 integrate
... //sgl/grimoires/test/gnome2-apps/pan2/pan.patch#3 branch

Differences ...

==== //sgl/grimoires/test/editors/gtkspell/DEPENDS#2 (xtext) ====

@@ -1,5 +1,10 @@
-depends  aspell   &&
 depends  gtk+2    &&
 
+if [ "${GTKSPELL_ENCHANT}" == "y" ]; then
+   depends enchant
+else
+   depends  aspell
+fi  &&
+
 optional_depends  gtk-doc "" "--disable-gtk-doc" "for documentation"
 

==== //sgl/grimoires/test/editors/gtkspell/HISTORY#8 (text) ====

@@ -1,3 +1,8 @@
+2006-04-30 Robin Cook <rcook at wyrms.net>
+	* CONFIGURE: added to query use enchant
+	* DEPENDS: set apell/enchant depends by query
+	* PRE_BUILD: added to apply patch by query
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 

==== //sgl/grimoires/test/gnome2-apps/pan2/HISTORY#13 (text) ====

@@ -1,5 +1,7 @@
 2006-04-30 George Sherwood <george at beeranbeer.com>
 	* DETAILS: Updated devel to 0.95
+	* PRE_BUILD: Added patch to fix unable to read new messages.
+	* pan.patch: Added to fix a few new problems
 
 2006-04-23 George Sherwood <george at beernabeer.com>
 	* DETAILS: Updated devel to 0.94

==== //sgl/grimoires/test/gnome2-apps/pan2/PRE_BUILD#4 (xtext) ====

@@ -1,5 +1,9 @@
 default_pre_build &&
 cd ${SOURCE_DIRECTORY} &&
+if  [  "$REL"  ==  "devel" ]; then
+    cd pan &&
+    patch -p0 < $SCRIPT_DIRECTORY/pan.patch
+fi &&
 if  [  "$REL"  ==  "cvs"  ]; then
   NOCONFIGURE=Y  ./autogen.sh
 fi



More information about the SM-Commit mailing list