[Lunar-commits] <moonbase> gtkextra-2: Adding this to zbeta for now which is intended to replace gtk+extra

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Nov 20 23:32:56 CET 2010


commit a7a7ac06e2272fe8491a321b2092601402380041
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Nov 20 17:32:56 2010 -0500

    gtkextra-2: Adding this to zbeta for now which is intended to replace gtk+extra
    
    which after much futzing I said the hell with it. Just easier to grab the cvs
    and change the DEPENDS of gpsim (afaik the only module that uses this) to gtkextra-2.
---
 zbeta/gtkextra-2/BUILD   |    7 +++++++
 zbeta/gtkextra-2/DEPENDS |    1 +
 zbeta/gtkextra-2/DETAILS |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/zbeta/gtkextra-2/BUILD b/zbeta/gtkextra-2/BUILD
new file mode 100644
index 0000000..6e9546f
--- /dev/null
+++ b/zbeta/gtkextra-2/BUILD
@@ -0,0 +1,7 @@
+(
+
+  ./autogen.sh &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/gtkextra-2/DEPENDS b/zbeta/gtkextra-2/DEPENDS
new file mode 100644
index 0000000..f98b7d7
--- /dev/null
+++ b/zbeta/gtkextra-2/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
diff --git a/zbeta/gtkextra-2/DETAILS b/zbeta/gtkextra-2/DETAILS
new file mode 100644
index 0000000..b035a5a
--- /dev/null
+++ b/zbeta/gtkextra-2/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=gtkextra-2
+         VERSION=cvs
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=cvs://:pserver:anonymous@gtkextra.cvs.sourceforge.net:/cvsroot/gtkextra:gtkextra-2
+#      SOURCE_VFY=sha1:44a1ff21e573d5b63f4fc73a3662ac1d8421b2d8
+        WEB_SITE=http://gtkextra.sourceforge.net/
+         ENTERED=20101120
+         UPDATED=20101120
+           SHORT="GtkExtra is a useful set of widgets"
+
+cat << EOF
+GtkExtra is a useful set of widgets for creating GUI's for the Xwindows
+system using GTK+. You can use it complementary to GTK+ and it is written
+in C. It is also Free Software and released under the LGPL license.
+EOF


More information about the Lunar-commits mailing list