public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/lablgtk/files: lablgtk-2.14.0-sourceview2.patch
@ 2009-12-22 15:54 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2009-12-22 15:54 UTC (permalink / raw
  To: gentoo-commits

aballier    09/12/22 15:54:44

  Added:                lablgtk-2.14.0-sourceview2.patch
  Log:
  Add gtksourceview2 support and use it instead of 1.x versions; patch by Rafał Mużyło <galtgendo@o2.pl>, bug #295515
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-ml/lablgtk/files/lablgtk-2.14.0-sourceview2.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/lablgtk/files/lablgtk-2.14.0-sourceview2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/lablgtk/files/lablgtk-2.14.0-sourceview2.patch?rev=1.1&content-type=text/plain

Index: lablgtk-2.14.0-sourceview2.patch
===================================================================
--- src/gSourceView2.mli	(wersja 1491)
+++ src/gSourceView2.mli	(wersja 1494)
@@ -251,7 +251,7 @@
 
 val iter_forward_search :
   GText.iter ->
-  SourceViewEnums.source_search_flag list ->
+  SourceView2Enums.source_search_flag list ->
   start:< as_iter : Gtk.text_iter; .. > ->
   stop:< as_iter : Gtk.text_iter; .. > ->
   ?limit:< as_iter : Gtk.text_iter; .. > ->
@@ -259,8 +259,8 @@
 
 val iter_backward_search :
   GText.iter ->
-  SourceViewEnums.source_search_flag list ->
+  SourceView2Enums.source_search_flag list ->
   start:< as_iter : Gtk.text_iter; .. > ->
   stop:< as_iter : Gtk.text_iter; .. > ->
   ?limit:< as_iter : Gtk.text_iter; .. > ->
-  string -> (GText.iter * GText.iter) option
\ No newline at end of file
+  string -> (GText.iter * GText.iter) option
--- src/Makefile	(wersja 1491)
+++ src/Makefile	(wersja 1494)
@@ -337,7 +337,7 @@
 	cd "$(INSTALLDIR)" && $(RANLIB) $(CLIBS)
 	cp varcc$(XE) propcc$(XE) "$(INSTALLDIR)"
 	if test $(THREADS_LIB) != no; \
-	   then cp  $(ALLTHOBJS:.cmo=.cmi) $(INSTALLDIR); \
+	   then cp  $(ALLTHOBJS:.cmo=.cmi) "$(INSTALLDIR)"; \
 	fi
 	if test $(THREADS_LIB) = vm || test $(HAS_DLL_SUPPORT) != yes; \
 	   then cp lablgtktop$(XE) "$(INSTALLDIR)"; \
--- src/ml_gtktree.c	(wersja 1491)
+++ src/ml_gtktree.c	(wersja 1494)
@@ -684,6 +684,7 @@
 ML_2 (gtk_tree_view_set_tooltip_column, GtkTreeView_val, Int_val, Unit)
 #else
 Unsupported_212 (gtk_tree_view_set_tooltip_cell)
+Unsupported_212 (gtk_tree_view_set_tooltip_cell_bc)
 Unsupported_212 (gtk_tree_view_set_tooltip_row)
 Unsupported_212 (gtk_tree_view_get_tooltip_context)
 Unsupported_212 (gtk_tree_view_get_tooltip_column)
--- src/gtkSourceView2.ml	(wersja 1491)
+++ src/gtkSourceView2.ml	(wersja 1494)
@@ -189,13 +189,13 @@
 module SourceViewMisc =
 struct
   external iter_backward_search:
-       Gtk.text_iter -> string -> SourceViewEnums.source_search_flag list ->
+       Gtk.text_iter -> string -> SourceView2Enums.source_search_flag list ->
 	start: Gtk.text_iter -> stop: Gtk.text_iter -> Gtk.text_iter option ->
 	(Gtk.text_iter * Gtk.text_iter) option =
     "ml_gtk_source_iter_backward_search_bc" "ml_gtk_source_iter_backward_search"
   external iter_forward_search:
-      Gtk.text_iter -> string -> SourceViewEnums.source_search_flag list ->
+      Gtk.text_iter -> string -> SourceView2Enums.source_search_flag list ->
 	start: Gtk.text_iter -> stop: Gtk.text_iter -> Gtk.text_iter option ->
 	(Gtk.text_iter * Gtk.text_iter) option =
     "ml_gtk_source_iter_forward_search_bc" "ml_gtk_source_iter_forward_search"
-end
\ No newline at end of file
+end






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/lablgtk/files: lablgtk-2.14.0-sourceview2.patch
@ 2010-06-20 12:24 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2010-06-20 12:24 UTC (permalink / raw
  To: gentoo-commits

aballier    10/06/20 12:24:09

  Removed:              lablgtk-2.14.0-sourceview2.patch
  Log:
  remove old
  (Portage version: 2.2_rc67/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-20 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 12:24 [gentoo-commits] gentoo-x86 commit in dev-ml/lablgtk/files: lablgtk-2.14.0-sourceview2.patch Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-22 15:54 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox