From 41d79a97cfd0ff50f97451f1ff32d73abc5cfc09 Mon Sep 17 00:00:00 2001 From: dslm4515 <27793627+dslm4515@users.noreply.github.com> Date: Sat, 6 Sep 2025 16:32:29 -0500 Subject: [PATCH] Upgraded gtk-layer-shell from 0.8.2 ro 0.9.2 --- build-scripts/gtk-layer-shell.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-scripts/gtk-layer-shell.build b/build-scripts/gtk-layer-shell.build index 54532fd..611f7da 100644 --- a/build-scripts/gtk-layer-shell.build +++ b/build-scripts/gtk-layer-shell.build @@ -1,7 +1,7 @@ #! /bin/bash # GTK-Layer-Shell -# Source: https://github.com/wmww/gtk-layer-shell/archive/refs/tags/v0.8.2.tar.gz +# Source: https://github.com/wmww/gtk-layer-shell/archive/refs/tags/v0.9.2.tar.gz # # $BUILD = Directory to temporarily install # $PKGS = Directory to store built packages @@ -16,6 +16,8 @@ export CFLAGS="-march=native -pipe " export CFLAGS+="-O3 -ffat-lto-objects -flto=4 " export LDFLAGS="-flto=4 -Wl,-O2 -Wl,--as-needed " +export PVER="0.9.2" + meson --prefix=/usr -Dvapi=false BUILD ninja -C BUILD -j2 @@ -42,5 +44,5 @@ gtk-layer-shell: gtk-layer-shell: EOF sudo -S mv -v /tmp/slack-desc install/ && -sudo -S makepkg -l y -c n $PKGS/gtk-layer-shell-0.8.2-$PSUFFIX && +sudo -S makepkg -l y -c n $PKGS/gtk-layer-shell-$PVER-$PSUFFIX && sudo -S rm -rf ${BUILD}/*