gamemode: update to 1.7
This commit is contained in:
parent
c122617aa5
commit
7020500ffb
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'gamemode'
|
||||
pkgname=gamemode
|
||||
version=1.6.1
|
||||
version=1.7
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dwith-sd-bus-provider=elogind"
|
||||
configure_args="-Dwith-sd-bus-provider=elogind -Dwith-pam-group=gamemode"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="inih-devel dbus-devel elogind-devel"
|
||||
depends="lib${pkgname}>=${version}_${revision}"
|
||||
|
@ -11,8 +11,10 @@ short_desc="Optimise Linux system performance on demand"
|
|||
maintainer="Kenneth Dodrill <hello@kennydodrill.com>"
|
||||
license="BSD-3-Clause"
|
||||
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"
|
||||
checksum=4377b88b5147ebf8d3f9a7a1f94c6d00f1e9624cd171d5af942ce9766be3747f
|
||||
checksum=8a1718c657cb1d3c8269edfd397faf3cb41fccd885198ef0225bf8f82217c42f
|
||||
system_groups=gamemode
|
||||
|
||||
post_install() {
|
||||
vsconf example/gamemode.ini
|
||||
|
|
Loading…
Reference in New Issue