From 9afbf57b25f1d3c954ec808253ea669c03b86830 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Fri, 27 Sep 2024 18:50:18 +0300 Subject: [PATCH] update for 47 --- .github/release-nest-v3 | 2 +- gnome-shell-extension-pop-shell/debian/changelog | 2 +- gnome-shell-extension-pop-shell/debian/control | 3 ++- .../extensions/pop-shell@system76.com/metadata.json | 3 ++- main.sh | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 00750ed..b8626c4 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -3 +4 diff --git a/gnome-shell-extension-pop-shell/debian/changelog b/gnome-shell-extension-pop-shell/debian/changelog index 4092fbb..e58688f 100644 --- a/gnome-shell-extension-pop-shell/debian/changelog +++ b/gnome-shell-extension-pop-shell/debian/changelog @@ -1,4 +1,4 @@ -gnome-shell-extension-pop-shell (46.0-101pika1) pika; urgency=medium +gnome-shell-extension-pop-shell (47.0-101pika1) pika; urgency=medium * Initial Creation diff --git a/gnome-shell-extension-pop-shell/debian/control b/gnome-shell-extension-pop-shell/debian/control index d27abd0..7ecea6a 100644 --- a/gnome-shell-extension-pop-shell/debian/control +++ b/gnome-shell-extension-pop-shell/debian/control @@ -16,7 +16,8 @@ Standards-Version: 4.1.1 Package: gnome-shell-extension-pop-shell Architecture: all Depends: - gnome-shell, + gnome-shell (>= 45~), + gnome-shell (<< 48~), fd-find, x11-utils, ${misc:Depends}, diff --git a/gnome-shell-extension-pop-shell/usr/share/gnome-shell/extensions/pop-shell@system76.com/metadata.json b/gnome-shell-extension-pop-shell/usr/share/gnome-shell/extensions/pop-shell@system76.com/metadata.json index c59146e..3c9480b 100644 --- a/gnome-shell-extension-pop-shell/usr/share/gnome-shell/extensions/pop-shell@system76.com/metadata.json +++ b/gnome-shell-extension-pop-shell/usr/share/gnome-shell/extensions/pop-shell@system76.com/metadata.json @@ -6,6 +6,7 @@ "settings-schema": "org.gnome.shell.extensions.pop-shell", "shell-version": [ "45", - "46" + "46", + "47" ] } diff --git a/main.sh b/main.sh index cef88fc..491f5db 100755 --- a/main.sh +++ b/main.sh @@ -6,7 +6,7 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="46.0" +VERSION="47.0" # Clone Upstream cd ./gnome-shell-extension-pop-shell/