Codebase list gnome-shell-extension-panel-osd / f819ac4
Merge branch 'gnome43' into 'master' Compatibility changes for GNOME Shell 43 See merge request sudip/gnome-shell-extension-panel-osd!2 Sudip Mukherjee 1 year, 7 months ago
2 changed file(s) with 3 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1010
1111 Package: gnome-shell-extension-panel-osd
1212 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-shell
13 Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-shell (<< 44~)
1414 Recommends: gnome-tweaks, gnome-shell-extension-prefs
1515 Description: Configure the place where notifications are shown
1616 gnome-shell-extension-panel-osd is an extension to show the notification
99 3 files changed, 122 insertions(+), 173 deletions(-)
1010
1111 diff --git a/data/metadata.json.in b/data/metadata.json.in
12 index 4b7f866..0933fed 100644
12 index 4b7f866..32d2dbf 100644
1313 --- a/data/metadata.json.in
1414 +++ b/data/metadata.json.in
1515 @@ -2,7 +2,7 @@
1717 "name": "Panel OSD",
1818 "description": "Configuring where on the (main) screen notifications will appear, instead of just above the message tray",
1919 -"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" ],
20 +"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" ],
20 +"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" ],
2121 "localedir": "@LOCALEDIR@",
2222 "url": "@url@",
2323 "version": "@version@"
522522 +
523523 return widget;
524524 }
525 --
526 2.30.2
527