From 60a1af014d452ac86717e3cf19139b2377eb70e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Mon, 26 Aug 2024 11:12:06 +0300 Subject: [PATCH 1/2] fastfetch - 2.22.0 --- fastfetch/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/alr.sh b/fastfetch/alr.sh index 4c432c3..cf86e10 100644 --- a/fastfetch/alr.sh +++ b/fastfetch/alr.sh @@ -1,5 +1,5 @@ name='fastfetch' -version='2.21.3' +version='2.22.0' release='1' desc='Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.' homepage='https://github.com/fastfetch-cli/fastfetch' From ccca1e4599a54aed7dbc40280bd05e48621f04c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Mon, 26 Aug 2024 11:32:54 +0300 Subject: [PATCH 2/2] =?UTF-8?q?gamemode=20-=201.8.2-2=20=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B5?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamemode-lib32/alr.sh | 3 ++- gamemode/alr.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gamemode-lib32/alr.sh b/gamemode-lib32/alr.sh index f961460..ef57275 100644 --- a/gamemode-lib32/alr.sh +++ b/gamemode-lib32/alr.sh @@ -1,6 +1,6 @@ name='gamemode-lib32' 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' homepage='https://github.com/FeralInteractive/gamemode' maintainer="Евгений Храмов " @@ -25,6 +25,7 @@ build_deps=( 'glibc-devel(x86-32)' 'libstdc++-devel(x86-32)' 'dbus-libs(x86-32)' + 'systemd-devel(x86-32)' 'meson' 'appstream' ) diff --git a/gamemode/alr.sh b/gamemode/alr.sh index 8780d92..eca995e 100644 --- a/gamemode/alr.sh +++ b/gamemode/alr.sh @@ -1,6 +1,6 @@ name='gamemode' 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' homepage='https://github.com/FeralInteractive/gamemode' maintainer="Евгений Храмов " @@ -29,6 +29,7 @@ build_deps=( 'appstream' 'dbus-devel' 'inih-devel' + 'systemd-devel' ) sources=("git+https://github.com/FeralInteractive/gamemode.git#tag=v${version}")