summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-07-22 21:21:46 +0000
committeradam <adam>2005-07-22 21:21:46 +0000
commitc9ac1f354c7ae2d43707e4c1ef0c37cf8429b8fa (patch)
tree993c1e344eb4b44532143d0273893d8d6f29ae7b /x11/gtkmm/Makefile
parent23d165059c537cc7bcb2f61ed56485ebb56a129c (diff)
downloadpkgsrc-c9ac1f354c7ae2d43707e4c1ef0c37cf8429b8fa.tar.gz
Changes 2.6.3:
* Gtk::Action::get_proxies() Use the correct ownership semantics. * Gdk::Display::list_devices() Use the correct ownership semantics. * examples/book/menus_and_toolbars/ Distribute the .png file. Changes 2.6.2: * TreeView: When using the append_column() convenience API, prevent a crash when the window closes while the cell is editing. * Allow derived CellRenderers to be edited, by removing some debug code that sneaked into 2.6.1. * Documented many signals, based on the GTK+ documentation. Changes 2.6.1: * CellRenderer: Prevent an infinite loop. * MSVC++ .Net 2003 build fixes. * Documentation: - Hide deprecated widgets from the list of widgets. - Correct the description of the IO input example. Chamges 2.6.0: gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4.
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile26
1 files changed, 12 insertions, 14 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index 4d674f7007f..964ad150a5c 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,27 +1,25 @@
-# $NetBSD: Makefile,v 1.26 2005/07/21 16:30:01 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.27 2005/07/22 21:21:46 adam Exp $
-DISTNAME= gtkmm-2.2.12
-PKGREVISION= 1
+DISTNAME= gtkmm-2.6.3
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.2/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.6/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gtkmm.org/
COMMENT= C++ interface to Gtk+ v2
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-USE_TOOLS+= gmake perl:run
USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake perl:run
+GNU_CONFIGURE= yes
-PKGCONFIG_OVERRIDE= atk/atkmm-1.0.pc.in
-PKGCONFIG_OVERRIDE+= gdk/gdkmm-2.0.pc.in
-PKGCONFIG_OVERRIDE+= glib/glibmm-2.0.pc.in
-PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.0.pc.in
-PKGCONFIG_OVERRIDE+= pango/pangomm-1.0.pc.in
+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
-.include "../../devel/libsigc++/buildlink3.mk"
+.include "../../devel/glibmm/buildlink3.mk"
.include "../../devel/pkg-config/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"