Hi ports --
Attached is a diff to games/gottcode, bringing all its games to their
latest versions.
Some notes:
* MAINTAINER ?= on purpose. I am happy to have others take MAINTAINER of
individual games (perhaps a good first port for a new person!).
* It's all Qt5 now.
* GPLv3+ license churn
Obviously, take maintainer of the whole thing.
~Brian
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/games/gottcode/Makefile.inc,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile.inc
--- Makefile.inc 31 May 2017 08:08:15 -0000 1.11
+++ Makefile.inc 9 Jun 2017 20:07:18 -0000
@@ -7,21 +7,15 @@ EXTRACT_SUFX ?= .tar.bz2
HOMEPAGE ?= http://gottcode.org/${GAME}/
MASTER_SITES ?= ${HOMEPAGE}
-# GPLv3
+MAINTAINER ?= Brian Callahan <[email protected]>
+
+# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WRKDIST ?= ${WRKDIR}/${DISTNAME:S/-src//}
-MODULES += devel/qmake
-QT5 ?= No
-.if ${QT5} == "Yes"
-MODULES += x11/qt5
+MODULES += devel/qmake x11/qt5
MODGCC4_ARCHS = i386 amd64 powerpc sparc64
WANTLIB += GL Qt5Core Qt5Gui Qt5Widgets
-.else
-MODULES += x11/qt4
-WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
-WANTLIB += QtGui ${LIBCXX}
-.endif
WANTLIB += c m pthread
RUN_DEPENDS += devel/desktop-file-utils x11/gtk+3,-guic
Index: connectagram/Makefile
===================================================================
RCS file: /cvs/ports/games/gottcode/connectagram/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- connectagram/Makefile 25 Dec 2016 14:34:39 -0000 1.6
+++ connectagram/Makefile 9 Jun 2017 20:07:18 -0000
@@ -2,9 +2,7 @@
GAME = connectagram
COMMENT = word unscrambling game
-DISTNAME = ${GAME}-1.2.1-src
-QT5 = Yes
+DISTNAME = ${GAME}-1.2.4-src
WANTLIB += Qt5Network
-REVISION = 1
.include <bsd.port.mk>
Index: connectagram/distinfo
===================================================================
RCS file: /cvs/ports/games/gottcode/connectagram/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- connectagram/distinfo 6 Apr 2015 14:59:24 -0000 1.2
+++ connectagram/distinfo 9 Jun 2017 20:07:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (connectagram-1.2.1-src.tar.bz2) = ClWSQ6jZcLt5xnkSFL6Hkmn8BztersaqVftgvoLxQLs=
-SIZE (connectagram-1.2.1-src.tar.bz2) = 1632426
+SHA256 (connectagram-1.2.4-src.tar.bz2) = lEZ9Qfic0/JK+u2f4PkFpNqkXYAwiOJai7pV6kjyUQI=
+SIZE (connectagram-1.2.4-src.tar.bz2) = 1626433
Index: connectagram/pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/gottcode/connectagram/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- connectagram/pkg/PLIST 20 Aug 2013 22:05:53 -0000 1.2
+++ connectagram/pkg/PLIST 9 Jun 2017 20:07:18 -0000
@@ -1,5 +1,7 @@
@comment $OpenBSD: PLIST,v 1.2 2013/08/20 22:05:53 zhuk Exp $
@bin bin/connectagram
+share/appdata/
+share/appdata/connectagram.appdata.xml
share/applications/connectagram.desktop
share/connectagram/
share/connectagram/data/
@@ -7,15 +9,28 @@ share/connectagram/data/en/
share/connectagram/data/en/words
share/connectagram/data/fr/
share/connectagram/data/fr/words
+share/connectagram/data/hu/
+share/connectagram/data/hu/words
+share/connectagram/data/ru/
+share/connectagram/data/ru/words
share/connectagram/translations/
share/connectagram/translations/connectagram_cs.qm
share/connectagram/translations/connectagram_de.qm
share/connectagram/translations/connectagram_el.qm
share/connectagram/translations/connectagram_en.qm
+share/connectagram/translations/connectagram_es_PE.qm
share/connectagram/translations/connectagram_fr.qm
+share/connectagram/translations/connectagram_hr.qm
+share/connectagram/translations/connectagram_hu.qm
+share/connectagram/translations/connectagram_lt.qm
+share/connectagram/translations/connectagram_nl.qm
+share/connectagram/translations/connectagram_pl.qm
share/connectagram/translations/connectagram_ro.qm
share/connectagram/translations/connectagram_ru.qm
share/connectagram/translations/connectagram_tr.qm
+share/icons/hicolor/1024x1024/
+share/icons/hicolor/1024x1024/apps/
+share/icons/hicolor/1024x1024/apps/connectagram.png
share/icons/hicolor/128x128/apps/connectagram.png
share/icons/hicolor/16x16/apps/connectagram.png
share/icons/hicolor/22x22/apps/connectagram.png
@@ -23,8 +38,12 @@ share/icons/hicolor/24x24/apps/connectag
share/icons/hicolor/256x256/apps/connectagram.png
share/icons/hicolor/32x32/apps/connectagram.png
share/icons/hicolor/48x48/apps/connectagram.png
+share/icons/hicolor/512x512/apps/connectagram.png
share/icons/hicolor/64x64/apps/connectagram.png
share/icons/hicolor/scalable/apps/connectagram.svg
+share/man/
+share/man/man6/
+@man share/man/man6/connectagram.6
share/pixmaps/
share/pixmaps/connectagram.xpm
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: cutemaze/Makefile
===================================================================
RCS file: /cvs/ports/games/gottcode/cutemaze/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- cutemaze/Makefile 6 Apr 2015 14:59:52 -0000 1.3
+++ cutemaze/Makefile 9 Jun 2017 20:07:18 -0000
@@ -2,7 +2,9 @@
GAME = cutemaze
COMMENT = simple maze game
-DISTNAME = ${GAME}-1.1.1-src
-WANTLIB += QtSvg
+DISTNAME = ${GAME}-1.2.0-src
+WANTLIB += Qt5Svg
+
+LIB_DEPENDS += x11/qt5/qtsvg
.include <bsd.port.mk>
Index: cutemaze/distinfo
===================================================================
RCS file: /cvs/ports/games/gottcode/cutemaze/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- cutemaze/distinfo 6 Apr 2015 14:59:52 -0000 1.2
+++ cutemaze/distinfo 9 Jun 2017 20:07:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (cutemaze-1.1.1-src.tar.bz2) = MjbQEq82qDkLhlJOhNOLqkChIgOh6ZHGUyA/OiOnRF0=
-SIZE (cutemaze-1.1.1-src.tar.bz2) = 370854
+SHA256 (cutemaze-1.2.0-src.tar.bz2) = 0joNEaI39T1rjakjS1tHW7yo1nq73RJM+nwMtNpwNJs=
+SIZE (cutemaze-1.2.0-src.tar.bz2) = 800890
Index: cutemaze/pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/gottcode/cutemaze/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- cutemaze/pkg/PLIST 6 Apr 2015 14:59:52 -0000 1.2
+++ cutemaze/pkg/PLIST 9 Jun 2017 20:07:18 -0000
@@ -1,19 +1,43 @@
@comment $OpenBSD: PLIST,v 1.2 2015/04/06 14:59:52 landry Exp $
@bin bin/cutemaze
+share/appdata/
+share/appdata/cutemaze.appdata.xml
share/applications/cutemaze.desktop
share/cutemaze/
share/cutemaze/translations/
+share/cutemaze/translations/cutemaze_cs.qm
share/cutemaze/translations/cutemaze_de.qm
share/cutemaze/translations/cutemaze_en.qm
+share/cutemaze/translations/cutemaze_eo.qm
share/cutemaze/translations/cutemaze_es.qm
+share/cutemaze/translations/cutemaze_fi.qm
share/cutemaze/translations/cutemaze_fr.qm
share/cutemaze/translations/cutemaze_he.qm
+share/cutemaze/translations/cutemaze_lt.qm
+share/cutemaze/translations/cutemaze_nl.qm
share/cutemaze/translations/cutemaze_pl.qm
share/cutemaze/translations/cutemaze_pt_BR.qm
share/cutemaze/translations/cutemaze_ro.qm
share/cutemaze/translations/cutemaze_ru.qm
share/cutemaze/translations/cutemaze_tr.qm
+share/icons/hicolor/1024x1024/
+share/icons/hicolor/1024x1024/apps/
+share/icons/hicolor/1024x1024/apps/cutemaze.png
+share/icons/hicolor/128x128/apps/cutemaze.png
+share/icons/hicolor/16x16/apps/cutemaze.png
+share/icons/hicolor/22x22/apps/cutemaze.png
+share/icons/hicolor/24x24/apps/cutemaze.png
+share/icons/hicolor/256x256/apps/cutemaze.png
+share/icons/hicolor/32x32/apps/cutemaze.png
share/icons/hicolor/48x48/apps/cutemaze.png
+share/icons/hicolor/512x512/apps/cutemaze.png
+share/icons/hicolor/64x64/apps/cutemaze.png
+share/icons/hicolor/scalable/apps/cutemaze.svg
+share/man/
+share/man/man6/
+@man share/man/man6/cutemaze.6
+share/pixmaps/
+share/pixmaps/cutemaze.xpm
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@exec %D/bin/update-desktop-database
Index: hexalate/Makefile
===================================================================
RCS file: /cvs/ports/games/gottcode/hexalate/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- hexalate/Makefile 6 Apr 2015 15:00:19 -0000 1.4
+++ hexalate/Makefile 9 Jun 2017 20:07:18 -0000
@@ -2,6 +2,6 @@
GAME = hexalate
COMMENT = color matching game
-DISTNAME = ${GAME}-1.0.3-src
+DISTNAME = ${GAME}-1.1.0-src
.include <bsd.port.mk>
Index: hexalate/distinfo
===================================================================
RCS file: /cvs/ports/games/gottcode/hexalate/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- hexalate/distinfo 6 Apr 2015 15:00:19 -0000 1.3
+++ hexalate/distinfo 9 Jun 2017 20:07:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (hexalate-1.0.3-src.tar.bz2) = o5G6RKoPW9YYOF2+F+BZlHuCm4UxWuyxnt0chjs+vjw=
-SIZE (hexalate-1.0.3-src.tar.bz2) = 336589
+SHA256 (hexalate-1.1.0-src.tar.bz2) = dKjyO3FkmB2+lo2qAEeBZGyQY/HoCyNLGRZlcNoiNJw=
+SIZE (hexalate-1.1.0-src.tar.bz2) = 662438
Index: hexalate/pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/gottcode/hexalate/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- hexalate/pkg/PLIST 6 Apr 2015 15:00:19 -0000 1.3
+++ hexalate/pkg/PLIST 9 Jun 2017 20:07:18 -0000
@@ -1,5 +1,7 @@
@comment $OpenBSD: PLIST,v 1.3 2015/04/06 15:00:19 landry Exp $
@bin bin/hexalate
+share/appdata/
+share/appdata/hexalate.appdata.xml
share/applications/hexalate.desktop
share/hexalate/
share/hexalate/translations/
@@ -12,6 +14,8 @@ share/hexalate/translations/hexalate_es.
share/hexalate/translations/hexalate_et.qm
share/hexalate/translations/hexalate_fr.qm
share/hexalate/translations/hexalate_hu.qm
+share/hexalate/translations/hexalate_it.qm
+share/hexalate/translations/hexalate_lt.qm
share/hexalate/translations/hexalate_ms.qm
share/hexalate/translations/hexalate_nl.qm
share/hexalate/translations/hexalate_pl.qm
@@ -19,6 +23,9 @@ share/hexalate/translations/hexalate_pt_
share/hexalate/translations/hexalate_ro.qm
share/hexalate/translations/hexalate_ru.qm
share/hexalate/translations/hexalate_tr.qm
+share/icons/hicolor/1024x1024/
+share/icons/hicolor/1024x1024/apps/
+share/icons/hicolor/1024x1024/apps/hexalate.png
share/icons/hicolor/128x128/apps/hexalate.png
share/icons/hicolor/16x16/apps/hexalate.png
share/icons/hicolor/22x22/apps/hexalate.png
@@ -26,7 +33,11 @@ share/icons/hicolor/24x24/apps/hexalate.
share/icons/hicolor/256x256/apps/hexalate.png
share/icons/hicolor/32x32/apps/hexalate.png
share/icons/hicolor/48x48/apps/hexalate.png
+share/icons/hicolor/512x512/apps/hexalate.png
share/icons/hicolor/64x64/apps/hexalate.png
+share/man/
+share/man/man6/
+@man share/man/man6/hexalate.6
share/pixmaps/
share/pixmaps/hexalate.xpm
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: peg-e/Makefile
===================================================================
RCS file: /cvs/ports/games/gottcode/peg-e/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- peg-e/Makefile 25 Dec 2016 14:34:39 -0000 1.7
+++ peg-e/Makefile 9 Jun 2017 20:07:18 -0000
@@ -2,8 +2,6 @@
GAME = peg-e
COMMENT = basic peg solitaire game
-DISTNAME = ${GAME}-1.2.1-src
-QT5=Yes
-REVISION = 2
+DISTNAME = ${GAME}-1.2.2-src
.include <bsd.port.mk>
Index: peg-e/distinfo
===================================================================
RCS file: /cvs/ports/games/gottcode/peg-e/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- peg-e/distinfo 6 Apr 2015 15:00:54 -0000 1.3
+++ peg-e/distinfo 9 Jun 2017 20:07:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (peg-e-1.2.1-src.tar.bz2) = v5atfoTzJE9hTM8IwdvE8b2uS7LMNiqZ7O4yLufjhjU=
-SIZE (peg-e-1.2.1-src.tar.bz2) = 474773
+SHA256 (peg-e-1.2.2-src.tar.bz2) = 7sVw4xj7/6Il1wrVJ3zRAnYGGT9Cbib4Gg7CDLci/NU=
+SIZE (peg-e-1.2.2-src.tar.bz2) = 464921
Index: peg-e/patches/patch-peg-e_pro
===================================================================
RCS file: /cvs/ports/games/gottcode/peg-e/patches/patch-peg-e_pro,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-peg-e_pro
--- peg-e/patches/patch-peg-e_pro 8 Jun 2015 06:42:14 -0000 1.1
+++ peg-e/patches/patch-peg-e_pro 9 Jun 2017 20:07:18 -0000
@@ -1,8 +1,9 @@
$OpenBSD: patch-peg-e_pro,v 1.1 2015/06/08 06:42:14 czarkoff Exp $
---- peg-e.pro.orig Sun Jun 7 23:01:55 2015
-+++ peg-e.pro Sun Jun 7 23:02:05 2015
-@@ -86,7 +86,7 @@ macx {
- qm.path = $$PREFIX/share/peg-e/translations
+Index: peg-e.pro
+--- peg-e.pro.orig
++++ peg-e.pro
+@@ -93,7 +93,7 @@ macx {
+ qm.CONFIG += no_check_exist
man.files = doc/peg-e.6
- man.path = $$PREFIX/share/man/man6
Index: simsu/Makefile
===================================================================
RCS file: /cvs/ports/games/gottcode/simsu/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- simsu/Makefile 25 Dec 2016 14:34:39 -0000 1.7
+++ simsu/Makefile 9 Jun 2017 20:07:18 -0000
@@ -2,10 +2,7 @@
GAME = simsu
COMMENT = basic sudoku game
-DISTNAME = ${GAME}-1.3.2-src
-REVISION = 0
-
-QT5 = Yes
+DISTNAME = ${GAME}-1.3.3-src
post-install:
mv ${PREFIX}/share/man/man6/${GAME}.6 ${PREFIX}/man/man6
Index: simsu/distinfo
===================================================================
RCS file: /cvs/ports/games/gottcode/simsu/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- simsu/distinfo 1 Feb 2016 07:50:13 -0000 1.4
+++ simsu/distinfo 9 Jun 2017 20:07:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (simsu-1.3.2-src.tar.bz2) = vxR+Z1rgHnvM8JLNm55a6Jt/CJPij35lI5uLA3H2Vio=
-SIZE (simsu-1.3.2-src.tar.bz2) = 485611
+SHA256 (simsu-1.3.3-src.tar.bz2) = CiecDiKtHDntzfurrFNCfVv3nMdXVHSD4/mfazvZyUg=
+SIZE (simsu-1.3.3-src.tar.bz2) = 463572
Index: tanglet/Makefile
===================================================================
RCS file: /cvs/ports/games/gottcode/tanglet/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- tanglet/Makefile 25 Dec 2016 14:34:39 -0000 1.7
+++ tanglet/Makefile 9 Jun 2017 20:07:18 -0000
@@ -2,11 +2,8 @@
GAME = tanglet
COMMENT = word finding game
-DISTNAME = ${GAME}-1.3.1-src
+DISTNAME = ${GAME}-1.4.0-src
WANTLIB += z
-QT5 = Yes
-
-REVISION = 3
post-install:
mv ${PREFIX}/share/man/man6/${GAME}.6 ${PREFIX}/man/man6
Index: tanglet/distinfo
===================================================================
RCS file: /cvs/ports/games/gottcode/tanglet/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- tanglet/distinfo 6 Apr 2015 15:02:36 -0000 1.2
+++ tanglet/distinfo 9 Jun 2017 20:07:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (tanglet-1.3.1-src.tar.bz2) = 0OqxdOqozdXzSZriddtM1yAXLvKDRic9t/WYjyME4Ng=
-SIZE (tanglet-1.3.1-src.tar.bz2) = 8461603
+SHA256 (tanglet-1.4.0-src.tar.bz2) = srIR8VdqikocMUKU/K6THKC2LuxDuFMIzkT+XFcluAU=
+SIZE (tanglet-1.4.0-src.tar.bz2) = 8437360
Index: tanglet/pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/gottcode/tanglet/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- tanglet/pkg/PLIST 6 Apr 2015 15:02:36 -0000 1.2
+++ tanglet/pkg/PLIST 9 Jun 2017 20:07:18 -0000
@@ -17,6 +17,7 @@ share/icons/hicolor/48x48/apps/tanglet.p
share/icons/hicolor/512x512/apps/tanglet.png
share/icons/hicolor/64x64/apps/tanglet.png
share/icons/hicolor/scalable/apps/tanglet.svg
+share/mime/packages/tanglet.xml
share/pixmaps/
share/pixmaps/tanglet.xpm
share/tanglet/
@@ -63,7 +64,6 @@ share/tanglet/data/nl/name
share/tanglet/data/nl/words
share/tanglet/translations/
share/tanglet/translations/tanglet_cs.qm
-share/tanglet/translations/tanglet_csb.qm
share/tanglet/translations/tanglet_de.qm
share/tanglet/translations/tanglet_en.qm
share/tanglet/translations/tanglet_es.qm
Index: tetzle/Makefile
===================================================================
RCS file: /cvs/ports/games/gottcode/tetzle/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- tetzle/Makefile 27 Mar 2015 08:41:05 -0000 1.4
+++ tetzle/Makefile 9 Jun 2017 20:07:18 -0000
@@ -2,8 +2,7 @@
GAME = tetzle
COMMENT = tetromino puzzle game
-DISTNAME = ${GAME}-2.0.3-src
-WANTLIB += GL QtOpenGL
-REVISION = 0
+DISTNAME = ${GAME}-2.1.0-src
+WANTLIB += GL
.include <bsd.port.mk>
Index: tetzle/distinfo
===================================================================
RCS file: /cvs/ports/games/gottcode/tetzle/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- tetzle/distinfo 26 Nov 2013 14:54:18 -0000 1.3
+++ tetzle/distinfo 9 Jun 2017 20:07:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (tetzle-2.0.3-src.tar.bz2) = bCnqYVAdzAFJ7Oh5IX31cQ0Rab+ulApmevKhlgVBW1E=
-SIZE (tetzle-2.0.3-src.tar.bz2) = 641065
+SHA256 (tetzle-2.1.0-src.tar.bz2) = 0x/Nva8GDQpKayOd0mAzIwH4qVDRc/50Kv6rRMD/oxM=
+SIZE (tetzle-2.1.0-src.tar.bz2) = 1246670
Index: tetzle/pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/gottcode/tetzle/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- tetzle/pkg/PLIST 26 Nov 2013 14:54:18 -0000 1.3
+++ tetzle/pkg/PLIST 9 Jun 2017 20:07:18 -0000
@@ -1,12 +1,24 @@
@comment $OpenBSD: PLIST,v 1.3 2013/11/26 14:54:18 bcallah Exp $
@bin bin/tetzle
+share/appdata/
+share/appdata/tetzle.appdata.xml
share/applications/tetzle.desktop
+share/icons/hicolor/1024x1024/
+share/icons/hicolor/1024x1024/apps/
+share/icons/hicolor/1024x1024/apps/tetzle.png
share/icons/hicolor/128x128/apps/tetzle.png
share/icons/hicolor/16x16/apps/tetzle.png
share/icons/hicolor/22x22/apps/tetzle.png
+share/icons/hicolor/24x24/apps/tetzle.png
+share/icons/hicolor/256x256/apps/tetzle.png
share/icons/hicolor/32x32/apps/tetzle.png
share/icons/hicolor/48x48/apps/tetzle.png
+share/icons/hicolor/512x512/apps/tetzle.png
share/icons/hicolor/64x64/apps/tetzle.png
+share/icons/hicolor/scalable/apps/tetzle.svg
+share/man/
+share/man/man6/
+@man share/man/man6/tetzle.6
share/pixmaps/
share/pixmaps/tetzle.xpm
share/tetzle/
@@ -15,11 +27,15 @@ share/tetzle/translations/tetzle_cs.qm
share/tetzle/translations/tetzle_de.qm
share/tetzle/translations/tetzle_en.qm
share/tetzle/translations/tetzle_eo.qm
+share/tetzle/translations/tetzle_es.qm
share/tetzle/translations/tetzle_fr.qm
share/tetzle/translations/tetzle_he.qm
+share/tetzle/translations/tetzle_lt.qm
share/tetzle/translations/tetzle_lv.qm
share/tetzle/translations/tetzle_ms.qm
+share/tetzle/translations/tetzle_nl.qm
share/tetzle/translations/tetzle_pl.qm
+share/tetzle/translations/tetzle_pt_BR.qm
share/tetzle/translations/tetzle_ro.qm
share/tetzle/translations/tetzle_ru.qm
share/tetzle/translations/tetzle_tr.qm