. "$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.1
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://downloads.sourceforge.net/project/$SPELL/Choqok/$SOURCE
     SOURCE_HASH=sha512:496247424fc099a9f8a61abd145a0876f42a9af50cee97f507b4258d97a4fb0092fdc65213954aa5629a5dbfc28e6e3a3c2150c4234202223a88f7c64cd14d43
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
