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: | 18 |
Popularity: | 1.43 |
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-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- 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
« First ‹ Previous 1 2
twisty commented on 2018-07-26 11:08
@tkashkin
Thanks for that, works much better now (just tested on a fresh Arch install to be sure).
tkashkin commented on 2018-07-25 13:02
I have tested it in VM and locales did not work. It should be like this (I did a mistake in DESTDIR before):
Also you should not remove post_install script, it does nothing if DESTDIR is set and resulting package contains no caches. https://wiki.archlinux.org/index.php/Creating_packages#build.28.29
twisty commented on 2018-07-24 12:11
Indeed it can be updated with $pkgver. Added this with the new update. Loving how quickly you are adding new features to GameHub!
parkerlreed commented on 2018-07-24 11:13
Along with the new release, the URL can use the same pkgver
to
twisty commented on 2018-07-23 13:14
Updated the build to account for the extra files during post_install.py. Should build fine now, please let me know if there are any more problems.
twisty commented on 2018-07-23 03:57
Unfortunately using
DESTDIR=$pkgdir/usr
withninja install
results in the eventual package wanting to install everything under/usr/home/twisty/..
which is not what we want. Doing this however does prevent the extra files being generated in the package which is an interesting bug.Editing the post_install.py to remove it's functionality also generates the correct package without the extra files.
tkashkin commented on 2018-07-22 15:24
ninja install
should be called withDESTDIR
env variable. https://github.com/tkashkin/GameHub/blob/master/meson/post_install.pyI think it should be like this:
parkerlreed commented on 2018-07-22 08:22
Why is this trying to overwrite files that should be generated anyways?