[Lunar-commits] <moonbase> Revert "gtk+: remove it from the moonbase."
Florin Braescu
florin at lunar-linux.org
Sun Jan 11 11:17:48 CET 2009
commit 268a4e0ca65e6e5c97003bf5611d12a57c30e55b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 11 12:17:48 2009 +0200
Revert "gtk+: remove it from the moonbase."
This reverts commit 04869c73b5145eef3e6f8831cc4ee37ab717bc54.
gtk+: revert the remove as there are a few modules which use it.
---
graphics/gtk+/BUILD | 7 +++++++
graphics/gtk+/DEPENDS | 2 ++
graphics/gtk+/DETAILS | 19 +++++++++++++++++++
graphics/gtk+/POST_REMOVE | 2 ++
4 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/graphics/gtk+/BUILD b/graphics/gtk+/BUILD
new file mode 100644
index 0000000..32a2040
--- /dev/null
+++ b/graphics/gtk+/BUILD
@@ -0,0 +1,7 @@
+(
+
+ cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
+ OPTS+=" --with-xinput=xfree" &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/gtk+/DEPENDS b/graphics/gtk+/DEPENDS
new file mode 100644
index 0000000..f4782f2
--- /dev/null
+++ b/graphics/gtk+/DEPENDS
@@ -0,0 +1,2 @@
+depends glib &&
+depends %X
diff --git a/graphics/gtk+/DETAILS b/graphics/gtk+/DETAILS
new file mode 100644
index 0000000..56b69de
--- /dev/null
+++ b/graphics/gtk+/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=gtk\+
+ MAJOR=1.2
+ VERSION=1.2.10
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gtk/v1.2/
+ SOURCE_URL[1]=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_URL[2]=http://planetmirror.com/pub/GNOME/stable/sources/$MODULE/
+ WEB_SITE=http://www.gtk.org
+ ENTERED=20010922
+ UPDATED=20010922
+ SHORT="multi-platform toolkit for creating GUIs."
+
+cat << EOF
+GTK, which stands for the Gimp ToolKit, is a library for creating
+graphical user interfaces. It is designed to be small and efficient, but
+still flexible enough to allow the programmer freedom in the interfaces
+created. GTK provides some unique features over standard widget
+libraries.
+EOF
diff --git a/graphics/gtk+/POST_REMOVE b/graphics/gtk+/POST_REMOVE
new file mode 100644
index 0000000..0fcadf8
--- /dev/null
+++ b/graphics/gtk+/POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete gdk --info-dir /usr/info
+install-info --delete gtk --info-dir /usr/info
More information about the Lunar-commits
mailing list