summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2009-06-15 11:14:21 +0000
committerobache <obache>2009-06-15 11:14:21 +0000
commita5bcbfcaa6322712870a349fa705c8b8e30fac5c (patch)
tree56e164766a5815c63107bd2455b08e084ff3a838
parent78e518a06b5441bdf8b89e2357eda43f7de60f52 (diff)
downloadpkgsrc-a5bcbfcaa6322712870a349fa705c8b8e30fac5c.tar.gz
Replace contents with Glade-3's one, former one is same as Glade-2, unfit.
-rw-r--r--devel/glade3/DESCR16
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.