. "$GRIMOIRE/FUNCTIONS"
           SPELL=choqok
if [[ "$CHOQOK_BRANCH" = scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
      SOURCE_URL=git://git.kde.org/choqok
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
         VERSION=1.5
     SOURCE_HASH=sha512:fbb31abedd07ea1c674a7d59b4a18808ca03812ac37c60ea67d2d641668be4a9137e9f4573eda1e19425123601e9536971170e3948c1e5098b220991571a2cf3
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=http://downloads.sourceforge.net/project/$SPELL/Choqok/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE="http://choqok.gnufolks.org"
      LICENSE[0]=GPL
         ENTERED=20110111
           SHORT="micro-blogging client for KDE"
cat << EOF
Features support for:

 * Twitter, identi.ca and self-hosted StatusNet micro-blogging service.
 * Open Collaboration Services API (Used by opendesktop.org).  * Friends,
 @Reply, Favorite and Public time-lines.  * Direct messages.  * Multiple
 Accounts simultaneously.  * Search APIs for Twitter and StatusNet services.
 * Twitter lists.  * URL shortening services.  * Image and video preview from
 various services.  * Official Repeat/ReTweet functions.  * Photo uploading
 to various services.

Other features:

 * KWallet integration.  * Ability to make a quick tweet/dent with global
 shortcuts. (Ctrl+Meta+T) * Ability to notify user about new statuses arriving.
 * Status list apperance customization.  * Filtering.  * Setting your last
 post as current status message in IM clients (Kopete, Pidgin, Psi, Skype).
 * Send Now Listening text. (Amarok, Exaile, Banshee, Rhythmbox, VLC, etc.)
 * UnTiny short Urls.  * Proxy support.
EOF
