diff options
author | Timothy Pollard <sbo@timp.com.au> | 2017-03-14 13:15:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:32 +0700 |
commit | e50f93a45686ee80a7e9772e84897881902b6a20 (patch) | |
tree | 5419767f9fb00f4c9a45e924d6bc3658100ad152 /desktop | |
parent | e240daab2acc8aa3a6e38c5a3948e6b2f9d450e9 (diff) | |
download | slackbuilds-e50f93a45686ee80a7e9772e84897881902b6a20.tar.gz |
desktop/anki: Updated for version 2.0.43.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/anki/README | 10 | ||||
-rw-r--r-- | desktop/anki/anki.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/anki/anki.info | 6 | ||||
-rw-r--r-- | desktop/anki/doinst.sh | 10 |
4 files changed, 11 insertions, 17 deletions
diff --git a/desktop/anki/README b/desktop/anki/README index 773495cabf..5a14846570 100644 --- a/desktop/anki/README +++ b/desktop/anki/README @@ -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. diff --git a/desktop/anki/anki.SlackBuild b/desktop/anki/anki.SlackBuild index 7c9081e1c3..07ef6075b7 100644 --- a/desktop/anki/anki.SlackBuild +++ b/desktop/anki/anki.SlackBuild @@ -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" diff --git a/desktop/anki/anki.info b/desktop/anki/anki.info index 5cfb8d663a..dc0665669b 100644 --- a/desktop/anki/anki.info +++ b/desktop/anki/anki.info @@ -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" diff --git a/desktop/anki/doinst.sh b/desktop/anki/doinst.sh index d33eac0710..9a8ded3c60 100644 --- a/desktop/anki/doinst.sh +++ b/desktop/anki/doinst.sh @@ -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 |