pkgsrc/devel/glade2/Makefile
jmmv 8797f97ede Update to 2.6.0:
Glade 2.6.0	(Apr 14 2004)
===========

 o Fixed trivial compilation problem in plain GTK+ version.
 o Fixed bug freeing unallocated memory on Win32.
 o Updated links to related software in README.

Glade 2.5.1	(Mar 29 2004)
===========

 o Fixed bug migrating old toolbar widgets which meant that widgets other
   than the normal/toggle/radio buttons were being lost when loading.
 o Use the new GtkFileChooseDialog throughout Glade.
 o Load the gail-gnome module as well as gail.
 o If there is no .gladep file check the <requires> tags to see if it is
   a GNOME or GTK+ project. Previously it would assume its a GNOME project.
 o Set up GtkFrame according to the HIG.
 o A few other minor fixes.

Glade 2.5.0	(Mar 17 2004)
===========

 o Added support for new widgets in GTK+ 2.4 - GtkExpander, GtkFontButton,
   GtkColorButton, GtkComboBox, GtkComboBoxEntry, GtkToolItem, GtkToolButton,
   GtkToggleToolButton, GtkRadioToolButton, GtkSeparatorToolItem,
   GtkFileChooserWidget, GtkFileChooserDialog.
 o Added support for a number of new properties of existing widgets.
 o New user manual (Pat Costello).
 o Removed Turbo Start Guide.
 o Updated FAQ to use sect1/sect2 elements so it is displayed OK in yelp.
2004-04-20 16:40:55 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.30 2004/04/20 16:40:55 jmmv Exp $
#
DISTNAME= glade-2.6.0
PKGNAME= ${DISTNAME:S/-/2-/}
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/2.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sab@posix.org.uk
HOMEPAGE= http://glade.gnome.org/
COMMENT= User interface builder for the GTK2+ toolkit and GNOME2
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_X11= YES
USE_LIBTOOL= YES
.include "../../databases/libgda/buildlink3.mk"
.include "../../databases/libgnomedb/buildlink3.mk"
.include "../../devel/gail/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"