diff --git a/debian/control b/debian/control index 07f02f9..e7e7a09 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Package: gnome-shell-extension-panel-osd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-shell +Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-shell (<< 44~) Recommends: gnome-tweaks, gnome-shell-extension-prefs Description: Configure the place where notifications are shown gnome-shell-extension-panel-osd is an extension to show the notification diff --git a/debian/patches/0001-Add-support-for-GNOME-40.patch b/debian/patches/0001-Add-support-for-GNOME-40.patch index ba26423..f3da661 100644 --- a/debian/patches/0001-Add-support-for-GNOME-40.patch +++ b/debian/patches/0001-Add-support-for-GNOME-40.patch @@ -10,7 +10,7 @@ 3 files changed, 122 insertions(+), 173 deletions(-) diff --git a/data/metadata.json.in b/data/metadata.json.in -index 4b7f866..0933fed 100644 +index 4b7f866..32d2dbf 100644 --- a/data/metadata.json.in +++ b/data/metadata.json.in @@ -2,7 +2,7 @@ @@ -18,7 +18,7 @@ "name": "Panel OSD", "description": "Configuring where on the (main) screen notifications will appear, instead of just above the message tray", -"shell-version": [ "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "3.38" ], -+"shell-version": [ "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "3.38", "41", "42" ], ++"shell-version": [ "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "3.38", "41", "42", "43" ], "localedir": "@LOCALEDIR@", "url": "@url@", "version": "@version@" @@ -523,6 +523,3 @@ + return widget; } --- -2.30.2 -