diff options
author | obache <obache@pkgsrc.org> | 2009-06-15 11:14:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-06-15 11:14:21 +0000 |
commit | ca9b9534e1612c8a4536edce5384d599937dcba1 (patch) | |
tree | 56e164766a5815c63107bd2455b08e084ff3a838 /devel/glade3 | |
parent | eefb913c3a749172b4739dcb83858937c1d33ff9 (diff) | |
download | pkgsrc-ca9b9534e1612c8a4536edce5384d599937dcba1.tar.gz |
Replace contents with Glade-3's one, former one is same as Glade-2, unfit.
Diffstat (limited to 'devel/glade3')
-rw-r--r-- | devel/glade3/DESCR | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/glade3/DESCR b/devel/glade3/DESCR index d39b322076d..97ec43cca34 100644 --- a/devel/glade3/DESCR +++ b/devel/glade3/DESCR @@ -1,7 +1,9 @@ -Glade is a free user interface builder for GTK+ released under the GNU -General Public License (GPL). (GTK+, which stands for the Gimp ToolKit, -is a library for creating graphical user interfaces for the X Window -System. See http://www.gtk.org/) - -This package provides Glade built with GTK2 support only. If you want -GNOME2 support, install the glade-gnome package instead. +Glade is a RAD tool to enable quick & easy development of user interfaces +for the Gtk+ toolkit and the GNOME desktop environment. +The user interfaces designed in Glade are stored in XML format, +enabling easy integration with external tools. +In particular libglade can load the XML files and create the interfaces +at runtime. The DTD for the XML files is included with libglade, and is +also at http://glade.gnome.org/glade-2.0.dtd. +Other tools are available which can turn the XML files into source code +in languages such as C++, Perl and Python. |