FreeBSD Bugzilla – Attachment 199199 Details for
Bug 233192
games/anki: Update to 2.1.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
anki-2.1.5.patch
anki-2.1.5.patch (text/plain), 71.87 KB, created by
Kai Knoblich
on 2018-11-13 08:51:18 UTC
(
hide
)
Description:
anki-2.1.5.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-11-13 08:51:18 UTC
Size:
71.87 KB
patch
obsolete
>Index: anki/Makefile >=================================================================== >--- anki/Makefile (revision 484789) >+++ anki/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= anki >-DISTVERSION= 2.0.52 >+DISTVERSION= 2.1.5 > CATEGORIES= games python > MASTER_SITES= https://apps.ankiweb.net/downloads/current/ > DISTNAME= anki-${PORTVERSION}-source >@@ -15,38 +15,42 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > 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} >+ ${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} > >-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 >+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 > >-OPTIONS_DEFINE= NLS >-OPTIONS_SUB= yes >+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 > >-WRKSRC= ${WRKDIR}/anki-${PORTVERSION} >+WRKSRC= ${WRKDIR}/anki-${PORTVERSION} > > 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: >@@ -53,4 +57,7 @@ > @${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> >Index: anki/distinfo >=================================================================== >--- anki/distinfo (revision 484789) >+++ anki/distinfo (working copy) >@@ -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 = 1539345987 >+SHA256 (python/anki-2.1.5-source.tgz) = 56eef02545160388770ec4c923354b485269bcca666a8def7403216555a26117 >+SIZE (python/anki-2.1.5-source.tgz) = 4191667 >Index: anki/files/patch-Makefile >=================================================================== >--- anki/files/patch-Makefile (revision 484789) >+++ anki/files/patch-Makefile (working copy) >@@ -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." >Index: anki/files/patch-anki_lang.py >=================================================================== >--- anki/files/patch-anki_lang.py (nonexistent) >+++ anki/files/patch-anki_lang.py (working copy) >@@ -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): > >Property changes on: anki/files/patch-anki_lang.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: anki/files/patch-aqt_qt.py >=================================================================== >--- anki/files/patch-aqt_qt.py (nonexistent) >+++ anki/files/patch-aqt_qt.py (working copy) >@@ -0,0 +1,21 @@ >+--- aqt/qt.py.orig 2018-09-25 00:30:32 UTC >++++ aqt/qt.py >+@@ -14,7 +14,8 @@ from anki.utils import isWin, isMac >+ from PyQt5.Qt import * >+ # trigger explicit message in case of missing libraries >+ # instead of silently failing to import >+-from PyQt5.QtWebEngineWidgets import QWebEnginePage >++from PyQt5.QtWebEngineWidgets import * >++from PyQt5.QtWebChannel import * >+ >+ def debug(): >+ from PyQt5.QtCore import pyqtRemoveInputHook >+@@ -38,7 +39,7 @@ qtmajor = (QT_VERSION & 0xff0000) >> 16 >+ qtminor = (QT_VERSION & 0x00ff00) >> 8 >+ qtpoint = QT_VERSION & 0xff >+ >+-if qtmajor != 5 or qtminor != 9: >++if qtmajor != 5 or qtminor < 9: >+ raise Exception("Anki only supports Qt 5.9.x at this time.") >+ >+ # GUI code assumes python 3.6+ > >Property changes on: anki/files/patch-aqt_qt.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: anki/pkg-plist >=================================================================== >--- anki/pkg-plist (revision 484789) >+++ anki/pkg-plist (working copy) >@@ -1,525 +1,380 @@ > 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__/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/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__/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/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 +392,379 @@ > %%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 +785,21 @@ > %%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/km/LC_MESSAGES/anki.mo > %%NLS%%share/locale/ko/LC_MESSAGES/anki.mo >+%%NLS%%share/locale/ku/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 +819,21 @@ > %%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/importing >+@dir %%DATADIR%%/aqt/template >+%%NLS%%@dir share/locale >+%%NLS%%@dir share/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
kai
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 233192
:
199199
|
199227