2006-02-08 19:53:44 +01:00
|
|
|
# $NetBSD: Makefile,v 1.34 2006/02/08 18:53:44 drochner Exp $
|
2003-03-01 15:33:05 +01:00
|
|
|
|
2006-01-16 15:24:21 +01:00
|
|
|
DISTNAME= gtkmm-2.8.2
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2003-03-01 15:33:05 +01:00
|
|
|
CATEGORIES= x11
|
Changes 2.8.0:
API additions since 2.6:
Gtk:
* AboutDialog: Added set/get_wrap_license() and property.
* CellRenderer: Added "sensitive" property.
* ComboBoxText, ComboBoxEntryText:
- Deprecated clear() in favour of new clear_items() method,
because clear() exists in the base CellLayout class and is
very different.
- Added remove_text() to remove items one at a time.
* Dialog: Added get_response_for_widget().
* EntryCompletion: Added properties, get/set_popup_set_width(),
get/set_popup_single_width().
* FileChooser: Added get/set_do_overwrite_confirmation(
* Iconview: Added get_item_at_pos(), get_visible_range(), get/set_cursor(),
scroll_to_path().
* TreeRowReference: Added get_model().
* TreeView:
- Added unset_model().
- Added const versions of get_path_at_pos(),
get_cell_area(), get_background_area(), get_visible_rect(),
widget_to_tree_coords(), tree_to_widget_coords().
- Added get_visible_range().
* TreeView::Column: Added queue_resize().
* Sizegroup: Added ignore_hidden property.
* Stock: Added FULLSCREEN, LEAVE_FULLSCREEN, and INFO stock items.
* Widget: Added drag_source_set_icon(const Glib::ustring& icon_name).
* Window:
- Added urgency_hint property, and get/set_urgency_hint().
Added present(timestamp) overload.
Gdk:
* Colormap: Deprecated alloc_colors() and free_colors().
Add free_color() for use with alloc_color().
* Cursor: Added get_image() and a Cursor(name) constructor.
* DragContext:Added set_icon(const Glib::ustring& name).
* Pixbuf: Added a save_to_buffer() overload without the options
parameters.
* Window: Added move_region().
2005-10-03 15:11:49 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.8/}
|
2005-07-22 23:21:46 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-03-01 15:33:05 +01:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= adam@NetBSD.org
|
2003-03-01 15:33:05 +01:00
|
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
|
|
COMMENT= C++ interface to Gtk+ v2
|
|
|
|
|
2004-03-09 21:44:44 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2005-07-22 23:21:46 +02:00
|
|
|
USE_LIBTOOL= yes
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake perl:run pkg-config
|
2005-07-22 23:21:46 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-03-01 15:33:05 +01:00
|
|
|
|
2005-07-22 23:21:46 +02:00
|
|
|
PKGCONFIG_OVERRIDE= atk/atkmm-1.6.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= gdk/gdkmm-2.4.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.4.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= pango/pangomm-1.4.pc.in
|
2003-03-01 15:33:05 +01:00
|
|
|
|
2006-02-08 19:53:44 +01:00
|
|
|
BUILDLINK_DEPENDS.glibmm+= glibmm>=2.8.0
|
|
|
|
|
2005-07-22 23:21:46 +02:00
|
|
|
.include "../../devel/glibmm/buildlink3.mk"
|
2004-03-09 21:44:44 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2003-03-01 15:33:05 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|