aboutsummaryrefslogtreecommitdiff
path: root/games/anki
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-03-13 17:08:06 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-03-13 17:08:06 +0000
commit0f6797f34ef87f41e289b6159a6af420b66a436c (patch)
tree609b412be9b058a0e7de6683b66d4a36f630eb5e /games/anki
parent74449513d84f5fe37b250cb93dc7c0a41a14e9c5 (diff)
downloadports-0f6797f34ef87f41e289b6159a6af420b66a436c.tar.gz
ports-0f6797f34ef87f41e289b6159a6af420b66a436c.zip
games/anki: Update to 2.1.11, undeprecate and set to BROKEN
Undeprecate and save the port from the big Qt4 wipeout by switching from Qt4 to Qt5. Also set games/anki temporarily as BROKEN because www/py-qt5-webengine is still in a defunct state. This will change when www/qt5-webengine gets updated to a more recent version soon (hopefully to the end of Q1). At last but not least: Add options to switch between multimedia/mpv (new default by upstream) and multimedia/mplayer (previous default) or choose both of them. Changelog: Notable changes since 2.0.52: - Anki 2.1.x uses the same scheduling, syncing and file format as Anki 2.0.x, so one can upgrade and downgrade at will. - Switched from Python 2.7 to Python 3.6+ and from Qt 4 to Qt 5 - Add-ons will need to be updated to work with 2.1. - Built in MathJax support - A "restore backup" option in the profiles screen - SVG rendering support for LaTeX - Improved add-on configuration, management and updating - Night mode for reviewing - Improved pasting, with less unnecessary formatting included, and better handling of media links. https://apps.ankiweb.net/docs/changes.html PR: 233192 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19564
Notes
Notes: svn path=/head/; revision=495620
Diffstat (limited to 'games/anki')
-rw-r--r--games/anki/Makefile54
-rw-r--r--games/anki/distinfo6
-rw-r--r--games/anki/files/patch-Makefile50
-rw-r--r--games/anki/files/patch-anki_lang.py11
-rw-r--r--games/anki/files/patch-aqt_qt.py11
-rw-r--r--games/anki/pkg-plist1196
6 files changed, 724 insertions, 604 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile
index c3d9b540a96e..4f18ec0a5e62 100644
--- a/games/anki/Makefile
+++ b/games/anki/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= anki
-DISTVERSION= 2.0.52
-PORTREVISION= 1
+DISTVERSION= 2.1.11
CATEGORIES= games python
MASTER_SITES= https://apps.ankiweb.net/downloads/current/
DISTNAME= anki-${PORTVERSION}-source
@@ -15,46 +14,51 @@ COMMENT= Flashcard trainer with spaced repetition
LICENSE= AGPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
+BROKEN= Depends on www/py-qt5-webengine that is still broken
RUN_DEPENDS= lame:audio/lame \
- mplayer:multimedia/mplayer \
${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR}
-
-USES= desktop-file-utils pyqt:4 python:2.7 qt:4 shared-mime-info shebangfix tar:tgz
-SHEBANG_FILES= tools/build_ui.sh tools/tests.sh anki/anki runanki
-USE_PYQT= network_run webkit_run
-USE_QT= network_run webkit_run
-NO_ARCH= yes
+ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
-OPTIONS_DEFINE= NLS
-OPTIONS_SUB= yes
-NLS_USES= gettext-runtime gettext-tools
+USES= desktop-file-utils pyqt:5 python:3.6+ shebangfix tar:tgz
+USE_PYQT= core_run gui_run printsupport_run sip_run webengine_run widgets_run
+NO_ARCH= yes
+SHEBANG_FILES= tools/runanki.system.in
WRKSRC= ${WRKDIR}/anki-${PORTVERSION}
+OPTIONS_DEFINE= NLS
+OPTIONS_DEFAULT= MPV
+OPTIONS_GROUP= PLAYER
+OPTIONS_GROUP_PLAYER= MPLAYER MPV
+OPTIONS_SUB= yes
+
+MPV_DESC= mpv media player support
+
+MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
+MPV_RUN_DEPENDS= mpv:multimedia/mpv
+
+NLS_USES= gettext-runtime gettext-tools
+
post-patch:
- @${REINPLACE_CMD} -i '' 's|/usr/share/anki|${DATADIR}|' \
- ${WRKSRC}/runanki
- @${REINPLACE_CMD} -i '' 's|"qt_" + lang, dir|"qt_" + lang, "${DATADIR}/locale"|' \
- ${WRKSRC}/aqt/__init__.py
@${REINPLACE_CMD} -i '' \
- 's|/usr/share/anki/locale|${PREFIX}/share/locale|; \
- s|/usr/local/share/anki/bin/locale|${PREFIX}/share/locale|' \
+ 's|%%PREFIX%%|${PREFIX}|' \
${WRKSRC}/anki/lang.py
post-patch-NLS-off:
- @${REINPLACE_CMD} -i '' '/mkdir -p qt-locale/,/cp -av locale/s/^/#/' \
+ @${REINPLACE_CMD} -i '' '/locale/s/^/#/' \
${WRKSRC}/Makefile
do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC}
@${PYTHON_CMD} -O -m compileall ${WRKSRC}
+post-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/tools/runanki.system ${STAGEDIR}${PREFIX}/bin/anki
+
.include <bsd.port.mk>
diff --git a/games/anki/distinfo b/games/anki/distinfo
index 30f1d619083c..19cd1f237d73 100644
--- a/games/anki/distinfo
+++ b/games/anki/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527786668
-SHA256 (python/anki-2.0.52-source.tgz) = d4d8c0dd473b512faa63e167d7bb89592530699d2365f1d3a737a733efeb5e7a
-SIZE (python/anki-2.0.52-source.tgz) = 3429625
+TIMESTAMP = 1552315387
+SHA256 (python/anki-2.1.11-source.tgz) = 787ce3d7333cc3f33f9bd18ec11d4da56b9ac060edaad21d78fe04e04e559265
+SIZE (python/anki-2.1.11-source.tgz) = 4229555
diff --git a/games/anki/files/patch-Makefile b/games/anki/files/patch-Makefile
index 031a7c56bbff..eb9056226089 100644
--- a/games/anki/files/patch-Makefile
+++ b/games/anki/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2013-12-09 02:51:52 UTC
+--- Makefile.orig 2018-07-27 02:18:05 UTC
+++ Makefile
@@ -1,4 +1,4 @@
-PREFIX=/usr
@@ -6,43 +6,39 @@
all:
@echo "You can run Anki with ./runanki"
-@@ -6,24 +6,28 @@ all:
+@@ -6,19 +6,18 @@ all:
@echo "Uninstall with 'sudo make uninstall'"
install:
- rm -rf ${DESTDIR}${PREFIX}/share/anki
mkdir -p ${DESTDIR}${PREFIX}/share/anki
-- cp -av * ${DESTDIR}${PREFIX}/share/anki/
-- cd ${DESTDIR}${PREFIX}/share/anki && (\
-- mv runanki ${DESTDIR}${PREFIX}/local/bin/anki;\
-+ cp -av anki aqt designer oldanki tests tools\
-+ ${DESTDIR}${PREFIX}/share/anki/
-+ cp -av runanki ${DESTDIR}${PREFIX}/bin/anki
-+ mkdir -p ${DESTDIR}${PREFIX}/share/anki/locale/
-+ mkdir -p qt-locale/ && mv locale/qt* ./qt-locale/
+ cp -av anki aqt web ${DESTDIR}${PREFIX}/share/anki/
+- -cp -av locale ${DESTDIR}${PREFIX}/share/anki/
++ mkdir -p ${DESTDIR}${PREFIX}/share/anki/locale
++ mkdir -p qt-locale && mv locale/qt* ./qt-locale/
+ cp -av qt-locale/* ${DESTDIR}${PREFIX}/share/anki/locale/
-+ mkdir -p ${DESTDIR}${PREFIX}/share/locale/
++ mkdir -p ${DESTDIR}${PREFIX}/share/locale
+ cp -av locale/* ${DESTDIR}${PREFIX}/share/locale/
- test -d ${DESTDIR}${PREFIX}/share/pixmaps &&\
-- mv anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps/;\
-- mv anki.desktop ${DESTDIR}${PREFIX}/share/applications;\
-- mv anki.1 ${DESTDIR}${PREFIX}/share/man/man1/)
-- xdg-mime install anki.xml --novendor
-- xdg-mime default anki.desktop application/x-anki
-- xdg-mime default anki.desktop application/x-apkg
-+ cp -av anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps/
+ sed -e 's:@PREFIX@:${PREFIX}:' tools/runanki.system.in > tools/runanki.system
+- install -m 0755 -D tools/runanki.system ${DESTDIR}${PREFIX}/bin/anki
+- install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/pixmaps anki.xpm anki.png
+- install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/applications anki.desktop
+- install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/man/man1 anki.1
+- install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/doc/anki README.contributing README.development README.md LICENSE LICENSE.logo
+- -xdg-mime install anki.xml --novendor
+- -xdg-mime default anki.desktop application/x-anki
+- -xdg-mime default anki.desktop application/x-apkg
++ cp -av anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps
+ cp -av anki.desktop ${DESTDIR}${PREFIX}/share/applications
-+ mkdir -p ${DESTDIR}${PREFIX}/man/man1/
++ mkdir -p ${DESTDIR}${PREFIX}/man/man1
+ cp -av anki.1 ${DESTDIR}${PREFIX}/man/man1/
-+ mkdir -p ${DESTDIR}${PREFIX}/share/mime/packages/
-+ cp -av anki.xml ${DESTDIR}${PREFIX}/share/mime/packages/
@echo
@echo "Install complete."
- uninstall:
- rm -rf ${DESTDIR}${PREFIX}/share/anki
-- rm -rf ${DESTDIR}${PREFIX}/local/bin/anki
-+ rm -rf ${DESTDIR}${PREFIX}/bin/anki
- rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.xpm
+@@ -29,6 +28,5 @@ uninstall:
rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.png
rm -rf ${DESTDIR}${PREFIX}/share/applications/anki.desktop
+ rm -rf ${DESTDIR}${PREFIX}/share/man/man1/anki.1
+- -xdg-mime uninstall ${DESTDIR}${PREFIX}/share/mime/packages/anki.xml
+ @echo
+ @echo "Uninstall complete."
diff --git a/games/anki/files/patch-anki_lang.py b/games/anki/files/patch-anki_lang.py
new file mode 100644
index 000000000000..b045c6fffee4
--- /dev/null
+++ b/games/anki/files/patch-anki_lang.py
@@ -0,0 +1,11 @@
+--- anki/lang.py.orig 2018-09-27 01:52:01 UTC
++++ anki/lang.py
+@@ -84,7 +84,7 @@ def langDir():
+ if isMac:
+ dir = os.path.abspath(filedir + "/../../Resources/locale")
+ else:
+- dir = os.path.join(filedir, "locale")
++ dir = os.path.join(filedir, "%%PREFIX%%/share/locale")
+ if not os.path.isdir(dir):
+ dir = os.path.join(os.path.dirname(sys.argv[0]), "locale")
+ if not os.path.isdir(dir):
diff --git a/games/anki/files/patch-aqt_qt.py b/games/anki/files/patch-aqt_qt.py
new file mode 100644
index 000000000000..87090863e91e
--- /dev/null
+++ b/games/anki/files/patch-aqt_qt.py
@@ -0,0 +1,11 @@
+--- aqt/qt.py.orig 2019-03-09 22:22:42 UTC
++++ aqt/qt.py
+@@ -42,7 +42,7 @@ qtmajor = (QT_VERSION & 0xff0000) >> 16
+ qtminor = (QT_VERSION & 0x00ff00) >> 8
+ qtpoint = QT_VERSION & 0xff
+
+-if qtmajor != 5 or qtminor < 9 or qtminor == 10:
++if qtmajor != 5 or qtminor < 9 or qtminor <= 10:
+ raise Exception("Anki does not support your Qt version.")
+
+ # GUI code assumes python 3.6+
diff --git a/games/anki/pkg-plist b/games/anki/pkg-plist
index 35e2e26b07ca..e3cb88a1c448 100644
--- a/games/anki/pkg-plist
+++ b/games/anki/pkg-plist
@@ -1,525 +1,386 @@
bin/anki
man/man1/anki.1.gz
%%DATADIR%%/anki/__init__.py
-%%DATADIR%%/anki/__init__.pyc
-%%DATADIR%%/anki/__init__.pyo
-%%DATADIR%%/anki/anki
-%%DATADIR%%/anki/ankiweb.certs
+%%DATADIR%%/anki/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/__init__.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/buildhash.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/buildhash.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/cards.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/cards.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/collection.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/collection.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/consts.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/consts.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/db.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/db.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/decks.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/decks.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/errors.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/errors.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/exporting.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/exporting.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/find.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/find.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/hooks.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/hooks.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/lang.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/lang.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/latex.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/latex.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/media.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/media.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/models.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/models.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/mpv.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/mpv.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/notes.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/notes.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/sched.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/sched.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/schedv2.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/schedv2.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/sound.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/sound.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/stats.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/stats.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/statsbg.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/statsbg.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/stdmodels.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/stdmodels.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/storage.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/storage.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/sync.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/sync.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/tags.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/tags.cpython-36.pyc
+%%DATADIR%%/anki/__pycache__/utils.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/__pycache__/utils.cpython-36.pyc
+%%DATADIR%%/anki/buildhash.py
%%DATADIR%%/anki/cards.py
-%%DATADIR%%/anki/cards.pyc
-%%DATADIR%%/anki/cards.pyo
%%DATADIR%%/anki/collection.py
-%%DATADIR%%/anki/collection.pyc
-%%DATADIR%%/anki/collection.pyo
%%DATADIR%%/anki/consts.py
-%%DATADIR%%/anki/consts.pyc
-%%DATADIR%%/anki/consts.pyo
%%DATADIR%%/anki/db.py
-%%DATADIR%%/anki/db.pyc
-%%DATADIR%%/anki/db.pyo
%%DATADIR%%/anki/decks.py
-%%DATADIR%%/anki/decks.pyc
-%%DATADIR%%/anki/decks.pyo
%%DATADIR%%/anki/errors.py
-%%DATADIR%%/anki/errors.pyc
-%%DATADIR%%/anki/errors.pyo
%%DATADIR%%/anki/exporting.py
-%%DATADIR%%/anki/exporting.pyc
-%%DATADIR%%/anki/exporting.pyo
%%DATADIR%%/anki/find.py
-%%DATADIR%%/anki/find.pyc
-%%DATADIR%%/anki/find.pyo
%%DATADIR%%/anki/hooks.py
-%%DATADIR%%/anki/hooks.pyc
-%%DATADIR%%/anki/hooks.pyo
%%DATADIR%%/anki/importing/__init__.py
-%%DATADIR%%/anki/importing/__init__.pyc
-%%DATADIR%%/anki/importing/__init__.pyo
-%%DATADIR%%/anki/importing/anki1.py
-%%DATADIR%%/anki/importing/anki1.pyc
-%%DATADIR%%/anki/importing/anki1.pyo
+%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/anki2.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/anki2.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/apkg.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/apkg.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/base.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/base.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/csvfile.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/csvfile.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/mnemo.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/mnemo.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/noteimp.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/noteimp.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/pauker.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/pauker.cpython-36.pyc
+%%DATADIR%%/anki/importing/__pycache__/supermemo_xml.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/importing/__pycache__/supermemo_xml.cpython-36.pyc
%%DATADIR%%/anki/importing/anki2.py
-%%DATADIR%%/anki/importing/anki2.pyc
-%%DATADIR%%/anki/importing/anki2.pyo
%%DATADIR%%/anki/importing/apkg.py
-%%DATADIR%%/anki/importing/apkg.pyc
-%%DATADIR%%/anki/importing/apkg.pyo
%%DATADIR%%/anki/importing/base.py
-%%DATADIR%%/anki/importing/base.pyc
-%%DATADIR%%/anki/importing/base.pyo
%%DATADIR%%/anki/importing/csvfile.py
-%%DATADIR%%/anki/importing/csvfile.pyc
-%%DATADIR%%/anki/importing/csvfile.pyo
%%DATADIR%%/anki/importing/mnemo.py
-%%DATADIR%%/anki/importing/mnemo.pyc
-%%DATADIR%%/anki/importing/mnemo.pyo
%%DATADIR%%/anki/importing/noteimp.py
-%%DATADIR%%/anki/importing/noteimp.pyc
-%%DATADIR%%/anki/importing/noteimp.pyo
%%DATADIR%%/anki/importing/pauker.py
-%%DATADIR%%/anki/importing/pauker.pyc
-%%DATADIR%%/anki/importing/pauker.pyo
%%DATADIR%%/anki/importing/supermemo_xml.py
-%%DATADIR%%/anki/importing/supermemo_xml.pyc
-%%DATADIR%%/anki/importing/supermemo_xml.pyo
-%%DATADIR%%/anki/js.py
-%%DATADIR%%/anki/js.pyc
-%%DATADIR%%/anki/js.pyo
%%DATADIR%%/anki/lang.py
-%%DATADIR%%/anki/lang.pyc
-%%DATADIR%%/anki/lang.pyo
%%DATADIR%%/anki/latex.py
-%%DATADIR%%/anki/latex.pyc
-%%DATADIR%%/anki/latex.pyo
%%DATADIR%%/anki/media.py
-%%DATADIR%%/anki/media.pyc
-%%DATADIR%%/anki/media.pyo
%%DATADIR%%/anki/models.py
-%%DATADIR%%/anki/models.pyc
-%%DATADIR%%/anki/models.pyo
+%%DATADIR%%/anki/mpv.py
%%DATADIR%%/anki/notes.py
-%%DATADIR%%/anki/notes.pyc
-%%DATADIR%%/anki/notes.pyo
%%DATADIR%%/anki/sched.py
-%%DATADIR%%/anki/sched.pyc
-%%DATADIR%%/anki/sched.pyo
+%%DATADIR%%/anki/schedv2.py
%%DATADIR%%/anki/sound.py
-%%DATADIR%%/anki/sound.pyc
-%%DATADIR%%/anki/sound.pyo
%%DATADIR%%/anki/stats.py
-%%DATADIR%%/anki/stats.pyc
-%%DATADIR%%/anki/stats.pyo
%%DATADIR%%/anki/statsbg.py
-%%DATADIR%%/anki/statsbg.pyc
-%%DATADIR%%/anki/statsbg.pyo
%%DATADIR%%/anki/stdmodels.py
-%%DATADIR%%/anki/stdmodels.pyc
-%%DATADIR%%/anki/stdmodels.pyo
%%DATADIR%%/anki/storage.py
-%%DATADIR%%/anki/storage.pyc
-%%DATADIR%%/anki/storage.pyo
%%DATADIR%%/anki/sync.py
-%%DATADIR%%/anki/sync.pyc
-%%DATADIR%%/anki/sync.pyo
%%DATADIR%%/anki/tags.py
-%%DATADIR%%/anki/tags.pyc
-%%DATADIR%%/anki/tags.pyo
%%DATADIR%%/anki/template/LICENSE
%%DATADIR%%/anki/template/README.anki
-%%DATADIR%%/anki/template/README.rst
%%DATADIR%%/anki/template/__init__.py
-%%DATADIR%%/anki/template/__init__.pyc
-%%DATADIR%%/anki/template/__init__.pyo
+%%DATADIR%%/anki/template/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/template/__pycache__/__init__.cpython-36.pyc
+%%DATADIR%%/anki/template/__pycache__/furigana.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/template/__pycache__/furigana.cpython-36.pyc
+%%DATADIR%%/anki/template/__pycache__/hint.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/template/__pycache__/hint.cpython-36.pyc
+%%DATADIR%%/anki/template/__pycache__/template.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/template/__pycache__/template.cpython-36.pyc
+%%DATADIR%%/anki/template/__pycache__/view.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/anki/template/__pycache__/view.cpython-36.pyc
%%DATADIR%%/anki/template/furigana.py
-%%DATADIR%%/anki/template/furigana.pyc
-%%DATADIR%%/anki/template/furigana.pyo
%%DATADIR%%/anki/template/hint.py
-%%DATADIR%%/anki/template/hint.pyc
-%%DATADIR%%/anki/template/hint.pyo
%%DATADIR%%/anki/template/template.py
-%%DATADIR%%/anki/template/template.pyc
-%%DATADIR%%/anki/template/template.pyo
%%DATADIR%%/anki/template/view.py
-%%DATADIR%%/anki/template/view.pyc
-%%DATADIR%%/anki/template/view.pyo
-%%DATADIR%%/anki/upgrade.py
-%%DATADIR%%/anki/upgrade.pyc
-%%DATADIR%%/anki/upgrade.pyo
%%DATADIR%%/anki/utils.py
-%%DATADIR%%/anki/utils.pyc
-%%DATADIR%%/anki/utils.pyo
%%DATADIR%%/aqt/__init__.py
-%%DATADIR%%/aqt/__init__.pyc
-%%DATADIR%%/aqt/__init__.pyo
+%%DATADIR%%/aqt/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/__init__.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/about.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/about.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/addcards.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/addcards.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/addons.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/addons.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/browser.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/browser.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/clayout.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/clayout.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/customstudy.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/customstudy.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/deckconf.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/deckconf.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/downloader.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/downloader.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/editor.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/editor.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/errors.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/errors.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/exporting.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/exporting.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/fields.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/fields.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/importing.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/importing.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/main.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/main.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/models.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/models.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/overview.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/overview.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/pinnedmodules.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/pinnedmodules.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/preferences.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/preferences.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/profiles.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/profiles.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/progress.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/progress.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/qt.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/qt.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/reviewer.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/reviewer.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/sound.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/sound.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/stats.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/stats.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/studydeck.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/studydeck.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/sync.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/sync.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/tagedit.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/tagedit.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/taglimit.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/taglimit.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/toolbar.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/toolbar.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/update.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/update.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/utils.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/utils.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/webview.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/webview.cpython-36.pyc
+%%DATADIR%%/aqt/__pycache__/winpaths.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/__pycache__/winpaths.cpython-36.pyc
%%DATADIR%%/aqt/about.py
-%%DATADIR%%/aqt/about.pyc
-%%DATADIR%%/aqt/about.pyo
%%DATADIR%%/aqt/addcards.py
-%%DATADIR%%/aqt/addcards.pyc
-%%DATADIR%%/aqt/addcards.pyo
%%DATADIR%%/aqt/addons.py
-%%DATADIR%%/aqt/addons.pyc
-%%DATADIR%%/aqt/addons.pyo
%%DATADIR%%/aqt/browser.py
-%%DATADIR%%/aqt/browser.pyc
-%%DATADIR%%/aqt/browser.pyo
%%DATADIR%%/aqt/clayout.py
-%%DATADIR%%/aqt/clayout.pyc
-%%DATADIR%%/aqt/clayout.pyo
%%DATADIR%%/aqt/customstudy.py
-%%DATADIR%%/aqt/customstudy.pyc
-%%DATADIR%%/aqt/customstudy.pyo
%%DATADIR%%/aqt/deckbrowser.py
-%%DATADIR%%/aqt/deckbrowser.pyc
-%%DATADIR%%/aqt/deckbrowser.pyo
%%DATADIR%%/aqt/deckchooser.py
-%%DATADIR%%/aqt/deckchooser.pyc
-%%DATADIR%%/aqt/deckchooser.pyo
%%DATADIR%%/aqt/deckconf.py
-%%DATADIR%%/aqt/deckconf.pyc
-%%DATADIR%%/aqt/deckconf.pyo
%%DATADIR%%/aqt/downloader.py
-%%DATADIR%%/aqt/downloader.pyc
-%%DATADIR%%/aqt/downloader.pyo
%%DATADIR%%/aqt/dyndeckconf.py
-%%DATADIR%%/aqt/dyndeckconf.pyc
-%%DATADIR%%/aqt/dyndeckconf.pyo
%%DATADIR%%/aqt/editcurrent.py
-%%DATADIR%%/aqt/editcurrent.pyc
-%%DATADIR%%/aqt/editcurrent.pyo
%%DATADIR%%/aqt/editor.py
-%%DATADIR%%/aqt/editor.pyc
-%%DATADIR%%/aqt/editor.pyo
%%DATADIR%%/aqt/errors.py
-%%DATADIR%%/aqt/errors.pyc
-%%DATADIR%%/aqt/errors.pyo
%%DATADIR%%/aqt/exporting.py
-%%DATADIR%%/aqt/exporting.pyc
-%%DATADIR%%/aqt/exporting.pyo
%%DATADIR%%/aqt/fields.py
-%%DATADIR%%/aqt/fields.pyc
-%%DATADIR%%/aqt/fields.pyo
%%DATADIR%%/aqt/forms/__init__.py
-%%DATADIR%%/aqt/forms/__init__.pyc
-%%DATADIR%%/aqt/forms/__init__.pyo
+%%DATADIR%%/aqt/forms/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/__init__.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/about.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/about.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/addcards.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/addcards.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/addfield.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/addfield.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/addmodel.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/addmodel.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/addonconf.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/addonconf.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/addons.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/addons.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/browser.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/browser.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/browserdisp.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/browserdisp.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/browseropts.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/browseropts.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/changemap.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/changemap.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/changemodel.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/changemodel.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/clayout_top.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/clayout_top.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/customstudy.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/customstudy.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/dconf.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/dconf.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/debug.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/debug.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/dyndconf.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/dyndconf.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/editaddon.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/editaddon.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/editcurrent.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/editcurrent.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/fields.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/fields.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/finddupes.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/finddupes.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/findreplace.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/findreplace.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/getaddons.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/getaddons.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/icons_rc.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/icons_rc.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/importing.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/importing.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/main.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/main.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/modelopts.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/modelopts.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/models.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/models.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/preferences.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/preferences.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/preview.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/preview.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/profiles.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/profiles.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/progress.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/progress.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/reposition.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/reposition.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/reschedule.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/reschedule.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/setgroup.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/setgroup.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/setlang.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/setlang.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/stats.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/stats.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-36.pyc
+%%DATADIR%%/aqt/forms/__pycache__/template.cpython-36.%%PYTHON_PYOEXTENSION%%
+%%DATADIR%%/aqt/forms/__pycache__/template.cpython-36.pyc
%%DATADIR%%/aqt/forms/about.py
-%%DATADIR%%/aqt/forms/about.pyc
-%%DATADIR%%/aqt/forms/about.pyo
%%DATADIR%%/aqt/forms/addcards.py
-%%DATADIR%%/aqt/forms/addcards.pyc
-%%DATADIR%%/aqt/forms/addcards.pyo
%%DATADIR%%/aqt/forms/addfield.py
-%%DATADIR%%/aqt/forms/addfield.pyc
-%%DATADIR%%/aqt/forms/addfield.pyo
%%DATADIR%%/aqt/forms/addmodel.py
-%%DATADIR%%/aqt/forms/addmodel.pyc
-%%DATADIR%%/aqt/forms/addmodel.pyo
+%%DATADIR%%/aqt/forms/addonconf.py
+%%DATADIR%%/aqt/forms/addons.py
%%DATADIR%%/aqt/forms/browser.py
-%%DATADIR%%/aqt/forms/browser.pyc
-%%DATADIR%%/aqt/forms/browser.pyo
%%DATADIR%%/aqt/forms/browserdisp.py
-%%DATADIR%%/aqt/forms/browserdisp.pyc
-%%DATADIR%%/aqt/forms/browserdisp.pyo
%%DATADIR%%/aqt/forms/browseropts.py
-%%DATADIR%%/aqt/forms/browseropts.pyc
-%%DATADIR%%/aqt/forms/browseropts.pyo
%%DATADIR%%/aqt/forms/changemap.py
-%%DATADIR%%/aqt/forms/changemap.pyc
-%%DATADIR%%/aqt/forms/changemap.pyo
%%DATADIR%%/aqt/forms/changemodel.py
-%%DATADIR%%/aqt/forms/changemodel.pyc
-%%DATADIR%%/aqt/forms/changemodel.pyo
+%%DATADIR%%/aqt/forms/clayout_top.py
%%DATADIR%%/aqt/forms/customstudy.py
-%%DATADIR%%/aqt/forms/customstudy.pyc
-%%DATADIR%%/aqt/forms/customstudy.pyo
%%DATADIR%%/aqt/forms/dconf.py
-%%DATADIR%%/aqt/forms/dconf.pyc
-%%DATADIR%%/aqt/forms/dconf.pyo
%%DATADIR%%/aqt/forms/debug.py
-%%DATADIR%%/aqt/forms/debug.pyc
-%%DATADIR%%/aqt/forms/debug.pyo
%%DATADIR%%/aqt/forms/dyndconf.py
-%%DATADIR%%/aqt/forms/dyndconf.pyc
-%%DATADIR%%/aqt/forms/dyndconf.pyo
%%DATADIR%%/aqt/forms/editaddon.py
-%%DATADIR%%/aqt/forms/editaddon.pyc
-%%DATADIR%%/aqt/forms/editaddon.pyo
%%DATADIR%%/aqt/forms/editcurrent.py
-%%DATADIR%%/aqt/forms/editcurrent.pyc
-%%DATADIR%%/aqt/forms/editcurrent.pyo
%%DATADIR%%/aqt/forms/edithtml.py
-%%DATADIR%%/aqt/forms/edithtml.pyc
-%%DATADIR%%/aqt/forms/edithtml.pyo
%%DATADIR%%/aqt/forms/exporting.py
-%%DATADIR%%/aqt/forms/exporting.pyc
-%%DATADIR%%/aqt/forms/exporting.pyo
%%DATADIR%%/aqt/forms/fields.py
-%%DATADIR%%/aqt/forms/fields.pyc
-%%DATADIR%%/aqt/forms/fields.pyo
%%DATADIR%%/aqt/forms/finddupes.py
-%%DATADIR%%/aqt/forms/finddupes.pyc
-%%DATADIR%%/aqt/forms/finddupes.pyo
%%DATADIR%%/aqt/forms/findreplace.py
-%%DATADIR%%/aqt/forms/findreplace.pyc
-%%DATADIR%%/aqt/forms/findreplace.pyo
%%DATADIR%%/aqt/forms/getaddons.py
-%%DATADIR%%/aqt/forms/getaddons.pyc
-%%DATADIR%%/aqt/forms/getaddons.pyo
%%DATADIR%%/aqt/forms/icons_rc.py
-%%DATADIR%%/aqt/forms/icons_rc.pyc
-%%DATADIR%%/aqt/forms/icons_rc.pyo
%%DATADIR%%/aqt/forms/importing.py
-%%DATADIR%%/aqt/forms/importing.pyc
-%%DATADIR%%/aqt/forms/importing.pyo
%%DATADIR%%/aqt/forms/main.py
-%%DATADIR%%/aqt/forms/main.pyc
-%%DATADIR%%/aqt/forms/main.pyo
%%DATADIR%%/aqt/forms/modelopts.py
-%%DATADIR%%/aqt/forms/modelopts.pyc
-%%DATADIR%%/aqt/forms/modelopts.pyo
%%DATADIR%%/aqt/forms/models.py
-%%DATADIR%%/aqt/forms/models.pyc
-%%DATADIR%%/aqt/forms/models.pyo
%%DATADIR%%/aqt/forms/preferences.py
-%%DATADIR%%/aqt/forms/preferences.pyc
-%%DATADIR%%/aqt/forms/preferences.pyo
%%DATADIR%%/aqt/forms/preview.py
-%%DATADIR%%/aqt/forms/preview.pyc
-%%DATADIR%%/aqt/forms/preview.pyo
%%DATADIR%%/aqt/forms/profiles.py
-%%DATADIR%%/aqt/forms/profiles.pyc
-%%DATADIR%%/aqt/forms/profiles.pyo
+%%DATADIR%%/aqt/forms/progress.py
%%DATADIR%%/aqt/forms/reposition.py
-%%DATADIR%%/aqt/forms/reposition.pyc
-%%DATADIR%%/aqt/forms/reposition.pyo
%%DATADIR%%/aqt/forms/reschedule.py
-%%DATADIR%%/aqt/forms/reschedule.pyc
-%%DATADIR%%/aqt/forms/reschedule.pyo
%%DATADIR%%/aqt/forms/setgroup.py
-%%DATADIR%%/aqt/forms/setgroup.pyc
-%%DATADIR%%/aqt/forms/setgroup.pyo
%%DATADIR%%/aqt/forms/setlang.py
-%%DATADIR%%/aqt/forms/setlang.pyc
-%%DATADIR%%/aqt/forms/setlang.pyo
%%DATADIR%%/aqt/forms/stats.py
-%%DATADIR%%/aqt/forms/stats.pyc
-%%DATADIR%%/aqt/forms/stats.pyo
%%DATADIR%%/aqt/forms/studydeck.py
-%%DATADIR%%/aqt/forms/studydeck.pyc
-%%DATADIR%%/aqt/forms/studydeck.pyo
%%DATADIR%%/aqt/forms/taglimit.py
-%%DATADIR%%/aqt/forms/taglimit.pyc
-%%DATADIR%%/aqt/forms/taglimit.pyo
%%DATADIR%%/aqt/forms/template.py
-%%DATADIR%%/aqt/forms/template.pyc
-%%DATADIR%%/aqt/forms/template.pyo
%%DATADIR%%/aqt/importing.py
-%%DATADIR%%/aqt/importing.pyc
-%%DATADIR%%/aqt/importing.pyo
%%DATADIR%%/aqt/main.py
-%%DATADIR%%/aqt/main.pyc
-%%DATADIR%%/aqt/main.pyo
+%%DATADIR%%/aqt/mediasrv.py
%%DATADIR%%/aqt/modelchooser.py
-%%DATADIR%%/aqt/modelchooser.pyc
-%%DATADIR%%/aqt/modelchooser.pyo
%%DATADIR%%/aqt/models.py
-%%DATADIR%%/aqt/models.pyc
-%%DATADIR%%/aqt/models.pyo
%%DATADIR%%/aqt/overview.py
-%%DATADIR%%/aqt/overview.pyc
-%%DATADIR%%/aqt/overview.pyo
%%DATADIR%%/aqt/preferences.py
-%%DATADIR%%/aqt/preferences.pyc
-%%DATADIR%%/aqt/preferences.pyo
+%%DATADIR%%/aqt/pinnedmodules.py
%%DATADIR%%/aqt/profiles.py
-%%DATADIR%%/aqt/profiles.pyc
-%%DATADIR%%/aqt/profiles.pyo
%%DATADIR%%/aqt/progress.py
-%%DATADIR%%/aqt/progress.pyc
-%%DATADIR%%/aqt/progress.pyo
%%DATADIR%%/aqt/qt.py
-%%DATADIR%%/aqt/qt.pyc
-%%DATADIR%%/aqt/qt.pyo
%%DATADIR%%/aqt/reviewer.py
-%%DATADIR%%/aqt/reviewer.pyc
-%%DATADIR%%/aqt/reviewer.pyo
%%DATADIR%%/aqt/sound.py
-%%DATADIR%%/aqt/sound.pyc
-%%DATADIR%%/aqt/sound.pyo
%%DATADIR%%/aqt/stats.py
-%%DATADIR%%/aqt/stats.pyc
-%%DATADIR%%/aqt/stats.pyo
%%DATADIR%%/aqt/studydeck.py
-%%DATADIR%%/aqt/studydeck.pyc
-%%DATADIR%%/aqt/studydeck.pyo
%%DATADIR%%/aqt/sync.py
-%%DATADIR%%/aqt/sync.pyc
-%%DATADIR%%/aqt/sync.pyo
%%DATADIR%%/aqt/tagedit.py
-%%DATADIR%%/aqt/tagedit.pyc
-%%DATADIR%%/aqt/tagedit.pyo
%%DATADIR%%/aqt/taglimit.py
-%%DATADIR%%/aqt/taglimit.pyc
-%%DATADIR%%/aqt/taglimit.pyo
%%DATADIR%%/aqt/toolbar.py
-%%DATADIR%%/aqt/toolbar.pyc
-%%DATADIR%%/aqt/toolbar.pyo
%%DATADIR%%/aqt/update.py
-%%DATADIR%%/aqt/update.pyc
-%%DATADIR%%/aqt/update.pyo
-%%DATADIR%%/aqt/upgrade.py
-%%DATADIR%%/aqt/upgrade.pyc
-%%DATADIR%%/aqt/upgrade.pyo
%%DATADIR%%/aqt/utils.py
-%%DATADIR%%/aqt/utils.pyc
-%%DATADIR%%/aqt/utils.pyo
%%DATADIR%%/aqt/webview.py
-%%DATADIR%%/aqt/webview.pyc
-%%DATADIR%%/aqt/webview.pyo
-%%DATADIR%%/designer/about.ui
-%%DATADIR%%/designer/addcards.ui
-%%DATADIR%%/designer/addfield.ui
-%%DATADIR%%/designer/addmodel.ui
-%%DATADIR%%/designer/browser.ui
-%%DATADIR%%/designer/browserdisp.ui
-%%DATADIR%%/designer/browseropts.ui
-%%DATADIR%%/designer/changemap.ui
-%%DATADIR%%/designer/changemodel.ui
-%%DATADIR%%/designer/customstudy.ui
-%%DATADIR%%/designer/dconf.ui
-%%DATADIR%%/designer/debug.ui
-%%DATADIR%%/designer/dyndconf.ui
-%%DATADIR%%/designer/editaddon.ui
-%%DATADIR%%/designer/editcurrent.ui
-%%DATADIR%%/designer/edithtml.ui
-%%DATADIR%%/designer/exporting.ui
-%%DATADIR%%/designer/fields.ui
-%%DATADIR%%/designer/finddupes.ui
-%%DATADIR%%/designer/findreplace.ui
-%%DATADIR%%/designer/getaddons.ui
-%%DATADIR%%/designer/icons.qrc
-%%DATADIR%%/designer/icons/_sources.txt
-%%DATADIR%%/designer/icons/add16.png
-%%DATADIR%%/designer/icons/addtag.png
-%%DATADIR%%/designer/icons/addtag16.png
-%%DATADIR%%/designer/icons/anki-logo-thin.png
-%%DATADIR%%/designer/icons/anki-logo.svg
-%%DATADIR%%/designer/icons/anki-logo2.svg
-%%DATADIR%%/designer/icons/anki-logo_BW.svg
-%%DATADIR%%/designer/icons/anki-logo_black.png
-%%DATADIR%%/designer/icons/anki-logo_white.png
-%%DATADIR%%/designer/icons/anki-tag.png
-%%DATADIR%%/designer/icons/anki.png
-%%DATADIR%%/designer/icons/anki.svg
-%%DATADIR%%/designer/icons/ankibw.png
-%%DATADIR%%/designer/icons/application-exit.png
-%%DATADIR%%/designer/icons/arrow-down-double.png
-%%DATADIR%%/designer/icons/arrow-down.png
-%%DATADIR%%/designer/icons/arrow-up-double.png
-%%DATADIR%%/designer/icons/arrow-up.png
-%%DATADIR%%/designer/icons/clock-icon.png
-%%DATADIR%%/designer/icons/clock16.png
-%%DATADIR%%/designer/icons/colors.png
-%%DATADIR%%/designer/icons/configure.png
-%%DATADIR%%/designer/icons/contents.png
-%%DATADIR%%/designer/icons/contents2.png
-%%DATADIR%%/designer/icons/deck16.png
-%%DATADIR%%/designer/icons/delete16.png
-%%DATADIR%%/designer/icons/deletetag.png
-%%DATADIR%%/designer/icons/deletetag16.png
-%%DATADIR%%/designer/icons/document-export.png
-%%DATADIR%%/designer/icons/document-import.png
-%%DATADIR%%/designer/icons/document-new.png
-%%DATADIR%%/designer/icons/download.png
-%%DATADIR%%/designer/icons/edit-find 2.png
-%%DATADIR%%/designer/icons/edit-find-replace.png
-%%DATADIR%%/designer/icons/edit-find.png
-%%DATADIR%%/designer/icons/edit-redo.png
-%%DATADIR%%/designer/icons/edit-rename.png
-%%DATADIR%%/designer/icons/edit-undo.png
-%%DATADIR%%/designer/icons/edit.png
-%%DATADIR%%/designer/icons/editclear.png
-%%DATADIR%%/designer/icons/editdelete.png
-%%DATADIR%%/designer/icons/emblem-favorite-dark.png
-%%DATADIR%%/designer/icons/emblem-favorite-off.png
-%%DATADIR%%/designer/icons/emblem-favorite.png
-%%DATADIR%%/designer/icons/emblem-important.png
-%%DATADIR%%/designer/icons/fileclose.png
-%%DATADIR%%/designer/icons/find.png
-%%DATADIR%%/designer/icons/folder_image.png
-%%DATADIR%%/designer/icons/folder_sound.png
-%%DATADIR%%/designer/icons/format-stroke-color.png
-%%DATADIR%%/designer/icons/games-solve.png
-%%DATADIR%%/designer/icons/gears.png
-%%DATADIR%%/designer/icons/go-first.png
-%%DATADIR%%/designer/icons/go-jump-today.png
-%%DATADIR%%/designer/icons/go-last.png
-%%DATADIR%%/designer/icons/go-next.png
-%%DATADIR%%/designer/icons/go-previous.png
-%%DATADIR%%/designer/icons/green.png
-%%DATADIR%%/designer/icons/help-contents.png
-%%DATADIR%%/designer/icons/help-hint.png
-%%DATADIR%%/designer/icons/help.png
-%%DATADIR%%/designer/icons/image.png
-%%DATADIR%%/designer/icons/info.png
-%%DATADIR%%/designer/icons/kblogger.png
-%%DATADIR%%/designer/icons/kbugbuster.png
-%%DATADIR%%/designer/icons/kexi.png
-%%DATADIR%%/designer/icons/khtml_kget.png
-%%DATADIR%%/designer/icons/kpersonalizer.png
-%%DATADIR%%/designer/icons/layout.png
-%%DATADIR%%/designer/icons/list-add.png
-%%DATADIR%%/designer/icons/mail-attachment.png
-%%DATADIR%%/designer/icons/math_matrix.png
-%%DATADIR%%/designer/icons/math_sqrt.png
-%%DATADIR%%/designer/icons/media-playback-pause.png
-%%DATADIR%%/designer/icons/media-playback-start.png
-%%DATADIR%%/designer/icons/media-playback-start2.png
-%%DATADIR%%/designer/icons/media-playback-stop.png
-%%DATADIR%%/designer/icons/media-record.png
-%%DATADIR%%/designer/icons/none.png
-%%DATADIR%%/designer/icons/package_games_card.png
-%%DATADIR%%/designer/icons/pause16.png
-%%DATADIR%%/designer/icons/pause_off16.png
-%%DATADIR%%/designer/icons/player-time.png
-%%DATADIR%%/designer/icons/plus-circle.png
-%%DATADIR%%/designer/icons/plus16.png
-%%DATADIR%%/designer/icons/preferences-desktop-font.png
-%%DATADIR%%/designer/icons/preferences-plugin.png
-%%DATADIR%%/designer/icons/product_design.png
-%%DATADIR%%/designer/icons/rating.png
-%%DATADIR%%/designer/icons/speaker.png
-%%DATADIR%%/designer/icons/spreadsheet.png
-%%DATADIR%%/designer/icons/sqlitebrowser.png
-%%DATADIR%%/designer/icons/star16.png
-%%DATADIR%%/designer/icons/star_off16.png
-%%DATADIR%%/designer/icons/stock_group.png
-%%DATADIR%%/designer/icons/stock_new_template.png
-%%DATADIR%%/designer/icons/stock_new_template_blue.png
-%%DATADIR%%/designer/icons/stock_new_template_green.png
-%%DATADIR%%/designer/icons/stock_new_template_red.png
-%%DATADIR%%/designer/icons/system-shutdown.png
-%%DATADIR%%/designer/icons/system-software-update.png
-%%DATADIR%%/designer/icons/tex.png
-%%DATADIR%%/designer/icons/text-speak.png
-%%DATADIR%%/designer/icons/text-xml.png
-%%DATADIR%%/designer/icons/text_bold.png
-%%DATADIR%%/designer/icons/text_clear.png
-%%DATADIR%%/designer/icons/text_italic.png
-%%DATADIR%%/designer/icons/text_remove.png
-%%DATADIR%%/designer/icons/text_sub.png
-%%DATADIR%%/designer/icons/text_super.png
-%%DATADIR%%/designer/icons/text_under.png
-%%DATADIR%%/designer/icons/user-identity.png
-%%DATADIR%%/designer/icons/view-calendar-tasks.png
-%%DATADIR%%/designer/icons/view-pim-calendar.png
-%%DATADIR%%/designer/icons/view-pim-news.png
-%%DATADIR%%/designer/icons/view-refresh.png
-%%DATADIR%%/designer/icons/view-sort-ascending.png
-%%DATADIR%%/designer/icons/view-sort-descending.png
-%%DATADIR%%/designer/icons/view-statistics.png
-%%DATADIR%%/designer/icons/view_text.png
-%%DATADIR%%/designer/importing.ui
-%%DATADIR%%/designer/main.ui
-%%DATADIR%%/designer/modelopts.ui
-%%DATADIR%%/designer/models.ui
-%%DATADIR%%/designer/preferences.ui
-%%DATADIR%%/designer/preview.ui
-%%DATADIR%%/designer/profiles.ui
-%%DATADIR%%/designer/reposition.ui
-%%DATADIR%%/designer/reschedule.ui
-%%DATADIR%%/designer/setgroup.ui
-%%DATADIR%%/designer/setlang.ui
-%%DATADIR%%/designer/stats.ui
-%%DATADIR%%/designer/studydeck.ui
-%%DATADIR%%/designer/taglimit.ui
-%%DATADIR%%/designer/template.ui
+%%DATADIR%%/aqt/winpaths.py
%%NLS%%%%DATADIR%%/locale/qt_ar.qm
+%%NLS%%%%DATADIR%%/locale/qt_bg.qm
+%%NLS%%%%DATADIR%%/locale/qt_ca.qm
%%NLS%%%%DATADIR%%/locale/qt_cs.qm
%%NLS%%%%DATADIR%%/locale/qt_da.qm
%%NLS%%%%DATADIR%%/locale/qt_de.qm
+%%NLS%%%%DATADIR%%/locale/qt_en.qm
%%NLS%%%%DATADIR%%/locale/qt_es.qm
%%NLS%%%%DATADIR%%/locale/qt_fa.qm
+%%NLS%%%%DATADIR%%/locale/qt_fi.qm
%%NLS%%%%DATADIR%%/locale/qt_fr.qm
%%NLS%%%%DATADIR%%/locale/qt_gl.qm
%%NLS%%%%DATADIR%%/locale/qt_he.qm
@@ -537,154 +398,379 @@ man/man1/anki.1.gz
%%NLS%%%%DATADIR%%/locale/qt_uk.qm
%%NLS%%%%DATADIR%%/locale/qt_zh_CN.qm
%%NLS%%%%DATADIR%%/locale/qt_zh_TW.qm
-%%DATADIR%%/oldanki/README
-%%DATADIR%%/oldanki/__init__.py
-%%DATADIR%%/oldanki/__init__.pyc
-%%DATADIR%%/oldanki/__init__.pyo
-%%DATADIR%%/oldanki/cards.py
-%%DATADIR%%/oldanki/cards.pyc
-%%DATADIR%%/oldanki/cards.pyo
-%%DATADIR%%/oldanki/db.py
-%%DATADIR%%/oldanki/db.pyc
-%%DATADIR%%/oldanki/db.pyo
-%%DATADIR%%/oldanki/deck.py
-%%DATADIR%%/oldanki/deck.pyc
-%%DATADIR%%/oldanki/deck.pyo
-%%DATADIR%%/oldanki/errors.py
-%%DATADIR%%/oldanki/errors.pyc
-%%DATADIR%%/oldanki/errors.pyo
-%%DATADIR%%/oldanki/exporting.py
-%%DATADIR%%/oldanki/exporting.pyc
-%%DATADIR%%/oldanki/exporting.pyo
-%%DATADIR%%/oldanki/facts.py
-%%DATADIR%%/oldanki/facts.pyc
-%%DATADIR%%/oldanki/facts.pyo
-%%DATADIR%%/oldanki/fonts.py
-%%DATADIR%%/oldanki/fonts.pyc
-%%DATADIR%%/oldanki/fonts.pyo
-%%DATADIR%%/oldanki/graphs.py
-%%DATADIR%%/oldanki/graphs.pyc
-%%DATADIR%%/oldanki/graphs.pyo
-%%DATADIR%%/oldanki/history.py
-%%DATADIR%%/oldanki/history.pyc
-%%DATADIR%%/oldanki/history.pyo
-%%DATADIR%%/oldanki/hooks.py
-%%DATADIR%%/oldanki/hooks.pyc
-%%DATADIR%%/oldanki/hooks.pyo
-%%DATADIR%%/oldanki/lang.py
-%%DATADIR%%/oldanki/lang.pyc
-%%DATADIR%%/oldanki/lang.pyo
-%%DATADIR%%/oldanki/latex.py
-%%DATADIR%%/oldanki/latex.pyc
-%%DATADIR%%/oldanki/latex.pyo
-%%DATADIR%%/oldanki/media.py
-%%DATADIR%%/oldanki/media.pyc
-%%DATADIR%%/oldanki/media.pyo
-%%DATADIR%%/oldanki/models.py
-%%DATADIR%%/oldanki/models.pyc
-%%DATADIR%%/oldanki/models.pyo
-%%DATADIR%%/oldanki/sound.py
-%%DATADIR%%/oldanki/sound.pyc
-%%DATADIR%%/oldanki/sound.pyo
-%%DATADIR%%/oldanki/stats.py
-%%DATADIR%%/oldanki/stats.pyc
-%%DATADIR%%/oldanki/stats.pyo
-%%DATADIR%%/oldanki/stdmodels.py
-%%DATADIR%%/oldanki/stdmodels.pyc
-%%DATADIR%%/oldanki/stdmodels.pyo
-%%DATADIR%%/oldanki/sync.py
-%%DATADIR%%/oldanki/sync.pyc
-%%DATADIR%%/oldanki/sync.pyo
-%%DATADIR%%/oldanki/tags.py
-%%DATADIR%%/oldanki/tags.pyc
-%%DATADIR%%/oldanki/tags.pyo
-%%DATADIR%%/oldanki/template/LICENSE
-%%DATADIR%%/oldanki/template/README.anki
-%%DATADIR%%/oldanki/template/README.rst
-%%DATADIR%%/oldanki/template/__init__.py
-%%DATADIR%%/oldanki/template/__init__.pyc
-%%DATADIR%%/oldanki/template/__init__.pyo
-%%DATADIR%%/oldanki/template/template.py
-%%DATADIR%%/oldanki/template/template.pyc
-%%DATADIR%%/oldanki/template/template.pyo
-%%DATADIR%%/oldanki/template/view.py
-%%DATADIR%%/oldanki/template/view.pyc
-%%DATADIR%%/oldanki/template/view.pyo
-%%DATADIR%%/oldanki/utils.py
-%%DATADIR%%/oldanki/utils.pyc
-%%DATADIR%%/oldanki/utils.pyo
-%%DATADIR%%/tests/__init__.py
-%%DATADIR%%/tests/__init__.pyc
-%%DATADIR%%/tests/__init__.pyo
-%%DATADIR%%/tests/shared.py
-%%DATADIR%%/tests/shared.pyc
-%%DATADIR%%/tests/shared.pyo
-%%DATADIR%%/tests/support/anki12-broken.anki
-%%DATADIR%%/tests/support/anki12-due.anki
-%%DATADIR%%/tests/support/anki12.anki
-%%DATADIR%%/tests/support/anki2-alpha.anki2
-%%DATADIR%%/tests/support/diffmodels1.anki
-%%DATADIR%%/tests/support/diffmodels2-1.apkg
-%%DATADIR%%/tests/support/diffmodels2-2.apkg
-%%DATADIR%%/tests/support/diffmodels2.anki
-%%DATADIR%%/tests/support/diffmodeltemplates-1.apkg
-%%DATADIR%%/tests/support/diffmodeltemplates-2.apkg
-%%DATADIR%%/tests/support/fake.png
-%%DATADIR%%/tests/support/invalid-ords.anki
-%%DATADIR%%/tests/support/media.apkg
-%%DATADIR%%/tests/support/mnemo.db
-%%DATADIR%%/tests/support/supermemo1.xml
-%%DATADIR%%/tests/support/suspended12.anki
-%%DATADIR%%/tests/support/text-2fields.txt
-%%DATADIR%%/tests/support/text-tags.txt
-%%DATADIR%%/tests/support/text-update.txt
-%%DATADIR%%/tests/support/update1.apkg
-%%DATADIR%%/tests/support/update2.apkg
-%%DATADIR%%/tests/test_cards.py
-%%DATADIR%%/tests/test_cards.pyc
-%%DATADIR%%/tests/test_cards.pyo
-%%DATADIR%%/tests/test_collection.py
-%%DATADIR%%/tests/test_collection.pyc
-%%DATADIR%%/tests/test_collection.pyo
-%%DATADIR%%/tests/test_decks.py
-%%DATADIR%%/tests/test_decks.pyc
-%%DATADIR%%/tests/test_decks.pyo
-%%DATADIR%%/tests/test_exporting.py
-%%DATADIR%%/tests/test_exporting.pyc
-%%DATADIR%%/tests/test_exporting.pyo
-%%DATADIR%%/tests/test_find.py
-%%DATADIR%%/tests/test_find.pyc
-%%DATADIR%%/tests/test_find.pyo
-%%DATADIR%%/tests/test_importing.py
-%%DATADIR%%/tests/test_importing.pyc
-%%DATADIR%%/tests/test_importing.pyo
-%%DATADIR%%/tests/test_latex.py
-%%DATADIR%%/tests/test_latex.pyc
-%%DATADIR%%/tests/test_latex.pyo
-%%DATADIR%%/tests/test_media.py
-%%DATADIR%%/tests/test_media.pyc
-%%DATADIR%%/tests/test_media.pyo
-%%DATADIR%%/tests/test_models.py
-%%DATADIR%%/tests/test_models.pyc
-%%DATADIR%%/tests/test_models.pyo
-%%DATADIR%%/tests/test_sched.py
-%%DATADIR%%/tests/test_sched.pyc
-%%DATADIR%%/tests/test_sched.pyo
-%%DATADIR%%/tests/test_stats.py
-%%DATADIR%%/tests/test_stats.pyc
-%%DATADIR%%/tests/test_stats.pyo
-%%DATADIR%%/tests/test_sync.py
-%%DATADIR%%/tests/test_sync.pyc
-%%DATADIR%%/tests/test_sync.pyo
-%%DATADIR%%/tests/test_undo.py
-%%DATADIR%%/tests/test_undo.pyc
-%%DATADIR%%/tests/test_undo.pyo
-%%DATADIR%%/tests/test_upgrade.py
-%%DATADIR%%/tests/test_upgrade.pyc
-%%DATADIR%%/tests/test_upgrade.pyo
-%%DATADIR%%/tools/anki-wait.bat
-%%DATADIR%%/tools/build_ui.sh
-%%DATADIR%%/tools/tests.sh
+%%NLS%%%%DATADIR%%/locale/qtbase_bg.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_ca.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_cs.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_da.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_de.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_en.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_es.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_fi.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_fr.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_gd.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_he.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_hu.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_it.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_ja.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_ko.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_lv.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_pl.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_ru.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_sk.qm
+%%NLS%%%%DATADIR%%/locale/qtbase_uk.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_bg.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_ca.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_cs.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_da.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_de.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_en.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_es.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_fi.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_fr.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_hu.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_it.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_ja.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_ko.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_pl.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_ru.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_sk.qm
+%%NLS%%%%DATADIR%%/locale/qtmultimedia_uk.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_bg.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_ca.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_cs.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_da.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_de.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_en.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_es.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_fi.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_fr.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_he.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_hu.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_it.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_ja.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_ko.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_pl.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_ru.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_sk.qm
+%%NLS%%%%DATADIR%%/locale/qtquick1_uk.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_bg.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_en.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_ko.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_uk.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_bg.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_de.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_en.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_fi.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_fr.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_ja.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_ru.qm
+%%NLS%%%%DATADIR%%/locale/qtquickcontrols_uk.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_bg.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_ca.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_cs.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_da.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_de.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_en.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_es.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_fi.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_fr.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_he.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_hu.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_it.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_ja.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_ko.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_lv.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_pl.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_ru.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_sk.qm
+%%NLS%%%%DATADIR%%/locale/qtscript_uk.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_bg.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ca.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_cs.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_da.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_de.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_en.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_es.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_fr.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_hu.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_it.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ja.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ko.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_pl.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ru.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_sk.qm
+%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_uk.qm
+%%DATADIR%%/web/browsersel.js
+%%DATADIR%%/web/deckbrowser.css
+%%DATADIR%%/web/deckbrowser.js
+%%DATADIR%%/web/editor.css
+%%DATADIR%%/web/editor.js
+%%DATADIR%%/web/imgs/anki-logo-thin.png
+%%DATADIR%%/web/imgs/gears.svg
+%%DATADIR%%/web/imgs/media-record.png
+%%DATADIR%%/web/imgs/more.png
+%%DATADIR%%/web/imgs/paperclip.png
+%%DATADIR%%/web/imgs/text_bold.png
+%%DATADIR%%/web/imgs/text_clear.png
+%%DATADIR%%/web/imgs/text_cloze.png
+%%DATADIR%%/web/imgs/text_italic.png
+%%DATADIR%%/web/imgs/text_sub.png
+%%DATADIR%%/web/imgs/text_super.png
+%%DATADIR%%/web/imgs/text_under.png
+%%DATADIR%%/web/jquery-ui.js
+%%DATADIR%%/web/jquery.js
+%%DATADIR%%/web/mathjax/MathJax.js
+%%DATADIR%%/web/mathjax/conf.js
+%%DATADIR%%/web/mathjax/extensions/FontWarnings.js
+%%DATADIR%%/web/mathjax/extensions/HTML-CSS/handle-floats.js
+%%DATADIR%%/web/mathjax/extensions/HelpDialog.js
+%%DATADIR%%/web/mathjax/extensions/MatchWebFonts.js
+%%DATADIR%%/web/mathjax/extensions/MathEvents.js
+%%DATADIR%%/web/mathjax/extensions/MathMenu.js
+%%DATADIR%%/web/mathjax/extensions/MathZoom.js
+%%DATADIR%%/web/mathjax/extensions/Safe.js
+%%DATADIR%%/web/mathjax/extensions/TeX/AMScd.js
+%%DATADIR%%/web/mathjax/extensions/TeX/AMSmath.js
+%%DATADIR%%/web/mathjax/extensions/TeX/AMSsymbols.js
+%%DATADIR%%/web/mathjax/extensions/TeX/HTML.js
+%%DATADIR%%/web/mathjax/extensions/TeX/action.js
+%%DATADIR%%/web/mathjax/extensions/TeX/autobold.js
+%%DATADIR%%/web/mathjax/extensions/TeX/autoload-all.js
+%%DATADIR%%/web/mathjax/extensions/TeX/bbox.js
+%%DATADIR%%/web/mathjax/extensions/TeX/begingroup.js
+%%DATADIR%%/web/mathjax/extensions/TeX/boldsymbol.js
+%%DATADIR%%/web/mathjax/extensions/TeX/cancel.js
+%%DATADIR%%/web/mathjax/extensions/TeX/color.js
+%%DATADIR%%/web/mathjax/extensions/TeX/enclose.js
+%%DATADIR%%/web/mathjax/extensions/TeX/extpfeil.js
+%%DATADIR%%/web/mathjax/extensions/TeX/mathchoice.js
+%%DATADIR%%/web/mathjax/extensions/TeX/mediawiki-texvc.js
+%%DATADIR%%/web/mathjax/extensions/TeX/mhchem.js
+%%DATADIR%%/web/mathjax/extensions/TeX/mhchem3/mhchem.js
+%%DATADIR%%/web/mathjax/extensions/TeX/newcommand.js
+%%DATADIR%%/web/mathjax/extensions/TeX/noErrors.js
+%%DATADIR%%/web/mathjax/extensions/TeX/noUndefined.js
+%%DATADIR%%/web/mathjax/extensions/TeX/unicode.js
+%%DATADIR%%/web/mathjax/extensions/TeX/verb.js
+%%DATADIR%%/web/mathjax/extensions/asciimath2jax.js
+%%DATADIR%%/web/mathjax/extensions/fast-preview.js
+%%DATADIR%%/web/mathjax/extensions/jsMath2jax.js
+%%DATADIR%%/web/mathjax/extensions/mhchem.js
+%%DATADIR%%/web/mathjax/extensions/mml2jax.js
+%%DATADIR%%/web/mathjax/extensions/tex2jax.js
+%%DATADIR%%/web/mathjax/extensions/toMathML.js
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff
+%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff
+%%DATADIR%%/web/mathjax/jax/element/mml/jax.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/Arrows.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/Dingbats.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/GeneralPunctuation.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/GeometricShapes.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/GreekAndCoptic.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/Latin1Supplement.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/MathOperators.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscTechnical.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/SpacingModLetters.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/SuppMathOperators.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
+%%DATADIR%%/web/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
+%%DATADIR%%/web/mathjax/jax/input/AsciiMath/config.js
+%%DATADIR%%/web/mathjax/jax/input/AsciiMath/jax.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/config.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/a.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/b.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/c.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/d.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/e.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/f.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/fr.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/g.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/h.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/i.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/j.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/k.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/l.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/m.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/n.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/o.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/opf.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/p.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/q.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/r.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/s.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/scr.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/t.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/u.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/v.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/w.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/x.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/y.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/entities/z.js
+%%DATADIR%%/web/mathjax/jax/input/MathML/jax.js
+%%DATADIR%%/web/mathjax/jax/input/TeX/config.js
+%%DATADIR%%/web/mathjax/jax/input/TeX/jax.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/maction.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/menclose.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mglyph.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/ms.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mtable.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/multiline.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/config.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js
+%%DATADIR%%/web/mathjax/jax/output/CommonHTML/jax.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/maction.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/menclose.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mglyph.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/ms.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mtable.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/multiline.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/config.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/imageFonts.js
+%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/jax.js
+%%DATADIR%%/web/overview.css
+%%DATADIR%%/web/overview.js
+%%DATADIR%%/web/plot.js
+%%DATADIR%%/web/reviewer-bottom.css
+%%DATADIR%%/web/reviewer-bottom.js
+%%DATADIR%%/web/reviewer.css
+%%DATADIR%%/web/reviewer.js
+%%DATADIR%%/web/toolbar-bottom.css
+%%DATADIR%%/web/toolbar.css
+%%DATADIR%%/web/webview.css
+%%DATADIR%%/web/webview.js
share/applications/anki.desktop
%%NLS%%share/locale/af/LC_MESSAGES/anki.mo
%%NLS%%share/locale/ar/LC_MESSAGES/anki.mo
@@ -705,16 +791,24 @@ share/applications/anki.desktop
%%NLS%%share/locale/fa/LC_MESSAGES/anki.mo
%%NLS%%share/locale/fi/LC_MESSAGES/anki.mo
%%NLS%%share/locale/fr/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/fr_CA/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/anki.mo
%%NLS%%share/locale/gl/LC_MESSAGES/anki.mo
%%NLS%%share/locale/gu/LC_MESSAGES/anki.mo
%%NLS%%share/locale/he/LC_MESSAGES/anki.mo
%%NLS%%share/locale/hr/LC_MESSAGES/anki.mo
%%NLS%%share/locale/hu/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/hy/LC_MESSAGES/anki.mo
%%NLS%%share/locale/ia/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/is/LC_MESSAGES/anki.mo
%%NLS%%share/locale/it/LC_MESSAGES/anki.mo
%%NLS%%share/locale/ja/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/jbo/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/kab/LC_MESSAGES/anki.mo
%%NLS%%share/locale/km/LC_MESSAGES/anki.mo
%%NLS%%share/locale/ko/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/ku/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/la/LC_MESSAGES/anki.mo
%%NLS%%share/locale/lt/LC_MESSAGES/anki.mo
%%NLS%%share/locale/lv/LC_MESSAGES/anki.mo
%%NLS%%share/locale/mn/LC_MESSAGES/anki.mo
@@ -734,16 +828,20 @@ share/applications/anki.desktop
%%NLS%%share/locale/sl/LC_MESSAGES/anki.mo
%%NLS%%share/locale/sr/LC_MESSAGES/anki.mo
%%NLS%%share/locale/sv/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/szl/LC_MESSAGES/anki.mo
%%NLS%%share/locale/th/LC_MESSAGES/anki.mo
%%NLS%%share/locale/tlh/LC_MESSAGES/anki.mo
%%NLS%%share/locale/tr/LC_MESSAGES/anki.mo
%%NLS%%share/locale/uk/LC_MESSAGES/anki.mo
+%%NLS%%share/locale/ur/LC_MESSAGES/anki.mo
%%NLS%%share/locale/vi/LC_MESSAGES/anki.mo
%%NLS%%share/locale/wo/LC_MESSAGES/anki.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/anki.mo
%%NLS%%share/locale/zh_HK/LC_MESSAGES/anki.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/anki.mo
-share/mime/packages/anki.xml
share/pixmaps/anki.png
share/pixmaps/anki.xpm
-@dir %%DATADIR%%/locale
+%%NLS%%@dir %%DATADIR%%/locale
+@dir %%DATADIR%%/aqt/template
+%%NLS%%@dir share/locale
+%%NLS%%@dir share/