Search Criteria
Package Details: pokerth 1.1.2-47
Package Actions
Git Clone URL: | https://aur.archlinux.org/pokerth.git (read-only, click to copy) |
---|---|
Package Base: | pokerth |
Description: | Client to online Poker game written in C++/Qt |
Upstream URL: | http://www.pokerth.net/ |
Licenses: | GPL, custom |
Submitter: | blacktav |
Maintainer: | blacktav |
Last Packager: | blacktav |
Votes: | 24 |
Popularity: | 0.36 |
First Submitted: | 2018-01-08 23:25 (UTC) |
Last Updated: | 2024-12-29 16:03 (UTC) |
Dependencies (8)
- boost-libs
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gsasl (gsasl-ntlmAUR)
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sdl_mixer
- tinyxml (tinyxml-gitAUR)
- boost (boost-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
Mailaender commented on 2024-05-09 17:00 (UTC)
You can add
for a desktop icons.
xx55tt commented on 2023-09-28 19:50 (UTC) (edited on 2023-09-28 19:50 (UTC) by xx55tt)
Here's a tiny improvement on the existing Abseil patch for the next time you have to bump the pkgrel. Instead of hardcoding the paths to the .so files you can use these linker flags:
blacktav commented on 2023-09-28 14:12 (UTC)
bumped for library updates
blacktav commented on 2023-09-06 17:39 (UTC)
@viktoracoric config/configfile.cpp seems to have different naming rules for ANDROID which starts to make it all look rather tangled and not necessarily consistent
viktoracoric commented on 2023-09-06 17:30 (UTC)
@costor specification doesn't say that, doesn't it? For example I have curl config hidden inside that folder. But yeah I agree it's better when it's visible, it's an easy fix, but before I submit, @blacktav what are the issues re: ANDROID, I didn't understand your message, I'll see if that can be resolved.
blacktav commented on 2023-09-06 15:35 (UTC)
Ah yes indeed! and then also issues re: ANDROID Patch reverted: needs more work
costor commented on 2023-09-06 14:58 (UTC) (edited on 2023-09-06 14:59 (UTC) by costor)
@viktoracoric That patch changes the config directory to
$XDG_CONFIG_HOME/.pokerth/
whenXDG_CONFIG_HOME
is defined, which is wrong. Programs shouldn't be hidden in that directory. The correct path would be$XDG_CONFIG_HOME/pokerth/
. So without the dot beforepokerth
.blacktav commented on 2023-09-06 09:35 (UTC)
@viktoacoric thanks; patch incorporated in release 28
viktoracoric commented on 2023-09-05 21:14 (UTC)
Hey mate, here's a patch you can add, it solves annoying lack of XDG Base Dir specification. If somebody doesn't have it defined, everything stays the same, people who do have it defined will finally be able to "mv ~/.pokerth $XDG_CONFIG_HOME" :)
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »