           SPELL=kdeaccessibility4
          SPELLX=${SPELL//4}
persistent_read kdelibs4 KDE_VER KDE_VER 
persistent_read kdelibs4 KDE_VCS_AUTOUPDATE KDE_VCS_AUTOUPDATE
if [[ $KDE_VER == devel ]]; then
  if [[ $KDE_VCS_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
   SOURCE_IGNORE=volatile
          SOURCE=$SPELLX-svn.tar.bz2
   SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk/KDE/$SPELLX:$SPELL
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-svn"
  FORCE_DOWNLOAD=on
else
  if [[ ${KDE_VER} == unstable ]];then
         VERSION=4.2.95
     SOURCE_HASH=sha512:ab17fd30762050809dce10f4e84bb3bfe0b591375874b15886c863105ae8a33bbf7841d38e73acdddcc80961b05aae8c318cd1c2d4992886393abb2c824b72e5
  else 
         VERSION=4.2.4
     SOURCE_HASH=sha512:e313da78a828ecbe5f0142714f39efc3a79bef89a1dc59966bdf350933035ea9e999405ce8e657e498e68af9669f3a6a2843b0de1d3eb8ac1064abfb29ed1678
  fi
          SOURCE=$SPELLX-$VERSION.tar.bz2
   SOURCE_URL[0]=$KDE_URL/${KDE_VER:-stable}/${VERSION//svn??????}/src/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
fi
      LICENSE[0]=GPL
        WEB_SITE=http://accessibility.kde.org/aids/
         ENTERED=20040113
        KEYWORDS="kde4"
           SHORT="KDE Accessibility Aids"
cat << EOF
The kdeaccessibility package contains three KDE Accessibility Aids:
KMouseTool, KMag and KMouth.

KMouseTool is a Linux-based KDE program. It clicks the mouse for you, so
you don't have to. KMouseTool works with any mouse or pointing device.

KMagnifier (or kmag, its unix name) is a small utility for Linux to magnify
a part of the screen. It magnifies the area of the screen around the mouse
pointer or optionally a user defined area. Additionally it offers to save a
magnified screenshot to disk.

KMouth is a KDE program which enables persons that cannot speak to let
their computer speak, e.g. mutal people or people who have lost their
voice. It has a text input field and speaks the sentences that you enter.
It also has support for user defined phrasebooks.
EOF
