[Lunar-commits] r19276 - moonbase/trunk/gnome-platform/gail
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Mar 17 01:58:40 UTC 2006
Author: v3rt1g0
Date: 2006-03-17 01:58:39 +0000 (Fri, 17 Mar 2006)
New Revision: 19276
Modified:
moonbase/trunk/gnome-platform/gail/BUILD
moonbase/trunk/gnome-platform/gail/DEPENDS
moonbase/trunk/gnome-platform/gail/DETAILS
Log:
Misc Tidy: gail (1.8.8)
* added meaningful description
* removed already covered depends
* other misc tweaks
Modified: moonbase/trunk/gnome-platform/gail/BUILD
===================================================================
--- moonbase/trunk/gnome-platform/gail/BUILD 2006-03-17 01:37:35 UTC (rev 19275)
+++ moonbase/trunk/gnome-platform/gail/BUILD 2006-03-17 01:58:39 UTC (rev 19276)
@@ -7,6 +7,6 @@
--infodir=${GNOME210_PREFIX:-/usr}/share/info \
--mandir=${GNOME210_PREFIX:-/usr}/share/man \
$OPTS &&
- default_make
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/gnome-platform/gail/DEPENDS
===================================================================
--- moonbase/trunk/gnome-platform/gail/DEPENDS 2006-03-17 01:37:35 UTC (rev 19275)
+++ moonbase/trunk/gnome-platform/gail/DEPENDS 2006-03-17 01:58:39 UTC (rev 19276)
@@ -1,2 +1 @@
-depends gtk+-2 &&
-depends libgnomecanvas
+depends libgnomecanvas
Modified: moonbase/trunk/gnome-platform/gail/DETAILS
===================================================================
--- moonbase/trunk/gnome-platform/gail/DETAILS 2006-03-17 01:37:35 UTC (rev 19275)
+++ moonbase/trunk/gnome-platform/gail/DETAILS 2006-03-17 01:58:39 UTC (rev 19276)
@@ -4,11 +4,16 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
SOURCE_VFY=sha1:6d9b6269d44d6525cc4b0d1c909f8cb40dd45728
- WEB_SITE=http://www.gnome.org
+ WEB_SITE=http://developer.gnome.org/projects/gap/
ENTERED=20020714
UPDATED=20051129
- SHORT="gail has something to do with the GNOME A11y Project"
+ SHORT="accessibility support for Gtk+-2/GNOME applications"
+
cat << EOF
-gail has something to do with the GNOME Accessability Project. The
-website goes to great lenghts to avoid revealing exactly what.
+gail (GNOME Accessibility Implementation Library) implements ATK
+interfaces for GTK+-2 widgets which are dynamically loadable at
+runtime by a GTK+-2 application. Once loaded, those parts of an
+application that use standard GTK+-2 widgets will have a basic level
+of accessibility features, without the need to modify the application
+at all.
EOF
More information about the Lunar-commits
mailing list