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

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


Change 78735 by robin_cook at CuZnDragon-pheuri.wyrms.net on 2006/05/01 04:05:50

	added option to use enchant.

Affected files ...

... //sgl/grimoires/devel/editors/gtkspell/CONFIGURE#1 add
... //sgl/grimoires/devel/editors/gtkspell/DEPENDS#2 edit
... //sgl/grimoires/devel/editors/gtkspell/HISTORY#8 edit
... //sgl/grimoires/devel/editors/gtkspell/PRE_BUILD#1 add
... //sgl/grimoires/devel/editors/gtkspell/gtkspell-enchant.patch#1 add

Differences ...

==== //sgl/grimoires/devel/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/devel/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
 



More information about the SM-Commit mailing list