From: Josh Grosse Subject: [update] games/pokerth 2.0.8 -> 2.1.2 To: ports@openbsd.org Date: Wed, 8 Jul 2026 16:14:49 -0400 I have posted prior updates: * to 2.1.0 on 3 July * to 2.1.1 on 6 July. This new post is due to another new release from upstream: 2.1.2. A bugfix release, focused on changes to the new QML client. Tested on amd64. As before, please note the diff removes pkg/README, and adds / removes patches. Changelog: https://github.com/pokerth/pokerth/releases/tag/v2.1.2 diff --git games/pokerth/Makefile games/pokerth/Makefile index 1d8277f2163..2cf9cf391a2 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.2 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 diff --git games/pokerth/distinfo games/pokerth/distinfo index 513204cbcec..a101009751d 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.2.tar.gz) = RoqGiR8l8l00Fs3x01PXOWjaYwGNnfNshwMYR479DyU= +SIZE (pokerth-pokerth-v2.1.2.tar.gz) = 76882898 diff --git games/pokerth/patches/patch-pokerth_qml_desktop games/pokerth/patches/patch-pokerth_qml_desktop new file mode 100644 index 00000000000..9d6ffbbaf23 --- /dev/null +++ games/pokerth/patches/patch-pokerth_qml_desktop @@ -0,0 +1,12 @@ +Index: pokerth_qml.desktop +--- pokerth_qml.desktop.orig ++++ pokerth_qml.desktop +@@ -39,7 +39,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..5cf5e87e577 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,354 @@ 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/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/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/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/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/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/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.