diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 12:56:06 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 12:56:06 +0800 |
commit | 5b8fdd0537dd4dfdd9995454a769e0b59a43b332 (patch) | |
tree | 156da7d6aa2ab0370bf97bbd9611f59221ea7ea9 /devel/glade2/pkg-descr | |
parent | 1b67cfeaa686faf7bdf5f1348b487e109dc5a926 (diff) | |
download | marcuscom-ports-5b8fdd0537dd4dfdd9995454a769e0b59a43b332.tar marcuscom-ports-5b8fdd0537dd4dfdd9995454a769e0b59a43b332.tar.gz marcuscom-ports-5b8fdd0537dd4dfdd9995454a769e0b59a43b332.tar.bz2 marcuscom-ports-5b8fdd0537dd4dfdd9995454a769e0b59a43b332.tar.lz marcuscom-ports-5b8fdd0537dd4dfdd9995454a769e0b59a43b332.tar.xz marcuscom-ports-5b8fdd0537dd4dfdd9995454a769e0b59a43b332.tar.zst marcuscom-ports-5b8fdd0537dd4dfdd9995454a769e0b59a43b332.zip |
Add glade2, and remove gnomedb support for the time being. The libgnomedb API
has changed significantly, and they did a very poor job of letting the rest of
the world know. py-gnome-extras can't build either, and this is really screwing
up my build testing.
And, as long as I'm here, I'm testing out moving the "2" in "glade2" to a
PKGNAMESUFFIX. That obviates the ${PORTNAME:S/2//} thing, overriding DISTNAME,
etc. Plus it'll just make life easier when we shuffle stuff around.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4173 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade2/pkg-descr')
-rw-r--r-- | devel/glade2/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/glade2/pkg-descr b/devel/glade2/pkg-descr new file mode 100644 index 000000000..b74a7247c --- /dev/null +++ b/devel/glade2/pkg-descr @@ -0,0 +1,5 @@ +Glade is a RAD tool to enable quick & easy development of user interfaces +for GTK+/GNOME. It can generate the C source code needed to create +the interfaces designed within Glade's interface editor. + +WWW: http://glade.gnome.org/ |