Package Details: fastgame-git 0.2.0.r2.ga8cae63-1

Git Clone URL: https://aur.archlinux.org/fastgame-git.git (read-only, click to copy)
Package Base: fastgame-git
Description: Optimize system performance for games
Upstream URL: https://github.com/wwmm/fastgame
Licenses: GPL3
Conflicts: fastgame
Provides: fastgame
Submitter: wwmm
Maintainer: wwmm
Last Packager: wwmm
Votes: 3
Popularity: 1.11
First Submitted: 2019-08-27 18:49 (UTC)
Last Updated: 2022-03-13 14:15 (UTC)

Latest Comments

wwmm commented on 2022-12-15 14:52 (UTC)

Thanks @mihalycsaba. I have updated our master branch fixing this bug.

mihalycsaba commented on 2022-12-15 14:25 (UTC)

Tried launching it

[csaba@csaba-mini ~]$ fastgame

(fastgame:32112): Gtk-WARNING **: 16:24:41.107: Theme parser error: gtk.css:1863:3-26: No property named "-GtkArrow-arrow-scaling"

(fastgame:32112): Gtk-WARNING **: 16:24:41.109: Theme parser error: gtk.css:4677:31-35: Junk at end of value for -gtk-icon-shadow

(fastgame:32112): Gtk-WARNING **: 16:24:41.109: Theme parser error: gtk.css:4681:31-35: Junk at end of value for -gtk-icon-shadow

(fastgame:32112): Gtk-WARNING **: 16:24:41.110: Theme parser error: gtk.css:4935:21-28: Expected a valid color.

(fastgame:32112): Gtk-WARNING **: 16:24:41.110: Theme parser error: gtk.css:5029:21-28: Expected a valid color.

(fastgame:32112): Gtk-WARNING **: 16:24:41.110: Theme parser error: gtk.css:5159:21-28: Expected a valid color.

(fastgame:32112): Gtk-WARNING **: 16:24:41.110: Theme parser error: gtk.css:5247:20-21: Unit is missing.
filesystem error: directory iterator cannot open directory: No such file or directory [/home/csaba/.config/fastgame]

wwmm commented on 2022-03-13 14:17 (UTC)

Thanks @snogard. I forgot about udisk2. Iadded it to the pkgbuild now.

snogard commented on 2022-03-13 02:34 (UTC) (edited on 2022-03-13 02:34 (UTC) by snogard)

I think udisks2 is a required dependency that should be added. If i try to build without it i get this error:

Run-time dependency udisks2 found: NO (tried pkgconfig)
fastgame/src/meson.build:29:0: ERROR: Dependency "udisks2" not found, tried pkgconfig

wwmm commented on 2022-03-02 14:58 (UTC)

The process failed with the error messages "cmake not found"

I removed cmake from my system with sudo pacman -Rsn cmake and FastGame compiled without problems. As expected. I wonder why on your computer there was an error about cmake.

dr460nf1r3 commented on 2022-03-02 14:46 (UTC)

The process failed with the error messages "cmake not found" so I think its safe to assume its needed, especially building suceeded after adding it?

wwmm commented on 2022-02-27 14:11 (UTC)

Thanks dr460nf1r3. I updated the pkgbuild including libadwaita. I did not understand why cmake would be needed. At least on Meson output it does not seem to be searching for cmake.

dr460nf1r3 commented on 2022-02-27 09:59 (UTC)

Libadwaita needs to be added to depends, cmake to makedepends.