summaryrefslogtreecommitdiff
path: root/x11/lablgtk/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2007-10-27 13:29:37 +0000
committerwiz <wiz>2007-10-27 13:29:37 +0000
commit975d3b7ea0e221b55de4e12247087d90b175a6cc (patch)
tree28cd3fe390ca7d006a528b48fd8c172b3e0a1a09 /x11/lablgtk/options.mk
parent97737249de48fe75b32c5752f8926938356d15fd (diff)
downloadpkgsrc-975d3b7ea0e221b55de4e12247087d90b175a6cc.tar.gz
Update to 2.10.0:
2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
Diffstat (limited to 'x11/lablgtk/options.mk')
-rw-r--r--x11/lablgtk/options.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11/lablgtk/options.mk b/x11/lablgtk/options.mk
index 90bae4558da..700f1801590 100644
--- a/x11/lablgtk/options.mk
+++ b/x11/lablgtk/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2007/10/04 12:06:40 obache Exp $
+# $NetBSD: options.mk,v 1.3 2007/10/27 13:29:38 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lablgtk
-PKG_SUPPORTED_OPTIONS= glade gnomecanvas svg
+PKG_SUPPORTED_OPTIONS= glade gnomecanvas gtksourceview svg
PKG_SUGGESTED_OPTIONS= gnomecanvas svg
.include "../../mk/bsd.options.mk"
@@ -24,6 +24,14 @@ PLIST_SRC+= PLIST.gnomecanvas
CONFIGURE_ARGS+= --without-gnomecanvas
.endif
+.if !empty(PKG_OPTIONS:Mgtksourceview)
+.include "../../x11/gtksourceview/buildlink3.mk"
+CONFIGURE_ARGS+= --with-gtksourceview
+PLIST_SRC+= PLIST.gtksourceview
+.else
+CONFIGURE_ARGS+= --without-gtksourceview
+.endif
+
.if !empty(PKG_OPTIONS:Msvg)
.include "../../graphics/librsvg/buildlink3.mk"
CONFIGURE_ARGS+= --with-rsvg