diff --git a/games/anki/Makefile b/games/anki/Makefile index 483d54f43176..e09dca2e8c86 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,58 +1,84 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= anki -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= games python MASTER_SITES= http://ankisrs.net/download/mirror/ EXTRACT_SUFX= .tgz DIST_SUBDIR= python MAINTAINER= nemysis@FreeBSD.org COMMENT= Flashcard trainer with spaced repetition LICENSE= AGPLv3 RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ mplayer:${PORTSDIR}/multimedia/mplayer \ ${PYTHON_PKGNAMEPREFIX}pyaudio>0:${PORTSDIR}/audio/py-pyaudio \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.4:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.4:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}send2trash>0:${PORTSDIR}/deskutils/py-send2trash -USES= desktop-file-utils gettext:run shared-mime-info -USE_PYTHON= -2.7 +USES= desktop-file-utils shared-mime-info +USE_PYTHON= 2.7 USE_QT4= network_run webkit_run +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext:run + +.include + post-patch: @${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|' \ ${WRKSRC}/runanki - @${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Education;Languages;KDE;Qt;Game;|' \ + @${REINPLACE_CMD} -e 's|/usr/share/anki/locale|${PREFIX}/share/locale/|' \ + ${WRKSRC}/anki/lang.py + @${REINPLACE_CMD} \ + -e 's|^Categories=.*|Categories=Education;Languages;KDE;Qt;Game;|' \ ${WRKSRC}/${PORTNAME}.desktop + @${FIND} ${WRKSRC} -name "*.bak" -delete do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/runanki ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.for i in anki aqt designer locale oldanki tests tools - @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${DATADIR}) + +.for d in anki aqt designer oldanki tests tools + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/locale + ${INSTALL_DATA} ${WRKSRC}/locale/qt* ${STAGEDIR}${DATADIR}/locale/ + +.if ${PORT_OPTIONS:MNLS} +. for f in af ar az bg bn ca cs da de el en_GB eo es et eu fa fi fr gl gu he \ + hu it ja km ko lt lv mn mr ms nb nl no oc pl pt pt_BR ro ru sk sl sr \ + sv th tlh tr uk vi wo zh_CN zh_HK zh_TW + ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${f}/LC_MESSAGES && \ + ${INSTALL_DATA} ${WRKSRC}/locale/${f}/LC_MESSAGES/${PORTNAME}.mo \ + ${STAGEDIR}${PREFIX}/share/locale/${f}/LC_MESSAGES/${PORTNAME}.mo +. endfor +.endif + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ @${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.xml \ ${STAGEDIR}${PREFIX}/share/mime/packages/ + .for p in *.png *.xpm ${INSTALL_DATA} ${WRKSRC}/${p} \ ${STAGEDIR}${PREFIX}/share/pixmaps/ .endfor .include diff --git a/games/anki/distinfo b/games/anki/distinfo index f2fe56c3fcf3..301b0bf63538 100644 --- a/games/anki/distinfo +++ b/games/anki/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/anki-2.0.18.tgz) = 12946cd52f3938183f161829636ab430004564d1ccbf165c01f09ff7d650f4c2 -SIZE (python/anki-2.0.18.tgz) = 3179157 +SHA256 (python/anki-2.0.19.tgz) = 799a67d828b1e3b6ba9ef8372f7d2ce90d327b8bf8f25175e3d3dc5e0908f300 +SIZE (python/anki-2.0.19.tgz) = 3182134 diff --git a/games/anki/pkg-plist b/games/anki/pkg-plist index 8c3a6a975a8f..fab220c3de7a 100644 --- a/games/anki/pkg-plist +++ b/games/anki/pkg-plist @@ -1,867 +1,768 @@ 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/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/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/notes.py %%DATADIR%%/anki/notes.pyc %%DATADIR%%/anki/notes.pyo %%DATADIR%%/anki/sched.py %%DATADIR%%/anki/sched.pyc %%DATADIR%%/anki/sched.pyo %%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/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/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/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/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/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/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/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.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%%/locale/af/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/ar/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/az/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/bg/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/bn/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/ca/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/cs/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/da/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/de/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/el/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/en_GB/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/eo/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/es/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/et/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/eu/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/fa/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/fi/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/fr/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/gl/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/gu/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/he/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/hr/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/hu/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/it/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/ja/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/km/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/ko/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/lt/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/lv/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/mn/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/mr/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/ms/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/nb/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/nl/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/no/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/oc/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/pl/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/pt/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/pt_BR/LC_MESSAGES/anki.mo %%DATADIR%%/locale/qt_ar.qm %%DATADIR%%/locale/qt_cs.qm %%DATADIR%%/locale/qt_da.qm %%DATADIR%%/locale/qt_de.qm %%DATADIR%%/locale/qt_es.qm %%DATADIR%%/locale/qt_fa.qm %%DATADIR%%/locale/qt_fr.qm %%DATADIR%%/locale/qt_gl.qm %%DATADIR%%/locale/qt_he.qm %%DATADIR%%/locale/qt_hu.qm %%DATADIR%%/locale/qt_ja.qm %%DATADIR%%/locale/qt_ko.qm %%DATADIR%%/locale/qt_lt.qm %%DATADIR%%/locale/qt_pl.qm %%DATADIR%%/locale/qt_pt.qm %%DATADIR%%/locale/qt_ru.qm %%DATADIR%%/locale/qt_sk.qm %%DATADIR%%/locale/qt_sl.qm %%DATADIR%%/locale/qt_sv.qm %%DATADIR%%/locale/qt_uk.qm %%DATADIR%%/locale/qt_zh_CN.qm %%DATADIR%%/locale/qt_zh_TW.qm -%%DATADIR%%/locale/ro/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/ru/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/sk/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/sl/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/sr/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/sv/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/th/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/tlh/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/tr/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/uk/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/vi/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/wo/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/zh_CN/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/zh_HK/LC_MESSAGES/anki.mo -%%DATADIR%%/locale/zh_TW/LC_MESSAGES/anki.mo %%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/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_remote_sync.py %%DATADIR%%/tests/test_remote_sync.pyc %%DATADIR%%/tests/test_remote_sync.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 share/applications/anki.desktop +%%NLS%%share/locale/af/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ar/LC_MESSAGES/anki.mo +%%NLS%%share/locale/az/LC_MESSAGES/anki.mo +%%NLS%%share/locale/bg/LC_MESSAGES/anki.mo +%%NLS%%share/locale/bn/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ca/LC_MESSAGES/anki.mo +%%NLS%%share/locale/cs/LC_MESSAGES/anki.mo +%%NLS%%share/locale/da/LC_MESSAGES/anki.mo +%%NLS%%share/locale/de/LC_MESSAGES/anki.mo +%%NLS%%share/locale/el/LC_MESSAGES/anki.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/anki.mo +%%NLS%%share/locale/eo/LC_MESSAGES/anki.mo +%%NLS%%share/locale/es/LC_MESSAGES/anki.mo +%%NLS%%share/locale/et/LC_MESSAGES/anki.mo +%%NLS%%share/locale/eu/LC_MESSAGES/anki.mo +%%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/gl/LC_MESSAGES/anki.mo +%%NLS%%share/locale/gu/LC_MESSAGES/anki.mo +%%NLS%%share/locale/he/LC_MESSAGES/anki.mo +%%NLS%%share/locale/hu/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/lt/LC_MESSAGES/anki.mo +%%NLS%%share/locale/lv/LC_MESSAGES/anki.mo +%%NLS%%share/locale/mn/LC_MESSAGES/anki.mo +%%NLS%%share/locale/mr/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ms/LC_MESSAGES/anki.mo +%%NLS%%share/locale/nb/LC_MESSAGES/anki.mo +%%NLS%%share/locale/nl/LC_MESSAGES/anki.mo +%%NLS%%share/locale/no/LC_MESSAGES/anki.mo +%%NLS%%share/locale/oc/LC_MESSAGES/anki.mo +%%NLS%%share/locale/pl/LC_MESSAGES/anki.mo +%%NLS%%share/locale/pt/LC_MESSAGES/anki.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ro/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ru/LC_MESSAGES/anki.mo +%%NLS%%share/locale/sk/LC_MESSAGES/anki.mo +%%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/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/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 -@dirrmtry share/mime/packages -@dirrmtry share/mime +%%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_HK +%%NLS%%@dirrmtry share/locale/wo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/wo +%%NLS%%@dirrmtry share/locale/tlh/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tlh +%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/oc +%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/mr +%%NLS%%@dirrmtry share/locale/km/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/km @dirrm %%DATADIR%%/tools @dirrm %%DATADIR%%/tests/support @dirrm %%DATADIR%%/tests @dirrm %%DATADIR%%/oldanki/template @dirrm %%DATADIR%%/oldanki -@dirrm %%DATADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%DATADIR%%/locale/zh_TW -@dirrm %%DATADIR%%/locale/zh_HK/LC_MESSAGES -@dirrm %%DATADIR%%/locale/zh_HK -@dirrm %%DATADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%DATADIR%%/locale/zh_CN -@dirrm %%DATADIR%%/locale/wo/LC_MESSAGES -@dirrm %%DATADIR%%/locale/wo -@dirrm %%DATADIR%%/locale/vi/LC_MESSAGES -@dirrm %%DATADIR%%/locale/vi -@dirrm %%DATADIR%%/locale/uk/LC_MESSAGES -@dirrm %%DATADIR%%/locale/uk -@dirrm %%DATADIR%%/locale/tr/LC_MESSAGES -@dirrm %%DATADIR%%/locale/tr -@dirrm %%DATADIR%%/locale/tlh/LC_MESSAGES -@dirrm %%DATADIR%%/locale/tlh -@dirrm %%DATADIR%%/locale/th/LC_MESSAGES -@dirrm %%DATADIR%%/locale/th -@dirrm %%DATADIR%%/locale/sv/LC_MESSAGES -@dirrm %%DATADIR%%/locale/sv -@dirrm %%DATADIR%%/locale/sr/LC_MESSAGES -@dirrm %%DATADIR%%/locale/sr -@dirrm %%DATADIR%%/locale/sl/LC_MESSAGES -@dirrm %%DATADIR%%/locale/sl -@dirrm %%DATADIR%%/locale/sk/LC_MESSAGES -@dirrm %%DATADIR%%/locale/sk -@dirrm %%DATADIR%%/locale/ru/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ru -@dirrm %%DATADIR%%/locale/ro/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ro -@dirrm %%DATADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%DATADIR%%/locale/pt_BR -@dirrm %%DATADIR%%/locale/pt/LC_MESSAGES -@dirrm %%DATADIR%%/locale/pt -@dirrm %%DATADIR%%/locale/pl/LC_MESSAGES -@dirrm %%DATADIR%%/locale/pl -@dirrm %%DATADIR%%/locale/oc/LC_MESSAGES -@dirrm %%DATADIR%%/locale/oc -@dirrm %%DATADIR%%/locale/no/LC_MESSAGES -@dirrm %%DATADIR%%/locale/no -@dirrm %%DATADIR%%/locale/nl/LC_MESSAGES -@dirrm %%DATADIR%%/locale/nl -@dirrm %%DATADIR%%/locale/nb/LC_MESSAGES -@dirrm %%DATADIR%%/locale/nb -@dirrm %%DATADIR%%/locale/ms/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ms -@dirrm %%DATADIR%%/locale/mr/LC_MESSAGES -@dirrm %%DATADIR%%/locale/mr -@dirrm %%DATADIR%%/locale/mn/LC_MESSAGES -@dirrm %%DATADIR%%/locale/mn -@dirrm %%DATADIR%%/locale/lv/LC_MESSAGES -@dirrm %%DATADIR%%/locale/lv -@dirrm %%DATADIR%%/locale/lt/LC_MESSAGES -@dirrm %%DATADIR%%/locale/lt -@dirrm %%DATADIR%%/locale/ko/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ko -@dirrm %%DATADIR%%/locale/km/LC_MESSAGES -@dirrm %%DATADIR%%/locale/km -@dirrm %%DATADIR%%/locale/ja/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ja -@dirrm %%DATADIR%%/locale/it/LC_MESSAGES -@dirrm %%DATADIR%%/locale/it -@dirrm %%DATADIR%%/locale/hu/LC_MESSAGES -@dirrm %%DATADIR%%/locale/hu -@dirrm %%DATADIR%%/locale/hr/LC_MESSAGES -@dirrm %%DATADIR%%/locale/hr -@dirrm %%DATADIR%%/locale/he/LC_MESSAGES -@dirrm %%DATADIR%%/locale/he -@dirrm %%DATADIR%%/locale/gu/LC_MESSAGES -@dirrm %%DATADIR%%/locale/gu -@dirrm %%DATADIR%%/locale/gl/LC_MESSAGES -@dirrm %%DATADIR%%/locale/gl -@dirrm %%DATADIR%%/locale/fr/LC_MESSAGES -@dirrm %%DATADIR%%/locale/fr -@dirrm %%DATADIR%%/locale/fi/LC_MESSAGES -@dirrm %%DATADIR%%/locale/fi -@dirrm %%DATADIR%%/locale/fa/LC_MESSAGES -@dirrm %%DATADIR%%/locale/fa -@dirrm %%DATADIR%%/locale/eu/LC_MESSAGES -@dirrm %%DATADIR%%/locale/eu -@dirrm %%DATADIR%%/locale/et/LC_MESSAGES -@dirrm %%DATADIR%%/locale/et -@dirrm %%DATADIR%%/locale/es/LC_MESSAGES -@dirrm %%DATADIR%%/locale/es -@dirrm %%DATADIR%%/locale/eo/LC_MESSAGES -@dirrm %%DATADIR%%/locale/eo -@dirrm %%DATADIR%%/locale/en_GB/LC_MESSAGES -@dirrm %%DATADIR%%/locale/en_GB -@dirrm %%DATADIR%%/locale/el/LC_MESSAGES -@dirrm %%DATADIR%%/locale/el -@dirrm %%DATADIR%%/locale/de/LC_MESSAGES -@dirrm %%DATADIR%%/locale/de -@dirrm %%DATADIR%%/locale/da/LC_MESSAGES -@dirrm %%DATADIR%%/locale/da -@dirrm %%DATADIR%%/locale/cs/LC_MESSAGES -@dirrm %%DATADIR%%/locale/cs -@dirrm %%DATADIR%%/locale/ca/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ca -@dirrm %%DATADIR%%/locale/bn/LC_MESSAGES -@dirrm %%DATADIR%%/locale/bn -@dirrm %%DATADIR%%/locale/bg/LC_MESSAGES -@dirrm %%DATADIR%%/locale/bg -@dirrm %%DATADIR%%/locale/az/LC_MESSAGES -@dirrm %%DATADIR%%/locale/az -@dirrm %%DATADIR%%/locale/ar/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ar -@dirrm %%DATADIR%%/locale/af/LC_MESSAGES -@dirrm %%DATADIR%%/locale/af @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%%/designer/icons @dirrm %%DATADIR%%/designer @dirrm %%DATADIR%%/aqt/forms @dirrm %%DATADIR%%/aqt @dirrm %%DATADIR%%/anki/template @dirrm %%DATADIR%%/anki/importing @dirrm %%DATADIR%%/anki @dirrm %%DATADIR%%