[Lunar-commits] <moonbase> accerciser: version 1.8.0 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Thu Jul 15 22:17:19 CEST 2010


commit e1812fae9c71b792b91660d0454f8bf1692ef80e
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sun Feb 28 10:57:09 2010 +0100

    accerciser: version 1.8.0 added to moonbase
---
 gnome2/platform/accerciser/BUILD   |   12 ++++++++++++
 gnome2/platform/accerciser/DEPENDS |    1 +
 gnome2/platform/accerciser/DETAILS |   19 +++++++++++++++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/gnome2/platform/accerciser/BUILD b/gnome2/platform/accerciser/BUILD
new file mode 100644
index 0000000..5d34717
--- /dev/null
+++ b/gnome2/platform/accerciser/BUILD
@@ -0,0 +1,12 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD                     \
+                --sysconfdir=/etc                  \
+                --localstatedir=/var               \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                $OPTS                              &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/platform/accerciser/DEPENDS b/gnome2/platform/accerciser/DEPENDS
new file mode 100644
index 0000000..a1cf159
--- /dev/null
+++ b/gnome2/platform/accerciser/DEPENDS
@@ -0,0 +1 @@
+depends  at-spi
diff --git a/gnome2/platform/accerciser/DETAILS b/gnome2/platform/accerciser/DETAILS
new file mode 100644
index 0000000..7fd81e1
--- /dev/null
+++ b/gnome2/platform/accerciser/DETAILS
@@ -0,0 +1,19 @@
+        MODULE=accerciser
+       VERSION=1.8.0
+         MAJOR=1.8
+        SOURCE=$MODULE-$VERSION.tar.bz2
+    SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+    SOURCE_VFY=sha1:1fe0b7b6456f658a40087e542bec1976b81b2505
+      WEB_SITE=http://live.gnome.org/Accerciser
+       ENTERED=20100228
+       UPDATED=20100228
+         SHORT="interactive Python accessibility explorer for GNOME desktop"
+
+cat << EOF
+Accerciser is an interactive Python accessibility explorer
+for the GNOME desktop. It uses AT-SPI to inspect and control
+widgets, allowing you to check if an application is providing
+correct information to assistive technologies and automated test
+frameworks. Accerciser  has a simple plugin framework which you
+can user to create custom views of accessibility information.
+EOF


More information about the Lunar-commits mailing list