[Lunar-commits] r14564 - moonbase/trunk/graphics/gtk+
Florin Braescu
florin at lunar-linux.org
Sun May 1 15:18:59 UTC 2005
Author: florin
Date: 2005-05-01 15:18:58 +0000 (Sun, 01 May 2005)
New Revision: 14564
Modified:
moonbase/trunk/graphics/gtk+/BUILD
moonbase/trunk/graphics/gtk+/DEPENDS
moonbase/trunk/graphics/gtk+/DETAILS
Log:
small tweaks.
Modified: moonbase/trunk/graphics/gtk+/BUILD
===================================================================
--- moonbase/trunk/graphics/gtk+/BUILD 2005-05-01 14:30:01 UTC (rev 14563)
+++ moonbase/trunk/graphics/gtk+/BUILD 2005-05-01 15:18:58 UTC (rev 14564)
@@ -1,16 +1,11 @@
(
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-xinput=xfree &&
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-xinput=xfree &&
- make &&
- prepare_install &&
- make install
-# if [ ! -e /usr/include/gtk ]; then
-# ln -sf gtk-1.2/gtk /usr/include/gtk
-# fi
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/gtk+/DEPENDS
===================================================================
--- moonbase/trunk/graphics/gtk+/DEPENDS 2005-05-01 14:30:01 UTC (rev 14563)
+++ moonbase/trunk/graphics/gtk+/DEPENDS 2005-05-01 15:18:58 UTC (rev 14564)
@@ -1,2 +1,2 @@
-depends glib &&
+depends glib &&
depends %X
Modified: moonbase/trunk/graphics/gtk+/DETAILS
===================================================================
--- moonbase/trunk/graphics/gtk+/DETAILS 2005-05-01 14:30:01 UTC (rev 14563)
+++ moonbase/trunk/graphics/gtk+/DETAILS 2005-05-01 15:18:58 UTC (rev 14564)
@@ -9,8 +9,8 @@
ENTERED=20010922
UPDATED=20010922
SHORT="gtk+ is a multi-platform toolkit for creating GUIs."
+
cat << EOF
-GTK+
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
More information about the Lunar-commits
mailing list