gamemode - 1.8.2-2 коректировка зависимостей
This commit is contained in:
parent
60a1af014d
commit
ccca1e4599
@ -1,6 +1,6 @@
|
|||||||
name='gamemode-lib32'
|
name='gamemode-lib32'
|
||||||
version='1.8.2'
|
version='1.8.2'
|
||||||
release='1'
|
release='2'
|
||||||
desc='A daemon/lib combo that allows games to request a set of optimisations be temporarily applied to the host OS'
|
desc='A daemon/lib combo that allows games to request a set of optimisations be temporarily applied to the host OS'
|
||||||
homepage='https://github.com/FeralInteractive/gamemode'
|
homepage='https://github.com/FeralInteractive/gamemode'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -25,6 +25,7 @@ build_deps=(
|
|||||||
'glibc-devel(x86-32)'
|
'glibc-devel(x86-32)'
|
||||||
'libstdc++-devel(x86-32)'
|
'libstdc++-devel(x86-32)'
|
||||||
'dbus-libs(x86-32)'
|
'dbus-libs(x86-32)'
|
||||||
|
'systemd-devel(x86-32)'
|
||||||
'meson'
|
'meson'
|
||||||
'appstream'
|
'appstream'
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name='gamemode'
|
name='gamemode'
|
||||||
version='1.8.2'
|
version='1.8.2'
|
||||||
release='1'
|
release='2'
|
||||||
desc='A daemon/lib combo that allows games to request a set of optimisations be temporarily applied to the host OS'
|
desc='A daemon/lib combo that allows games to request a set of optimisations be temporarily applied to the host OS'
|
||||||
homepage='https://github.com/FeralInteractive/gamemode'
|
homepage='https://github.com/FeralInteractive/gamemode'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -29,6 +29,7 @@ build_deps=(
|
|||||||
'appstream'
|
'appstream'
|
||||||
'dbus-devel'
|
'dbus-devel'
|
||||||
'inih-devel'
|
'inih-devel'
|
||||||
|
'systemd-devel'
|
||||||
)
|
)
|
||||||
|
|
||||||
sources=("git+https://github.com/FeralInteractive/gamemode.git#tag=v${version}")
|
sources=("git+https://github.com/FeralInteractive/gamemode.git#tag=v${version}")
|
||||||
|
Loading…
Reference in New Issue
Block a user