Search Criteria
Package Details: gamehub 0.16.0.1-1
Git Clone URL: | https://aur.archlinux.org/gamehub.git (read-only, click to copy) |
---|---|
Package Base: | gamehub |
Description: | Games manager, downloader, library that supports GOG, Steam and Humble Bundle |
Upstream URL: | https://tkashkin.tk/projects/gamehub/ |
Keywords: | Games GOG Humble Steam |
Licenses: | |
Submitter: | twisty |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 16 |
Popularity: | 1.00 |
First Submitted: | 2018-07-20 12:25 |
Last Updated: | 2020-08-17 14:08 |
Dependencies (12)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- json-glib (json-glib-git)
- libgee (libgee-git)
- libmanette
- libsoup (libsoup-gnome-git, libsoup-gnome)
- libxtst
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
Latest Comments
1 2 Next › Last »
ManiacOfMadness commented on 2020-07-17 11:25
I'd like to suggest adding butler or itch as an optional dependency for itch.io support.
I am personally using butler and everything works as expected.
djazz commented on 2019-07-29 08:18
Ah, i got
Package egl was not found in the pkg-config search path. Package 'egl', required by 'epoxy', not found
running that. That file is part of mesa, and I have a custom mesa installed, I guess that's missing, see https://aur.archlinux.org/packages/mesa-aco-git/#comment-701624Hmmm...
tkashkin commented on 2019-07-28 22:09
@djazz
pkg-config --cflags --libs gdk-3.0
should either return cflags or show what's wrong. It should look similar todjazz commented on 2019-07-28 21:59
/usr/lib/pkgconfig/gdk-3.0.pc exists in filesystem
Anonymous comment on 2019-07-20 15:59
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. ==> ERROR: Failure while downloading https://github.com/tkashkin/GameHub/archive/0.14.2-1-master.tar.gz Aborting... Error downloading sources: gamehub
yochananmarqos commented on 2019-06-28 01:01
granite
is no longer needed.BluePeril commented on 2019-01-28 20:49
Updated PKGBUILD: https://pastebin.com/zd8A54VW
tkashkin commented on 2018-12-22 14:45
@Snuggle I'm thinking about this. See https://github.com/tkashkin/GameHub/issues/156
The main problem of me maintaining an AUR package(s) is that I have not used Arch for a few years and I don't know too much about AUR, pacman, etc.
Snuggle commented on 2018-12-22 14:19
@tkashkin Perhaps you'd be better suited to maintain this package?
tkashkin commented on 2018-07-26 11:53
@twisty
You should not do
in
package()
.package()
is meant to prepare package contents in$pkgdir
,$pkgdir
will be/
when package is installed. If you want to have symlink, you should probably do