Subject: CVS commit: pkgsrc/devel/libglade
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 10/04/2001 22:20:07
Module Name: pkgsrc
Committed By: rh
Date: Thu Oct 4 19:20:07 UTC 2001
Modified Files:
pkgsrc/devel/libglade: Makefile distinfo
pkgsrc/devel/libglade/pkg: PLIST
Added Files:
pkgsrc/devel/libglade: buildlink.mk
Log Message:
Update libglade to 0.17 and while at it, buildlinkify. Changes include:
- use gtk_clist_set_column_title to set clist column titles
when possible so that they get the alignment of the column.
- Backport code that cleans up widget hash table in the
GladeXML object on widget destruction. This means that
glade_xml_get_widget() should always return a valid widget
or NULL.
- Move headers to a a libglade-1.0/ subdirectory. This is to
allow parallel installation of stable and development
versions of libglade. Libraries depending on libglade will
probably need to be rebuilt so that their *-config scripts
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/devel/libglade/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/devel/libglade/buildlink.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/libglade/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/libglade/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.