mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gamemode: update to 1.7
This commit is contained in:
parent
c122617aa5
commit
7020500ffb
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'gamemode'
|
# Template file for 'gamemode'
|
||||||
pkgname=gamemode
|
pkgname=gamemode
|
||||||
version=1.6.1
|
version=1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith-sd-bus-provider=elogind"
|
configure_args="-Dwith-sd-bus-provider=elogind -Dwith-pam-group=gamemode"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="inih-devel dbus-devel elogind-devel"
|
makedepends="inih-devel dbus-devel elogind-devel"
|
||||||
depends="lib${pkgname}>=${version}_${revision}"
|
depends="lib${pkgname}>=${version}_${revision}"
|
||||||
|
@ -11,8 +11,10 @@ short_desc="Optimise Linux system performance on demand"
|
||||||
maintainer="Kenneth Dodrill <hello@kennydodrill.com>"
|
maintainer="Kenneth Dodrill <hello@kennydodrill.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/FeralInteractive/gamemode"
|
homepage="https://github.com/FeralInteractive/gamemode"
|
||||||
|
changelog="https://raw.githubusercontent.com/FeralInteractive/gamemode/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/FeralInteractive/gamemode/archive/${version}.tar.gz"
|
distfiles="https://github.com/FeralInteractive/gamemode/archive/${version}.tar.gz"
|
||||||
checksum=4377b88b5147ebf8d3f9a7a1f94c6d00f1e9624cd171d5af942ce9766be3747f
|
checksum=8a1718c657cb1d3c8269edfd397faf3cb41fccd885198ef0225bf8f82217c42f
|
||||||
|
system_groups=gamemode
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf example/gamemode.ini
|
vsconf example/gamemode.ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue