[Lunar-commits] CVS: moonbase/editors/scite CONFIGURE, NONE, 1.1 BUILD, 1.2, 1.3

Jon South striker at lunar-linux.org
Tue Nov 2 22:12:40 UTC 2004


Update of /var/cvs/lunar/moonbase/editors/scite
In directory espresso.foo-projects.org:/tmp/cvs-serv31191

Modified Files:
	BUILD 
Added Files:
	CONFIGURE 
Log Message:
option to remove the new (un-)improved GTK file selector support


--- NEW FILE: CONFIGURE ---
FOO="OLD_FILE_SELECT"
if ! grep -q "$FOO" $MODULE_CONFIG; then
  if query "Disable GTK+ 2.4 file select dialog box?" n; then
     echo "$FOO=y" >> $MODULE_CONFIG
  else
     echo "$FOO=n" >> $MODULE_CONFIG
  fi
fi

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/scite/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	6 Apr 2003 11:44:39 -0000	1.2
+++ BUILD	2 Nov 2004 22:12:38 -0000	1.3
@@ -1,5 +1,9 @@
 (
 
+  if [[ "$OLD_FILE_SELECT" == "y" ]]; then
+    sedit "s:#define USE_FILE_CHOOSER:#undef USE_FILE_CHOOSER:g" scite/gtk/SciTEGTK.cxx
+  fi &&
+
   ( cd scintilla/gtk && make GTK2=1 )           &&
   ( cd scite/gtk     && make GTK2=1 )           &&
   prepare_install                               &&



More information about the Lunar-commits mailing list