Search Criteria
Package Details: arenatracker-bin 25.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/arenatracker-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | arenatracker-bin |
| Description: | Tracks your Hearthstone Arena matches and cards. |
| Upstream URL: | https://github.com/supertriodo/Arena-Tracker/ |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | arenatracker, arenatracker-git |
| Provides: | arenatracker |
| Submitter: | Strit |
| Maintainer: | Strit |
| Last Packager: | Strit |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-03-06 15:38 (UTC) |
| Last Updated: | 2025-11-03 19:18 (UTC) |
Dependencies (15)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- libice
- libsm
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-multimedia
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
Latest Comments
deemon commented on 2023-11-13 13:49 (UTC) (edited on 2023-11-14 17:41 (UTC) by deemon)
this program ignores the linux keyboard layout and uses US layout instead. (manifested when you try to manually enter card names.)
Strit commented on 2023-09-04 13:11 (UTC)
@Rift It's also present in the regular gtk2 package. Will add it to dependencies when I get back home. Thanks for reporting.
Rift commented on 2023-09-04 08:08 (UTC)
ArenaTracker: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory
“sudo pacman -S lib32-gtk2” can fix it
Strit commented on 2023-06-01 14:07 (UTC)
@deemon Thanks for the report. Added openssl-1.0 as a dependency for now.
deemon commented on 2023-06-01 12:54 (UTC)
/usr/bin/ArenaTracker: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directorydeemon commented on 2020-03-14 14:35 (UTC)
8.1 is out. Could we get update please?
optizen commented on 2018-10-20 20:46 (UTC) (edited on 2018-10-20 20:46 (UTC) by optizen)
I had a bunch of these errors:
qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_methodqt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_initBut most importantly, the application failed to contact api.hearthstonejson.com for an updated .json:
MainWindow: <https://api.hearthstonejson.com/v1/latest/all/cards.json> --> Failed. Retrying...Installing
openssl-1.0solved it:MainWindow: Extra: Json Cards --> Latest version: <https://api.hearthstonejson.com/v1/27358/all/cards.json>Strit commented on 2018-10-20 18:50 (UTC)
Your link refers to the AppImage requiring openssl-1.0. Not the static version, which this is.
If you have issues running this package, please post any errors.
optizen commented on 2018-10-20 17:14 (UTC) (edited on 2018-10-20 17:15 (UTC) by optizen)
It needs
openssl-1.0as suggested by developer in issue #101.