diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:16:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:16:46 +0000 |
commit | ed9518df0d46a3855818d64e94abb079574b3e53 (patch) | |
tree | 11ab51b33800b7c08b1e410d5070c9b004c6875f /devel/libglade2/Makefile | |
parent | 785e8103a7753725d9d1de6cad71c0639feb9369 (diff) | |
download | pkgsrc-ed9518df0d46a3855818d64e94abb079574b3e53.tar.gz |
Update to 2.3.6:
libglade-2.3.6: 10-March-2004
- Implement support GtkComboBoxEntry, GtkToolItem, GtkToolButton,
GtkToggleToolButton, GtkRadioToolButton & GtkSeparatorToolItem (Damon
Chaplin)
- Fix automake warning (Steve Chaplin)
- Add libglade version number to the docs (Matthias Clasen)
- Fix usage of C++ keyword as an argument name (Bas Driessen)
- Allow additional signal parameter for glademm (Christof Petig)
- Support tooltips in toolbars (Michael Voigt)
libglade-2.3.2: 15-January-2004
- Support disambiguating msgids by prefixing them with a context
string. (Christian Stimming, Matthias Clasen)
libglade-2.3.1: 14-November-2003
- Register GtkColorButton, GtkComboBox, GtkFileChooser and
GtkFontButton types (Jonathan Blandford)
- Implemement support for GtkExpander (Mark McLoughlin)
- Fix memory leak and incorrect colour map usage (Morten Welinder)
- Win32 build support (Tor Lillqvist, Masahiro Sakai)
- Build fixes (James Henstridge, Michael Meeks)
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r-- | devel/libglade2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index e1bfc6bc6c7..2b3f8ae5058 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/01 18:16:46 jmmv Exp $ # -DISTNAME= libglade-2.0.1 +DISTNAME= libglade-2.3.6 PKGNAME= ${DISTNAME:S/libglade/libglade2/} -PKGREVISION= 14 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.3/} MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ @@ -14,13 +13,14 @@ COMMENT= Runtime interpreter for GLADE GUI files (v2) BUILD_USES_MSGFMT= YES USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make USE_X11= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libglade-2.0.pc.in CONFIGURE_ENV+= jh_cv_path_python="${PYTHONBIN}" -CONFIGURE_ARGS+= --enable-gtk-doc=no +CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html" XML_ENTRIES= system http://glade.gnome.org/glade-2.0.dtd \ ${PREFIX}/share/xml/libglade/glade-2.0.dtd |