[Lunar-commits] <moonbase-gnome3> glade: User interface builder for GTK+ and GNOME.

Florin Braescu florin at lunar-linux.org
Sun Oct 20 10:46:46 CEST 2013


commit acf2fa254b96aab12a7da79584020b558882c3d9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 20 Oct 2013 01:46:24 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/acf2fa254b96aab12a7da79584020b558882c3d9

glade: User interface builder for GTK+ and GNOME.
---
  core/glade/DEPENDS | +10/-0    
  core/glade/DETAILS | +17/-0    
  2 files changed, 27 insertions(+)

--- /dev/null
+++ b/core/glade/DEPENDS
@@ -0,0 +1,10 @@
+depends  gtk+-3
+depends  desktop-file-utils
+depends  hicolor-icon-theme
+depends  libxml2
+depends  docbook-xsl
+depends  gobject-introspection
+depends  pygobject
+depends  intltool
+depends  gtk-doc
+
--- /dev/null
+++ b/core/glade/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=glade
+         VERSION=3.16.0
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha1:ce71578016911cb2cd9618ed59a045cb89ac54d3
+        WEB_SITE=http://glade.gnome.org
+         ENTERED=20131020
+         UPDATED=20131020
+           SHORT="User interface builder for GTK+ and GNOME"
+
+cat << EOF
+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 saved as XML, and by using the GtkBuilder GTK+ object these can be
+loaded by applications dynamically as needed.
+EOF




More information about the Lunar-commits mailing list