summaryrefslogtreecommitdiff
path: root/x11/gnome--/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-11 22:36:51 +0000
committerwiz <wiz@pkgsrc.org>2002-09-11 22:36:51 +0000
commiteb1721bf20126f553fc1b78b04ed2d59bbd53f8d (patch)
treea253e7f0a0f8e6a577026c6e5c6200f9b5352efa /x11/gnome--/Makefile
parent6981561d15c2c8fca5c7a757535ee7651e7c0003 (diff)
downloadpkgsrc-eb1721bf20126f553fc1b78b04ed2d59bbd53f8d.tar.gz
Update to 1.2.2. Convert to buildlink2.
Changes: Release 1.2.2 * Gnome::UI::Help fixed: This should be added to the Help menu to automatically add items from the topics.dat file. (Murray Cumming) * gnome-hello example: The About box is now closed and deleted when [Close] is clicked (Murray Cumming) Release 1.2.1 * App::create_toolbars fixed to use member UI::Array. This allows access to the widgets, as well as properly managing memory for the UI Items. - menu example modified to demonstrate disabling of menu item widgets. (Murray Cumming) * configure.in: Don't add -I$prefix/include to GNOMEMM_INCLUDEDIR if $prefix=/usr. -I/usr/include should never be used because it overrides the order of gcc's implicit include path. gtkmm-config.in has been corrected too. (Daniel Elstner) * Dialog, MessageBox, PropertyBox: Added extra documentation so people know that these are not self-destructed when run() or run_and_close() returns. (Murray Cumming) Release 1.2.0 * Canvas example: Added example.png to test CanvasImage. Items are now deleted in the destructor. (Murray Cumming) * Reference Documentation: Location of perl not hardcoded. (Cedric Gustin) * Some gcc 3.0 std namespace fixes. (Claudio Bley) Release 1.1.21 * CanvasText: set_font(const GdkFont&) conversion fixed and set_font(const string&) added. (Murray Cumming) * CanvasItem: event signal marshalled again. We lost this fix sometime after 1.1.17. (Gergõ Érdi) * Uncommented the CanvasHelper::anchor property, adding the necessary gtkpacker.h #include. (Murray Cumming) * Fixed CanvasHelpers::font for Gdk_Font input and added a string constructor. (Murray Cumming) * Added CanvasText::set_fontset(). (Murray Cumming) Release 1.1.20 Unofficial, with some 1.1.21 changes.
Diffstat (limited to 'x11/gnome--/Makefile')
-rw-r--r--x11/gnome--/Makefile26
1 files changed, 9 insertions, 17 deletions
diff --git a/x11/gnome--/Makefile b/x11/gnome--/Makefile
index c486c4e69d4..703402a9b92 100644
--- a/x11/gnome--/Makefile
+++ b/x11/gnome--/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2002/09/11 22:17:10 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2002/09/11 22:36:51 wiz Exp $
#
-DISTNAME= gnomemm-1.1.19
+DISTNAME= gnomemm-1.2.2
PKGNAME= ${DISTNAME:S/mm/--/}
-PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/}
@@ -11,23 +10,16 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gtkmm.sourceforge.net/
COMMENT= C++ binding for the GNOME libraries
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
USE_PERL5= build
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_X11BASE= yes
-USE_BUILDLINK_ONLY= YES
-REPLACE_BUILDLINK= gnomemmConf.sh
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig/scripts
+USE_BUILDLINK2= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig
+REPLACE_PERL= docgen/pce2
-EVAL_PREFIX+= PERLBASE=perl
-
-post-patch:
- (cd ${WRKSRC}/docgen && ${CP} pce2 pce2.tmp && \
- ${SED} "s|XXXPERLBASEXXX|${PERLBASE}|" <pce2.tmp >pce2)
-
-.include "../../devel/libsigc++/buildlink.mk"
-.include "../../x11/gnome-libs/buildlink.mk"
-.include "../../x11/gtk--/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/libsigc++/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
+.include "../../x11/gtk--/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"