anki: update to 2.1.4. (#2623)
This commit is contained in:
parent
0b116a73bc
commit
a0f18e5473
|
@ -1,28 +1,24 @@
|
|||
# Template file for 'anki'
|
||||
pkgname=anki
|
||||
version=2.0.52
|
||||
version=2.1.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="python-PyQt4-webkit python-httplib2 python-SQLAlchemy"
|
||||
depends="python3-PyQt5-webkit python3-httplib2 python3-SQLAlchemy
|
||||
python3-send2trash python3-BeautifulSoup4"
|
||||
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
|
||||
short_desc="Spaced repetition flashcard program"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://apps.ankiweb.net"
|
||||
distfiles="https://apps.ankiweb.net/downloads/current/anki-${version}-source.tgz"
|
||||
checksum=d4d8c0dd473b512faa63e167d7bb89592530699d2365f1d3a737a733efeb5e7a
|
||||
checksum=666886a36609ec605907da99a8373bc2d0a94704eefb14f60de0d6cf783bb701
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/anki
|
||||
for f in anki aqt designer locale oldanki anki.xml; do
|
||||
for f in anki aqt designer locale anki.xml; do
|
||||
vcopy $f usr/share/anki
|
||||
done
|
||||
|
||||
# thirdparty
|
||||
vmkdir usr/share/anki/thirdparty
|
||||
vcopy thirdparty/BeautifulSoup.py usr/share/anki/thirdparty
|
||||
vcopy thirdparty/send2trash usr/share/anki/thirdparty
|
||||
|
||||
# icons
|
||||
vmkdir usr/share/pixmaps
|
||||
for p in anki.xpm anki.png; do
|
||||
|
|
Loading…
Reference in New Issue