           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-$VERSION.tar.bz2
   SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk/KDE/$SPELLX:$SPELL
  FORCE_DOWNLOAD=on
else
  if [[ ${KDE_VER} == unstable ]];then
         VERSION=4.0.99
     SOURCE_HASH=sha512:68b388907000cace845f5e6ec4a5494eb8b5d14ed9dd13d114a0455401fb603f33599fbf00e079a70dcc299daa7d5485c818b6a62cd7a874af57863a31946a34
  else 
         VERSION=4.1.0
     SOURCE_HASH=sha512:05fa0e47860534414a1f7665e8d699b058ddcf47f2105d34d659c5ac44c354b710a92ffc247e033113872a9fd4ed01a798975d6db6ddaa2ce0ac0a75e7dcd099
  fi
          SOURCE=$SPELLX-$VERSION.tar.bz2
   SOURCE_URL[0]=$KDE_URL/${KDE_VER:-stable}/${VERSION}/src/$SOURCE
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
      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
