desktop/anki: Updated for version 2.0.43.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Timothy Pollard 2017-03-14 13:15:48 +00:00 committed by Willy Sudiarto Raharjo
parent e240daab2a
commit e50f93a456
4 changed files with 11 additions and 17 deletions

View File

@ -1,10 +1,10 @@
Anki is a program which makes remembering things easy. Because it is
a lot more efficient than traditional study methods, you can either
greatly decrease your time spent studying, or greatly increase the
a lot more efficient than traditional study methods, you can either
greatly decrease your time spent studying, or greatly increase the
amount you learn.
Anyone who needs to remember things in their daily life can benefit
from Anki. Since it is content-agnostic and supports images, audio,
Anyone who needs to remember things in their daily life can benefit
from Anki. Since it is content-agnostic and supports images, audio,
videos and scientific markup (via LaTeX), the possibilities are endless.
For audio recording support PyAudio and lame are required.
For audio recording support PyAudio and lame are required.

View File

@ -5,7 +5,7 @@
# Written by Giuseppe Scalzi <giuseppe[at]osgate[dot]org>
PRGNAM=anki
VERSION=${VERSION:-2.0.39}
VERSION=${VERSION:-2.0.43}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH="noarch"

View File

@ -1,8 +1,8 @@
PRGNAM="anki"
VERSION="2.0.39"
VERSION="2.0.43"
HOMEPAGE="http://www.ankisrs.net/"
DOWNLOAD="http://pkgs.fedoraproject.org/lookaside/pkgs/anki/anki-2.0.39-source.tgz/sha512/010f59ce6d44546587b50ccaded2742bc7735dca1cca5c296317ef1d4401c7f2bae5af7946b163a8ae4e5f99268b3cf40a9ac5b1f9bb24cee715c68d4e4ef2c5/anki-2.0.39-source.tgz"
MD5SUM="a03cfaddc22432ce2b22c5ca15aadbe2"
DOWNLOAD="http://pkgs.fedoraproject.org/lookaside/pkgs/anki/anki-2.0.43-source.tgz/sha512/e50ee4cf6fd7be266b6d38682e28a06b51cc42a2667f35fbafa755152d47bbadb2fbd2baa771d13e73f39973a4102d626fbe7327a5de05efbc3700d7a2c9909c/anki-2.0.43-source.tgz"
MD5SUM="c2269a4030d8d471af4df5ab7ab14d8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup SQLAlchemy matplotlib simplejson"

View File

@ -1,13 +1,7 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi