From efbeb40e3e189334359272cd014c1c0348307d09 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: Fri, 23 Aug 2024 12:41:32 +0300 Subject: [PATCH 01/12] gamemode - 1.8.1 --- gamemode/alr.sh | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 gamemode/alr.sh diff --git a/gamemode/alr.sh b/gamemode/alr.sh new file mode 100644 index 0000000..bc87a49 --- /dev/null +++ b/gamemode/alr.sh @@ -0,0 +1,50 @@ +name='gamemode' +version='1.8.1' +release='1' +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="Евгений Храмов " +architectures=('amd64') +license=('BSD-3-Clause') +provides=('gamemode') +conflicts=('gamemode' 'gamemode-bin' 'gamemode-git') + +deps=( + 'glibc' + 'dbus-libs' + 'inih' + 'systemd-libs' + 'polkit' +) +deps_arch=( + 'glibc' + 'libdbus-1.so' + 'libinih' + 'libsystemd.so' + 'polkit' +) +build_deps=( + 'git' + 'meson' + 'appstream' + 'dbus-devel' + 'inih-devel' +) + +sources=("git+https://github.com/FeralInteractive/gamemode.git#tag=v${version}") +checksums=('SKIP') + +build() { + cd ${srcdir} + meson gamemode build --libexecdir /usr/lib/gamemode -Dwith-examples=false + meson compile -C build +} + +check() { + meson test -C build --print-errorlogs +} + +package() { + meson install -C build --destdir "${pkgdir}" + install-license gamemode/LICENSE.txt ./gamemode/LICENSE +} From d555588b8be2c7762a5c8e755623f3d28fe95f11 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2=20=28xpamych=29?= Date: Fri, 23 Aug 2024 17:32:52 +0300 Subject: [PATCH 02/12] discord 0.0.65 --- discord-bin/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-bin/alr.sh b/discord-bin/alr.sh index 784bc62..027244f 100755 --- a/discord-bin/alr.sh +++ b/discord-bin/alr.sh @@ -1,5 +1,5 @@ name='discord-bin' -version='0.0.64' +version='0.0.65' release='1' desc='Discord (popular voice + video app) using the system provided electron for increased security and performance' homepage='https://discord.com/' From 78dbcbbabdccc8a641a856c49dee528f434da692 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2=20=28xpamych=29?= Date: Fri, 23 Aug 2024 17:33:46 +0300 Subject: [PATCH 03/12] =?UTF-8?q?fastfetch=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20cmake=20=D0=B2=20buil=5F?= =?UTF-8?q?deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastfetch/alr.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastfetch/alr.sh b/fastfetch/alr.sh index c3535a7..4c432c3 100644 --- a/fastfetch/alr.sh +++ b/fastfetch/alr.sh @@ -9,6 +9,9 @@ license=('MIT') provides=('fastfetch') conflicts=('fastfetch' 'fastfetch-git') +build_deps=( + 'cmake' +) opt_deps=('chafa: Image output as ascii art' 'dbus: Bluetooth, Player & Media detection' 'dconf: Needed for values that are only stored in DConf + Fallback for GSettings' From 12ce99137824fefea9cf6ae617501a41f3b08b71 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 24 Aug 2024 13:07:49 +0300 Subject: [PATCH 04/12] alr-bin 0.0.2 --- alr-bin/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alr-bin/alr.sh b/alr-bin/alr.sh index 279f4ae..39445c1 100644 --- a/alr-bin/alr.sh +++ b/alr-bin/alr.sh @@ -1,6 +1,6 @@ name='alr-bin' -version='0.0.1' -release='2' +version='0.0.2' +release='1' desc='Any Linux Repository' homepage='https://gitverse.ru/sc/Xpamych/ALR' maintainer_ru='Евгений Храмов ' From 63ebf6ecee481df94b6af7760601ecaa40dabc97 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 24 Aug 2024 13:08:43 +0300 Subject: [PATCH 05/12] go-bin 1.23.0 --- go-bin/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-bin/alr.sh b/go-bin/alr.sh index 1ed5f1c..a156d66 100644 --- a/go-bin/alr.sh +++ b/go-bin/alr.sh @@ -1,5 +1,5 @@ name="go-bin" -version='1.22.5' +version='1.23.0' release='1' desc="Compiler and tools for the Go programming language" desc_ru="Компилятор и инструменты для языка программирования Go" From 56aa01e6efef261251d1ffa75d17735501913d98 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 24 Aug 2024 13:07:49 +0300 Subject: [PATCH 06/12] alr-bin 0.0.2 --- alr-bin/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alr-bin/alr.sh b/alr-bin/alr.sh index 279f4ae..39445c1 100644 --- a/alr-bin/alr.sh +++ b/alr-bin/alr.sh @@ -1,6 +1,6 @@ name='alr-bin' -version='0.0.1' -release='2' +version='0.0.2' +release='1' desc='Any Linux Repository' homepage='https://gitverse.ru/sc/Xpamych/ALR' maintainer_ru='Евгений Храмов ' From ff5ebbadba29e579fb7817999c0238acd25d9872 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 24 Aug 2024 13:08:43 +0300 Subject: [PATCH 07/12] go-bin 1.23.0 --- go-bin/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-bin/alr.sh b/go-bin/alr.sh index 1ed5f1c..a156d66 100644 --- a/go-bin/alr.sh +++ b/go-bin/alr.sh @@ -1,5 +1,5 @@ name="go-bin" -version='1.22.5' +version='1.23.0' release='1' desc="Compiler and tools for the Go programming language" desc_ru="Компилятор и инструменты для языка программирования Go" From 1ad693d268e63b7db9d1efd0d86cd420af9c9bd8 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 24 Aug 2024 13:52:49 +0300 Subject: [PATCH 08/12] firefox-bin 129.0.2 --- firefox-bin/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox-bin/alr.sh b/firefox-bin/alr.sh index 6cf674f..fc08ea0 100644 --- a/firefox-bin/alr.sh +++ b/firefox-bin/alr.sh @@ -1,5 +1,5 @@ name='firefox-bin' -version='129.0.1' +version='129.0.2' release='1' desc='Fast, Private & Safe Web Browser.' homepage='https://www.mozilla.org/firefox/' From 61e4b7475fd5b9e193162b8668f9e3dab9f2753e 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 24 Aug 2024 13:53:14 +0300 Subject: [PATCH 09/12] gamemode-lib32 1.8.1 --- gamemode-lib32/alr.sh | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 gamemode-lib32/alr.sh diff --git a/gamemode-lib32/alr.sh b/gamemode-lib32/alr.sh new file mode 100644 index 0000000..66a1506 --- /dev/null +++ b/gamemode-lib32/alr.sh @@ -0,0 +1,50 @@ +name='gamemode-lib32' +version='1.8.1' +release='1' +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="Евгений Храмов " +architectures=('amd64') +license=('BSD-3-Clause') +provides=('gamemode') +conflicts=('gamemode' 'gamemode-bin' 'gamemode-git') + +deps=( + 'lib32-dbus' + 'lib32-glibc' + 'lib32-systemd' +) +deps_arch=( + 'lib32-dbus' + 'lib32-glibc' + 'lib32-systemd' + +) +build_deps=( + 'git' + 'meson' + 'appstream' +) + +sources=("git+https://github.com/FeralInteractive/gamemode.git#tag=v${version}") +checksums=('SKIP') + +build() { + cd ${srcdir} + export CC='gcc -m32' + export PKG_CONFIG_PATH=/usr/lib32/pkgconfig + meson gamemode build --libdir /usr/lib32 -Dwith-examples=false -Dwith-sd-bus-provider=no-daemon -Dwith-util=false + meson compile -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="${pkgdir}" meson install -C build + rm -rf "${pkgdir}"/{etc,usr/include} + install -dm 755 "${pkgdir}"/usr/share/licenses + ln -s gamemode "${pkgdir}"/usr/share/licenses/lib32-gamemode +} + From 1a67453894e0fdb1502437c8a79ffe942a4a18f9 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 25 Aug 2024 13:36:10 +0300 Subject: [PATCH 10/12] gamemode 1.8.1 --- gamemode-lib32/alr.sh | 19 +++++++++++-------- gamemode/alr.sh | 5 +++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/gamemode-lib32/alr.sh b/gamemode-lib32/alr.sh index 66a1506..ab8736e 100644 --- a/gamemode-lib32/alr.sh +++ b/gamemode-lib32/alr.sh @@ -6,22 +6,25 @@ homepage='https://github.com/FeralInteractive/gamemode' maintainer="Евгений Храмов " architectures=('amd64') license=('BSD-3-Clause') -provides=('gamemode') -conflicts=('gamemode' 'gamemode-bin' 'gamemode-git') +provides=('libgamemode.so' 'libgamemodeauto.so') +conflicts=('gamemode-lib32' 'gamemode-lib32-bin' 'gamemode-lib32-git') deps=( - 'lib32-dbus' - 'lib32-glibc' - 'lib32-systemd' + 'dbus(x86-32)' + 'glibc(x86-32)' + 'systemd(x86-32)' ) deps_arch=( 'lib32-dbus' 'lib32-glibc' 'lib32-systemd' - ) + build_deps=( 'git' + 'glibc-devel(x86-32)' + 'libstdc++-devel(x86-32)' + 'dbus-libs(x86-32)' 'meson' 'appstream' ) @@ -32,8 +35,8 @@ checksums=('SKIP') build() { cd ${srcdir} export CC='gcc -m32' - export PKG_CONFIG_PATH=/usr/lib32/pkgconfig - meson gamemode build --libdir /usr/lib32 -Dwith-examples=false -Dwith-sd-bus-provider=no-daemon -Dwith-util=false + export PKG_CONFIG_PATH=/usr/lib/pkgconfig + meson gamemode build --libdir /usr/lib -Dwith-examples=false -Dwith-sd-bus-provider=no-daemon -Dwith-util=false meson compile -C build } diff --git a/gamemode/alr.sh b/gamemode/alr.sh index bc87a49..20755a0 100644 --- a/gamemode/alr.sh +++ b/gamemode/alr.sh @@ -6,7 +6,7 @@ homepage='https://github.com/FeralInteractive/gamemode' maintainer="Евгений Храмов " architectures=('amd64') license=('BSD-3-Clause') -provides=('gamemode') +provides=('libgamemode.so' 'libgamemodeauto.so') conflicts=('gamemode' 'gamemode-bin' 'gamemode-git') deps=( @@ -36,7 +36,8 @@ checksums=('SKIP') build() { cd ${srcdir} - meson gamemode build --libexecdir /usr/lib/gamemode -Dwith-examples=false + export PKG_CONFIG_PATH=/usr/lib64/pkgconfig + meson gamemode build --libexecdir /usr/lib64/gamemode -Dwith-examples=false meson compile -C build } From 0c6a3f47b1d306dd02ba0433c9f8c1da6b36522f 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 25 Aug 2024 13:39:57 +0300 Subject: [PATCH 11/12] gamemode 1.8.1 --- gamemode-lib32/alr.sh | 2 +- gamemode/alr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemode-lib32/alr.sh b/gamemode-lib32/alr.sh index ab8736e..f961460 100644 --- a/gamemode-lib32/alr.sh +++ b/gamemode-lib32/alr.sh @@ -1,5 +1,5 @@ name='gamemode-lib32' -version='1.8.1' +version='1.8.2' release='1' 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' diff --git a/gamemode/alr.sh b/gamemode/alr.sh index 20755a0..8780d92 100644 --- a/gamemode/alr.sh +++ b/gamemode/alr.sh @@ -1,5 +1,5 @@ name='gamemode' -version='1.8.1' +version='1.8.2' release='1' 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' From d0cf6f3d051773a0af9b182acee05fcb560944f3 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 25 Aug 2024 13:44:43 +0300 Subject: [PATCH 12/12] Revert "name='discord-bin'" This reverts commit a9148bbb9165a80ad186805fe1b5ff8f16da0a74. --- discord-bin/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-bin/alr.sh b/discord-bin/alr.sh index 027244f..784bc62 100755 --- a/discord-bin/alr.sh +++ b/discord-bin/alr.sh @@ -1,5 +1,5 @@ name='discord-bin' -version='0.0.65' +version='0.0.64' release='1' desc='Discord (popular voice + video app) using the system provided electron for increased security and performance' homepage='https://discord.com/'