Package Details: gamehub-git 0.16.3.6.dev.r1.gfaf18ae-2

Git Clone URL: https://aur.archlinux.org/gamehub-git.git (read-only, click to copy)
Package Base: gamehub-git
Description: Games manager, downloader, library that supports GOG, Steam and Humble Bundle
Upstream URL: https://tkashkin.github.io/projects/gamehub/
Keywords: bundle elementary gamehub games gog humble manager pantheon steam vala
Licenses: GPL3
Conflicts: gamehub
Provides: gamehub
Submitter: btd1337
Maintainer: tkashkin (neuromancer, FabioLolix)
Last Packager: FabioLolix
Votes: 10
Popularity: 0.012818
First Submitted: 2018-08-25 05:53 (UTC)
Last Updated: 2023-04-12 21:31 (UTC)

Pinned Comments

FabioLolix commented on 2022-05-01 13:17 (UTC)

Currently fails to build with vala (0.56.1) and vala-git, uploaded vala0.54 to the AUR

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

matthias.lisin commented on 2020-04-05 18:30 (UTC)

Hello you three maintainers, thanks for packaging this.

Is there a reason for compiling it without optimizations and as a debug-version? Not familiar with vala but I assume there is a small performance-impact compared to a plain build.

Btw. the meson package provides a wrapper called arch-meson which set's some recommended flags for arch packaging. Would it be possible to use it?

whitelynx commented on 2019-12-18 23:16 (UTC)

I was able to get this to build and install; it just required one change to the source:

diff --git a/meson/post_install.py b/meson/post_install.py index dfb71eb..1abbddf 100644 --- a/meson/post_install.py +++ b/meson/post_install.py @@ -9,7 +9,8 @@ bindir = os.path.join(prefix, 'bin') schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')

if os.environ.get('MESON_INSTALL_DESTDIR_PREFIX'): - subprocess.call(['ln', '-s', 'com.github.tkashkin.gamehub', os.path.join(os.environ.get('MESON_INSTALL_DESTDIR_PREFIX'), 'bin', 'gamehub')]) + #subprocess.call(['ln', '-s', 'com.github.tkashkin.gamehub', os.path.join(os.environ.get('MESON_INSTALL_DESTDIR_PREFIX'), 'bin', 'gamehub')]) + pass

if not os.environ.get('DESTDIR'): print('Updating icon cache...')

Apparently the build system already takes care of symlinking the executable, but that fails because this postinstall script already symlinked to the same place.

fettouhi commented on 2019-11-30 05:20 (UTC) (edited on 2019-12-12 07:33 (UTC) by fettouhi)

Can anyone get this to build since Arch introduced Python 3.8?

yochananmarqos commented on 2019-06-28 01:01 (UTC)

granite is no longer needed.

fettouhi commented on 2019-04-06 14:26 (UTC)

@FabioLolix No my mistaske. It builds now after installing. Don't know if it should be added to the makedepends list?

FabioLolix commented on 2019-04-06 14:03 (UTC)

@fetthui perl-xml-parser is a deps for intltool, do you have it installed?

fettouhi commented on 2019-04-06 13:55 (UTC)

Can't get libunity to build fails at this point "checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool"

Jimi-James commented on 2019-03-29 17:14 (UTC)

Newest commit now depends on libunity (https://github.com/tkashkin/GameHub/issues/227#issuecomment-478076589)

friday commented on 2019-02-26 08:45 (UTC)

The comments below should be ignored. This is a new package with the same name as the old one and with new maintainers. Apart from optional dependencies everything should be solved.

yochananmarqos commented on 2019-01-28 23:04 (UTC) (edited on 2019-01-28 23:06 (UTC) by yochananmarqos)

Could you symlink the binary?

ln -s com.github.$_author.$_auxname $pkgdir/usr/bin/$_auxname