summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-util/gamemode: Drop old 1.6.1James Le Cuirot2022-10-013-168/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/gamemode: Don't build utils for the non-native ABIJames Le Cuirot2022-10-012-0/+4
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/gamemode: fix build w/ glibc 2.36Sam James2022-08-242-0/+21
| | | | | Closes: https://bugs.gentoo.org/863995 Signed-off-by: Sam James <sam@gentoo.org>
* games-util/gamemode: Bump to 1.7, don't install static lib, EAPI 8James Le Cuirot2022-08-064-14/+169
| | | | | Closes: https://bugs.gentoo.org/745096 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/gamemode: Fix build on muslAlfred Persson Forsberg2022-07-152-0/+41
| | | | | | | | | | | | | | | | | | | This simple patch includes signal.h in daemon/gamemode-context.c to fix building gamemode on musl libc. This has been tested Gentoo musl and Alpine (also Gentoo glibc to ensure no multiple defined symbols/other errors for glibc). > ../daemon/gamemode-context.c: In function 'game_mode_context_auto_expire': > ../daemon/gamemode-context.c:421:29: error: implicit declaration of function 'kill' [-Werror=implicit-function-declaration] > 421 | if (kill(client->pid, 0) != 0) { > | ^~~~ > ../daemon/gamemode-context.c:421:29: warning: nested extern declaration of 'kill' [-Wnested-externs] https://github.com/FeralInteractive/gamemode/pull/368 Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Closes: https://github.com/gentoo/gentoo/pull/26234 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-util/gamemode: Switch to meson-multilibMatt Turner2021-06-032-14/+4
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/gamemode: Drop oldKai Krakow2021-02-242-132/+0
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kai Krakow <kai@kaishome.de> Closes: https://github.com/gentoo/gentoo/pull/19527 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: Bump to 1.6.1Kai Krakow2021-02-242-0/+132
| | | | | | | Closes: https://bugs.gentoo.org/771351 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: Update version requirements on -9999Kai Krakow2021-02-241-2/+2
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: drop note about ck-sourcesJoonas Niilola2020-12-292-4/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: fix typo with ck-sourcesJoonas Niilola2020-09-282-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: Drop oldKai Krakow2020-09-282-106/+0
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kai Krakow <kai@kaishome.de> Closes: https://github.com/gentoo/gentoo/pull/13158 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: Bump to 1.6Kai Krakow2020-09-282-0/+133
| | | | | | | Closes: https://bugs.gentoo.org/696460 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: Update 9999 ebuildKai Krakow2020-09-281-17/+44
| | | | | | | | | | | | This updates the 9999 version to reflect the changes from upstream. This also hacks around a header problem in multilib and removes the hard dependency on systemd. Closes: https://bugs.gentoo.org/722884 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/gamemode: Depend on polkit for pkexecKai Krakow2018-10-112-8/+14
| | | | | | | | | GameMode runs pkexec to start elevated processes. Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10040
* games-util/gamemode: New ebuild suggestionKai Krakow2018-09-244-0/+221
GameMode from Feral Interactive is a systemd daemon allowing games to adjust the system to performance mode. It is supported by newer Feral titles and also supports other games by preloading a lib. Closes: https://bugs.gentoo.org/652906 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Signed-off-by: Kai Krakow <kai@kaishome.de> Co-authored-by: Mike Lothian <mike@fireburn.co.uk> Co-authored-by: Erik Badman <erik.badman@yahoo.com> Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9700