Previously posted updates:
Jul 03: [update] games/pokerth 2.0.8 -> 2.1.0
Jul 06: [update] games/pokerth 2.0.8 -> 2.1.1
Jul 08: [update] games/pokerth 2.0.8 -> 2.1.2
Attached, please find a diff for games/pokerth 2.0.8 -> 2.1.3,
which has been tested on amd64.
Changelog: https://github.com/pokerth/pokerth/releases/tag/v2.1.3
diff --git games/pokerth/Makefile games/pokerth/Makefile
index 1d8277f2163..21f03dd7eac 100644
--- games/pokerth/Makefile
+++ games/pokerth/Makefile
@@ -2,7 +2,7 @@ BROKEN-i386 = protobuf/abseil problems
COMMENT = texas holdem poker client, local or internet games
-V = 2.0.8
+V = 2.1.3
DIST_TUPLE = github pokerth pokerth v${V} .
PKGNAME = pokerth-${V}
@@ -39,6 +39,6 @@ LIB_DEPENDS += x11/qt6/qtmultimedia
RUN_DEPENDS += devel/desktop-file-utils
pre-build:
- ${SUBST_CMD} ${WRKSRC}/pokerth.desktop
+ ${SUBST_CMD} ${WRKSRC}/pokerth.desktop ${WRKSRC}/pokerth_qml.desktop
.include <bsd.port.mk>
diff --git games/pokerth/distinfo games/pokerth/distinfo
index 513204cbcec..90190febe49 100644
--- games/pokerth/distinfo
+++ games/pokerth/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pokerth-pokerth-v2.0.8.tar.gz) =
iYK052+uTYp8e3PwqYQ9Y7GQxfFeYpP5S+CD5nF3iWw=
-SIZE (pokerth-pokerth-v2.0.8.tar.gz) = 40952462
+SHA256 (pokerth-pokerth-v2.1.3.tar.gz) =
ePUVX4+jQEWKBt79BdACfCbh6NPnauSYcu9lGzncjMU=
+SIZE (pokerth-pokerth-v2.1.3.tar.gz) = 85798372
diff --git games/pokerth/patches/patch-pokerth_desktop
games/pokerth/patches/patch-pokerth_desktop
index 651b626cc93..00f2bbed43d 100644
--- games/pokerth/patches/patch-pokerth_desktop
+++ games/pokerth/patches/patch-pokerth_desktop
@@ -1,7 +1,7 @@
Index: pokerth.desktop
--- pokerth.desktop.orig
+++ pokerth.desktop
-@@ -39,7 +39,7 @@ Comment[ru]=???????? ?? ?????????????????? ???????????
+@@ -27,7 +27,7 @@ Comment[ru]=???????? ?? ?????????????????? ???????????
Comment[tr]=Texas hold'em oyunu
Comment[uk]=?????? ?? ?????????????????? ????????????
StartupWMClass=pokerth_client
diff --git games/pokerth/patches/patch-pokerth_qml_desktop
games/pokerth/patches/patch-pokerth_qml_desktop
new file mode 100644
index 00000000000..46ca3fa0a95
--- /dev/null
+++ games/pokerth/patches/patch-pokerth_qml_desktop
@@ -0,0 +1,12 @@
+Index: pokerth_qml.desktop
+--- pokerth_qml.desktop.orig
++++ pokerth_qml.desktop
+@@ -27,7 +27,7 @@ Comment[ru]=???????? ?? ?????????????????? ???????????
+ Comment[tr]=Texas hold'em oyunu
+ Comment[uk]=?????? ?? ?????????????????? ????????????
+ StartupWMClass=pokerth_qml-client
+-Exec=env QT_SCALE_FACTOR=1
QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt6/plugins
QML_IMPORT_PATH=/usr/lib/x86_64-linux-gnu/qt6/qml pokerth_qml-client
++Exec=env QT_SCALE_FACTOR=1 QT_PLUGIN_PATH=${MODQT_QTDIR}/plugins
QML_IMPORT_PATH=${MODQT_QTDIR}/qml pokerth_qml-client
+ Icon=pokerth
+ Terminal=false
+ Type=Application
diff --git games/pokerth/patches/patch-src_gui_qt6-qml_CMakeLists_txt
games/pokerth/patches/patch-src_gui_qt6-qml_CMakeLists_txt
deleted file mode 100644
index 3b38ccba084..00000000000
--- games/pokerth/patches/patch-src_gui_qt6-qml_CMakeLists_txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Index: src/gui/qt6-qml/CMakeLists.txt
---- src/gui/qt6-qml/CMakeLists.txt.orig
-+++ src/gui/qt6-qml/CMakeLists.txt
-@@ -166,5 +166,4 @@ endif()
-
- install(TARGETS pokerth_qml-client DESTINATION bin OPTIONAL)
- install(DIRECTORY ../../../data DESTINATION share/pokerth)
--install(FILES ../../../pokerth_qml.desktop DESTINATION share/applications)
- install(FILES ../../../pokerth.png DESTINATION share/pixmaps)
diff --git games/pokerth/pkg/PLIST games/pokerth/pkg/PLIST
index 7591b1c6e10..785476ef794 100644
--- games/pokerth/pkg/PLIST
+++ games/pokerth/pkg/PLIST
@@ -1,7 +1,7 @@
@bin bin/pokerth_client
@bin bin/pokerth_qml-client
share/applications/pokerth.desktop
-share/doc/pkg-readmes/${PKGSTEM}
+share/applications/pokerth_qml.desktop
share/pixmaps/
share/pixmaps/pokerth.png
share/pokerth/
@@ -9,6 +9,7 @@ share/pokerth/data/
share/pokerth/data/data-copyright.txt
share/pokerth/data/fonts/
share/pokerth/data/fonts/DejaVuSans-Bold.ttf
+share/pokerth/data/fonts/NotoColorEmoji.ttf
share/pokerth/data/gfx/
share/pokerth/data/gfx/avatars/
share/pokerth/data/gfx/avatars/default/
@@ -420,6 +421,634 @@
share/pokerth/data/gfx/gui/table/default_800x480/smallblindPuck.png
share/pokerth/data/gfx/gui/table/default_800x480/table.png
share/pokerth/data/gfx/gui/table/default_800x480/table_dark.png
share/pokerth/data/gfx/gui/table/default_800x480/toolboxbg.png
+share/pokerth/data/gfx/qml/
+share/pokerth/data/gfx/qml/backside/
+share/pokerth/data/gfx/qml/backside/bella_union_4c/
+share/pokerth/data/gfx/qml/backside/bella_union_4c/backside.svg
+share/pokerth/data/gfx/qml/backside/bella_union_4c/backsidestyle.xml
+share/pokerth/data/gfx/qml/backside/bella_union_4c/preview.png
+share/pokerth/data/gfx/qml/backside/danuxi/
+share/pokerth/data/gfx/qml/backside/danuxi/backside.svg
+share/pokerth/data/gfx/qml/backside/danuxi/danuxibacksidestyle.xml
+share/pokerth/data/gfx/qml/backside/danuxi/preview.png
+share/pokerth/data/gfx/qml/backside/default/
+share/pokerth/data/gfx/qml/backside/default/backside.svg
+share/pokerth/data/gfx/qml/backside/default/backsidestyle.xml
+share/pokerth/data/gfx/qml/backside/default/preview.png
+share/pokerth/data/gfx/qml/backside/matrix/
+share/pokerth/data/gfx/qml/backside/matrix/backside.svg
+share/pokerth/data/gfx/qml/backside/matrix/matrixbacksidestyle.xml
+share/pokerth/data/gfx/qml/backside/matrix/preview.png
+share/pokerth/data/gfx/qml/backside/nobus_classic_black/
+share/pokerth/data/gfx/qml/backside/nobus_classic_black/backside.svg
+share/pokerth/data/gfx/qml/backside/nobus_classic_black/nobusclassicblackbacksidestyle.xml
+share/pokerth/data/gfx/qml/backside/nobus_classic_black/preview.png
+share/pokerth/data/gfx/qml/backside/nobus_classic_blue/
+share/pokerth/data/gfx/qml/backside/nobus_classic_blue/backside.svg
+share/pokerth/data/gfx/qml/backside/nobus_classic_blue/nobusclassicbluebacksidestyle.xml
+share/pokerth/data/gfx/qml/backside/nobus_classic_blue/preview.png
+share/pokerth/data/gfx/qml/backside/nobus_classic_green/
+share/pokerth/data/gfx/qml/backside/nobus_classic_green/backside.svg
+share/pokerth/data/gfx/qml/backside/nobus_classic_green/nobusclassicgreenbacksidestyle.xml
+share/pokerth/data/gfx/qml/backside/nobus_classic_green/preview.png
+share/pokerth/data/gfx/qml/backside/nobus_classic_red/
+share/pokerth/data/gfx/qml/backside/nobus_classic_red/backside.svg
+share/pokerth/data/gfx/qml/backside/nobus_classic_red/nobusclassicredbacksidestyle.xml
+share/pokerth/data/gfx/qml/backside/nobus_classic_red/preview.png
+share/pokerth/data/gfx/qml/backside/star_trek/
+share/pokerth/data/gfx/qml/backside/star_trek/backside.svg
+share/pokerth/data/gfx/qml/backside/star_trek/preview.png
+share/pokerth/data/gfx/qml/backside/star_trek/startrekbacksidestyle.xml
+share/pokerth/data/gfx/qml/backside/stardust/
+share/pokerth/data/gfx/qml/backside/stardust/backside.svg
+share/pokerth/data/gfx/qml/backside/stardust/preview.png
+share/pokerth/data/gfx/qml/backside/stardust/stardustbacksidestyle.xml
+share/pokerth/data/gfx/qml/cards/
+share/pokerth/data/gfx/qml/cards/bella_union_4c/
+share/pokerth/data/gfx/qml/cards/bella_union_4c/0.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/1.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/10.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/11.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/12.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/13.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/14.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/15.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/16.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/17.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/18.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/19.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/2.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/20.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/21.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/22.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/23.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/24.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/25.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/26.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/27.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/28.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/29.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/3.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/30.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/31.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/32.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/33.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/34.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/35.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/36.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/37.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/38.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/39.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/4.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/40.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/41.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/42.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/43.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/44.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/45.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/46.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/47.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/48.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/49.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/5.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/50.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/51.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/6.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/7.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/8.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/9.svg
+share/pokerth/data/gfx/qml/cards/bella_union_4c/bellaunion4cdeckstyle.xml
+share/pokerth/data/gfx/qml/cards/bella_union_4c/preview.png
+share/pokerth/data/gfx/qml/cards/default/
+share/pokerth/data/gfx/qml/cards/default/0.svg
+share/pokerth/data/gfx/qml/cards/default/1.svg
+share/pokerth/data/gfx/qml/cards/default/10.svg
+share/pokerth/data/gfx/qml/cards/default/11.svg
+share/pokerth/data/gfx/qml/cards/default/12.svg
+share/pokerth/data/gfx/qml/cards/default/13.svg
+share/pokerth/data/gfx/qml/cards/default/14.svg
+share/pokerth/data/gfx/qml/cards/default/15.svg
+share/pokerth/data/gfx/qml/cards/default/16.svg
+share/pokerth/data/gfx/qml/cards/default/17.svg
+share/pokerth/data/gfx/qml/cards/default/18.svg
+share/pokerth/data/gfx/qml/cards/default/19.svg
+share/pokerth/data/gfx/qml/cards/default/2.svg
+share/pokerth/data/gfx/qml/cards/default/20.svg
+share/pokerth/data/gfx/qml/cards/default/21.svg
+share/pokerth/data/gfx/qml/cards/default/22.svg
+share/pokerth/data/gfx/qml/cards/default/23.svg
+share/pokerth/data/gfx/qml/cards/default/24.svg
+share/pokerth/data/gfx/qml/cards/default/25.svg
+share/pokerth/data/gfx/qml/cards/default/26.svg
+share/pokerth/data/gfx/qml/cards/default/27.svg
+share/pokerth/data/gfx/qml/cards/default/28.svg
+share/pokerth/data/gfx/qml/cards/default/29.svg
+share/pokerth/data/gfx/qml/cards/default/3.svg
+share/pokerth/data/gfx/qml/cards/default/30.svg
+share/pokerth/data/gfx/qml/cards/default/31.svg
+share/pokerth/data/gfx/qml/cards/default/32.svg
+share/pokerth/data/gfx/qml/cards/default/33.svg
+share/pokerth/data/gfx/qml/cards/default/34.svg
+share/pokerth/data/gfx/qml/cards/default/35.svg
+share/pokerth/data/gfx/qml/cards/default/36.svg
+share/pokerth/data/gfx/qml/cards/default/37.svg
+share/pokerth/data/gfx/qml/cards/default/38.svg
+share/pokerth/data/gfx/qml/cards/default/39.svg
+share/pokerth/data/gfx/qml/cards/default/4.svg
+share/pokerth/data/gfx/qml/cards/default/40.svg
+share/pokerth/data/gfx/qml/cards/default/41.svg
+share/pokerth/data/gfx/qml/cards/default/42.svg
+share/pokerth/data/gfx/qml/cards/default/43.svg
+share/pokerth/data/gfx/qml/cards/default/44.svg
+share/pokerth/data/gfx/qml/cards/default/45.svg
+share/pokerth/data/gfx/qml/cards/default/46.svg
+share/pokerth/data/gfx/qml/cards/default/47.svg
+share/pokerth/data/gfx/qml/cards/default/48.svg
+share/pokerth/data/gfx/qml/cards/default/49.svg
+share/pokerth/data/gfx/qml/cards/default/5.svg
+share/pokerth/data/gfx/qml/cards/default/50.svg
+share/pokerth/data/gfx/qml/cards/default/51.svg
+share/pokerth/data/gfx/qml/cards/default/6.svg
+share/pokerth/data/gfx/qml/cards/default/7.svg
+share/pokerth/data/gfx/qml/cards/default/8.svg
+share/pokerth/data/gfx/qml/cards/default/9.svg
+share/pokerth/data/gfx/qml/cards/default/defaultdeckstyle.xml
+share/pokerth/data/gfx/qml/cards/default/preview.png
+share/pokerth/data/gfx/qml/cards/lemming/
+share/pokerth/data/gfx/qml/cards/lemming/0.svg
+share/pokerth/data/gfx/qml/cards/lemming/1.svg
+share/pokerth/data/gfx/qml/cards/lemming/10.svg
+share/pokerth/data/gfx/qml/cards/lemming/11.svg
+share/pokerth/data/gfx/qml/cards/lemming/12.svg
+share/pokerth/data/gfx/qml/cards/lemming/13.svg
+share/pokerth/data/gfx/qml/cards/lemming/14.svg
+share/pokerth/data/gfx/qml/cards/lemming/15.svg
+share/pokerth/data/gfx/qml/cards/lemming/16.svg
+share/pokerth/data/gfx/qml/cards/lemming/17.svg
+share/pokerth/data/gfx/qml/cards/lemming/18.svg
+share/pokerth/data/gfx/qml/cards/lemming/19.svg
+share/pokerth/data/gfx/qml/cards/lemming/2.svg
+share/pokerth/data/gfx/qml/cards/lemming/20.svg
+share/pokerth/data/gfx/qml/cards/lemming/21.svg
+share/pokerth/data/gfx/qml/cards/lemming/22.svg
+share/pokerth/data/gfx/qml/cards/lemming/23.svg
+share/pokerth/data/gfx/qml/cards/lemming/24.svg
+share/pokerth/data/gfx/qml/cards/lemming/25.svg
+share/pokerth/data/gfx/qml/cards/lemming/26.svg
+share/pokerth/data/gfx/qml/cards/lemming/27.svg
+share/pokerth/data/gfx/qml/cards/lemming/28.svg
+share/pokerth/data/gfx/qml/cards/lemming/29.svg
+share/pokerth/data/gfx/qml/cards/lemming/3.svg
+share/pokerth/data/gfx/qml/cards/lemming/30.svg
+share/pokerth/data/gfx/qml/cards/lemming/31.svg
+share/pokerth/data/gfx/qml/cards/lemming/32.svg
+share/pokerth/data/gfx/qml/cards/lemming/33.svg
+share/pokerth/data/gfx/qml/cards/lemming/34.svg
+share/pokerth/data/gfx/qml/cards/lemming/35.svg
+share/pokerth/data/gfx/qml/cards/lemming/36.svg
+share/pokerth/data/gfx/qml/cards/lemming/37.svg
+share/pokerth/data/gfx/qml/cards/lemming/38.svg
+share/pokerth/data/gfx/qml/cards/lemming/39.svg
+share/pokerth/data/gfx/qml/cards/lemming/4.svg
+share/pokerth/data/gfx/qml/cards/lemming/40.svg
+share/pokerth/data/gfx/qml/cards/lemming/41.svg
+share/pokerth/data/gfx/qml/cards/lemming/42.svg
+share/pokerth/data/gfx/qml/cards/lemming/43.svg
+share/pokerth/data/gfx/qml/cards/lemming/44.svg
+share/pokerth/data/gfx/qml/cards/lemming/45.svg
+share/pokerth/data/gfx/qml/cards/lemming/46.svg
+share/pokerth/data/gfx/qml/cards/lemming/47.svg
+share/pokerth/data/gfx/qml/cards/lemming/48.svg
+share/pokerth/data/gfx/qml/cards/lemming/49.svg
+share/pokerth/data/gfx/qml/cards/lemming/5.svg
+share/pokerth/data/gfx/qml/cards/lemming/50.svg
+share/pokerth/data/gfx/qml/cards/lemming/51.svg
+share/pokerth/data/gfx/qml/cards/lemming/6.svg
+share/pokerth/data/gfx/qml/cards/lemming/7.svg
+share/pokerth/data/gfx/qml/cards/lemming/8.svg
+share/pokerth/data/gfx/qml/cards/lemming/9.svg
+share/pokerth/data/gfx/qml/cards/lemming/lemmingdeckstyle.xml
+share/pokerth/data/gfx/qml/cards/lemming/preview.png
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/0.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/1.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/10.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/11.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/12.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/13.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/14.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/15.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/16.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/17.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/18.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/19.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/2.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/20.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/21.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/22.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/23.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/24.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/25.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/26.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/27.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/28.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/29.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/3.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/30.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/31.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/32.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/33.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/34.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/35.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/36.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/37.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/38.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/39.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/4.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/40.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/41.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/42.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/43.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/44.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/45.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/46.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/47.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/48.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/49.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/5.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/50.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/51.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/6.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/7.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/8.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/9.svg
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/nobus4cclassicdeckstyle.xml
+share/pokerth/data/gfx/qml/cards/nobus_4c_classic/preview.png
+share/pokerth/data/gfx/qml/cards/star_trek/
+share/pokerth/data/gfx/qml/cards/star_trek/0.svg
+share/pokerth/data/gfx/qml/cards/star_trek/1.svg
+share/pokerth/data/gfx/qml/cards/star_trek/10.svg
+share/pokerth/data/gfx/qml/cards/star_trek/11.svg
+share/pokerth/data/gfx/qml/cards/star_trek/12.svg
+share/pokerth/data/gfx/qml/cards/star_trek/13.svg
+share/pokerth/data/gfx/qml/cards/star_trek/14.svg
+share/pokerth/data/gfx/qml/cards/star_trek/15.svg
+share/pokerth/data/gfx/qml/cards/star_trek/16.svg
+share/pokerth/data/gfx/qml/cards/star_trek/17.svg
+share/pokerth/data/gfx/qml/cards/star_trek/18.svg
+share/pokerth/data/gfx/qml/cards/star_trek/19.svg
+share/pokerth/data/gfx/qml/cards/star_trek/2.svg
+share/pokerth/data/gfx/qml/cards/star_trek/20.svg
+share/pokerth/data/gfx/qml/cards/star_trek/21.svg
+share/pokerth/data/gfx/qml/cards/star_trek/22.svg
+share/pokerth/data/gfx/qml/cards/star_trek/23.svg
+share/pokerth/data/gfx/qml/cards/star_trek/24.svg
+share/pokerth/data/gfx/qml/cards/star_trek/25.svg
+share/pokerth/data/gfx/qml/cards/star_trek/26.svg
+share/pokerth/data/gfx/qml/cards/star_trek/27.svg
+share/pokerth/data/gfx/qml/cards/star_trek/28.svg
+share/pokerth/data/gfx/qml/cards/star_trek/29.svg
+share/pokerth/data/gfx/qml/cards/star_trek/3.svg
+share/pokerth/data/gfx/qml/cards/star_trek/30.svg
+share/pokerth/data/gfx/qml/cards/star_trek/31.svg
+share/pokerth/data/gfx/qml/cards/star_trek/32.svg
+share/pokerth/data/gfx/qml/cards/star_trek/33.svg
+share/pokerth/data/gfx/qml/cards/star_trek/34.svg
+share/pokerth/data/gfx/qml/cards/star_trek/35.svg
+share/pokerth/data/gfx/qml/cards/star_trek/36.svg
+share/pokerth/data/gfx/qml/cards/star_trek/37.svg
+share/pokerth/data/gfx/qml/cards/star_trek/38.svg
+share/pokerth/data/gfx/qml/cards/star_trek/39.svg
+share/pokerth/data/gfx/qml/cards/star_trek/4.svg
+share/pokerth/data/gfx/qml/cards/star_trek/40.svg
+share/pokerth/data/gfx/qml/cards/star_trek/41.svg
+share/pokerth/data/gfx/qml/cards/star_trek/42.svg
+share/pokerth/data/gfx/qml/cards/star_trek/43.svg
+share/pokerth/data/gfx/qml/cards/star_trek/44.svg
+share/pokerth/data/gfx/qml/cards/star_trek/45.svg
+share/pokerth/data/gfx/qml/cards/star_trek/46.svg
+share/pokerth/data/gfx/qml/cards/star_trek/47.svg
+share/pokerth/data/gfx/qml/cards/star_trek/48.svg
+share/pokerth/data/gfx/qml/cards/star_trek/49.svg
+share/pokerth/data/gfx/qml/cards/star_trek/5.svg
+share/pokerth/data/gfx/qml/cards/star_trek/50.svg
+share/pokerth/data/gfx/qml/cards/star_trek/51.svg
+share/pokerth/data/gfx/qml/cards/star_trek/6.svg
+share/pokerth/data/gfx/qml/cards/star_trek/7.svg
+share/pokerth/data/gfx/qml/cards/star_trek/8.svg
+share/pokerth/data/gfx/qml/cards/star_trek/9.svg
+share/pokerth/data/gfx/qml/cards/star_trek/preview.png
+share/pokerth/data/gfx/qml/cards/star_trek/startrekdeckstyle.xml
+share/pokerth/data/gfx/qml/cards/stardust_dark/
+share/pokerth/data/gfx/qml/cards/stardust_dark/0.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/1.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/10.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/11.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/12.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/13.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/14.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/15.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/16.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/17.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/18.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/19.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/2.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/20.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/21.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/22.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/23.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/24.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/25.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/26.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/27.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/28.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/29.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/3.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/30.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/31.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/32.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/33.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/34.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/35.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/36.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/37.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/38.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/39.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/4.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/40.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/41.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/42.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/43.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/44.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/45.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/46.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/47.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/48.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/49.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/5.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/50.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/51.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/6.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/7.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/8.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/9.svg
+share/pokerth/data/gfx/qml/cards/stardust_dark/preview.png
+share/pokerth/data/gfx/qml/cards/stardust_dark/stardust_darkdeckstyle.xml
+share/pokerth/data/gfx/qml/cards/stardust_light/
+share/pokerth/data/gfx/qml/cards/stardust_light/0.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/1.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/10.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/11.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/12.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/13.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/14.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/15.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/16.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/17.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/18.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/19.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/2.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/20.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/21.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/22.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/23.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/24.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/25.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/26.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/27.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/28.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/29.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/3.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/30.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/31.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/32.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/33.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/34.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/35.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/36.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/37.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/38.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/39.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/4.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/40.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/41.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/42.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/43.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/44.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/45.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/46.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/47.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/48.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/49.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/5.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/50.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/51.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/6.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/7.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/8.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/9.svg
+share/pokerth/data/gfx/qml/cards/stardust_light/preview.png
+share/pokerth/data/gfx/qml/cards/stardust_light/stardust_lightdeckstyle.xml
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/0.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/1.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/10.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/11.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/12.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/13.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/14.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/15.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/16.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/17.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/18.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/19.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/2.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/20.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/21.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/22.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/23.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/24.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/25.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/26.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/27.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/28.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/29.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/3.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/30.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/31.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/32.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/33.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/34.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/35.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/36.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/37.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/38.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/39.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/4.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/40.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/41.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/42.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/43.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/44.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/45.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/46.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/47.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/48.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/49.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/5.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/50.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/51.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/6.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/7.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/8.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/9.svg
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/preview.png
+share/pokerth/data/gfx/qml/cards/xanax_card_deck_01/xanaxdeckstyle.xml
+share/pokerth/data/gfx/qml/table/
+share/pokerth/data/gfx/qml/table/danuxi/
+share/pokerth/data/gfx/qml/table/danuxi/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/danuxi/actionCall.svg
+share/pokerth/data/gfx/qml/table/danuxi/actionFold.svg
+share/pokerth/data/gfx/qml/table/danuxi/actionRaise.svg
+share/pokerth/data/gfx/qml/table/danuxi/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/danuxi/danuxitablestyle.xml
+share/pokerth/data/gfx/qml/table/danuxi/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/danuxi/preview.png
+share/pokerth/data/gfx/qml/table/danuxi/preview_portrait.png
+share/pokerth/data/gfx/qml/table/danuxi/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/danuxi/table.png
+share/pokerth/data/gfx/qml/table/default/
+share/pokerth/data/gfx/qml/table/default/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/default/actionCall.svg
+share/pokerth/data/gfx/qml/table/default/actionFold.svg
+share/pokerth/data/gfx/qml/table/default/actionRaise.svg
+share/pokerth/data/gfx/qml/table/default/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/default/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/default/defaulttablestyle.xml
+share/pokerth/data/gfx/qml/table/default/preview.png
+share/pokerth/data/gfx/qml/table/default/preview_portrait.png
+share/pokerth/data/gfx/qml/table/default/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/default/table.png
+share/pokerth/data/gfx/qml/table/greencasino/
+share/pokerth/data/gfx/qml/table/greencasino/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/greencasino/actionCall.svg
+share/pokerth/data/gfx/qml/table/greencasino/actionFold.svg
+share/pokerth/data/gfx/qml/table/greencasino/actionRaise.svg
+share/pokerth/data/gfx/qml/table/greencasino/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/greencasino/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/greencasino/greencasinotablestyle.xml
+share/pokerth/data/gfx/qml/table/greencasino/preview.png
+share/pokerth/data/gfx/qml/table/greencasino/preview_portrait.png
+share/pokerth/data/gfx/qml/table/greencasino/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/greencasino/table.png
+share/pokerth/data/gfx/qml/table/lemming/
+share/pokerth/data/gfx/qml/table/lemming/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/lemming/actionCall.svg
+share/pokerth/data/gfx/qml/table/lemming/actionFold.svg
+share/pokerth/data/gfx/qml/table/lemming/actionRaise.svg
+share/pokerth/data/gfx/qml/table/lemming/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/lemming/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/lemming/lemmingtablestyle.xml
+share/pokerth/data/gfx/qml/table/lemming/preview.png
+share/pokerth/data/gfx/qml/table/lemming/preview_portrait.png
+share/pokerth/data/gfx/qml/table/lemming/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/lemming/table.png
+share/pokerth/data/gfx/qml/table/matrix/
+share/pokerth/data/gfx/qml/table/matrix/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/matrix/actionCall.svg
+share/pokerth/data/gfx/qml/table/matrix/actionFold.svg
+share/pokerth/data/gfx/qml/table/matrix/actionRaise.svg
+share/pokerth/data/gfx/qml/table/matrix/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/matrix/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/matrix/matrixtablestyle.xml
+share/pokerth/data/gfx/qml/table/matrix/preview.png
+share/pokerth/data/gfx/qml/table/matrix/preview_portrait.png
+share/pokerth/data/gfx/qml/table/matrix/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/matrix/table.png
+share/pokerth/data/gfx/qml/table/mute/
+share/pokerth/data/gfx/qml/table/mute/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/mute/actionCall.svg
+share/pokerth/data/gfx/qml/table/mute/actionFold.svg
+share/pokerth/data/gfx/qml/table/mute/actionRaise.svg
+share/pokerth/data/gfx/qml/table/mute/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/mute/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/mute/mutetablestyle.xml
+share/pokerth/data/gfx/qml/table/mute/preview.png
+share/pokerth/data/gfx/qml/table/mute/preview_portrait.png
+share/pokerth/data/gfx/qml/table/mute/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/mute/table.png
+share/pokerth/data/gfx/qml/table/mute2/
+share/pokerth/data/gfx/qml/table/mute2/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/mute2/actionCall.svg
+share/pokerth/data/gfx/qml/table/mute2/actionFold.svg
+share/pokerth/data/gfx/qml/table/mute2/actionRaise.svg
+share/pokerth/data/gfx/qml/table/mute2/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/mute2/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/mute2/mute2tablestyle.xml
+share/pokerth/data/gfx/qml/table/mute2/preview.png
+share/pokerth/data/gfx/qml/table/mute2/preview_portrait.png
+share/pokerth/data/gfx/qml/table/mute2/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/mute2/table.png
+share/pokerth/data/gfx/qml/table/star_trek/
+share/pokerth/data/gfx/qml/table/star_trek/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/star_trek/actionCall.svg
+share/pokerth/data/gfx/qml/table/star_trek/actionFold.svg
+share/pokerth/data/gfx/qml/table/star_trek/actionRaise.svg
+share/pokerth/data/gfx/qml/table/star_trek/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/star_trek/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/star_trek/preview.png
+share/pokerth/data/gfx/qml/table/star_trek/preview_portrait.png
+share/pokerth/data/gfx/qml/table/star_trek/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/star_trek/startrektablestyle.xml
+share/pokerth/data/gfx/qml/table/star_trek/table.png
+share/pokerth/data/gfx/qml/table/teal/
+share/pokerth/data/gfx/qml/table/teal/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/teal/actionCall.svg
+share/pokerth/data/gfx/qml/table/teal/actionFold.svg
+share/pokerth/data/gfx/qml/table/teal/actionRaise.svg
+share/pokerth/data/gfx/qml/table/teal/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/teal/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/teal/preview.png
+share/pokerth/data/gfx/qml/table/teal/preview_portrait.png
+share/pokerth/data/gfx/qml/table/teal/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/teal/table.png
+share/pokerth/data/gfx/qml/table/teal/tealtablestyle.xml
+share/pokerth/data/gfx/qml/table/tripsixes/
+share/pokerth/data/gfx/qml/table/tripsixes/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/tripsixes/actionCall.svg
+share/pokerth/data/gfx/qml/table/tripsixes/actionFold.svg
+share/pokerth/data/gfx/qml/table/tripsixes/actionRaise.svg
+share/pokerth/data/gfx/qml/table/tripsixes/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/tripsixes/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/tripsixes/preview.png
+share/pokerth/data/gfx/qml/table/tripsixes/preview_portrait.png
+share/pokerth/data/gfx/qml/table/tripsixes/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/tripsixes/table.png
+share/pokerth/data/gfx/qml/table/tripsixes/tripsixestablestyle.xml
+share/pokerth/data/gfx/qml/table/wanted/
+share/pokerth/data/gfx/qml/table/wanted/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/wanted/actionCall.svg
+share/pokerth/data/gfx/qml/table/wanted/actionFold.svg
+share/pokerth/data/gfx/qml/table/wanted/actionRaise.svg
+share/pokerth/data/gfx/qml/table/wanted/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/wanted/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/wanted/preview.png
+share/pokerth/data/gfx/qml/table/wanted/preview_portrait.png
+share/pokerth/data/gfx/qml/table/wanted/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/wanted/table.png
+share/pokerth/data/gfx/qml/table/wanted/wantedtablestyle.xml
+share/pokerth/data/gfx/qml/table/xanax/
+share/pokerth/data/gfx/qml/table/xanax/actionAllIn.svg
+share/pokerth/data/gfx/qml/table/xanax/actionCall.svg
+share/pokerth/data/gfx/qml/table/xanax/actionFold.svg
+share/pokerth/data/gfx/qml/table/xanax/actionRaise.svg
+share/pokerth/data/gfx/qml/table/xanax/bigblindPuck.svg
+share/pokerth/data/gfx/qml/table/xanax/dealerPuck.svg
+share/pokerth/data/gfx/qml/table/xanax/preview.png
+share/pokerth/data/gfx/qml/table/xanax/preview_portrait.png
+share/pokerth/data/gfx/qml/table/xanax/smallblindPuck.svg
+share/pokerth/data/gfx/qml/table/xanax/table.png
+share/pokerth/data/gfx/qml/table/xanax/xanaxtablestyle.xml
share/pokerth/data/misc/
share/pokerth/data/misc/agpl.html
share/pokerth/data/misc/third_party_libs.txt
diff --git games/pokerth/pkg/README games/pokerth/pkg/README
deleted file mode 100644
index 3f5f1e3f9b3..00000000000
--- games/pokerth/pkg/README
+++ /dev/null
@@ -1,17 +0,0 @@
-+-------------------------------------------------------------------------------
-| Running ${PKGSTEM} on OpenBSD
-+-------------------------------------------------------------------------------
-
-There are two binaries included with this package:
-
- * pokerth_client:
-
- This is the standard client program, version 2.0.8
-
- * pokerth_qml-client
-
- This is a "preview" of the QML client being prepared
- for future version 2.1.0. It's operational, but still
- considered experimental rather than production-ready.
- It provides a very different user interface and user
- experience.