summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/control13
-rwxr-xr-xdebian/rules6
3 files changed, 18 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 62e3ecf..a8849b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gnome-shell-extensions-extra (20231210-2) experimental; urgency=medium
+
+ * Uploading to experimental.
+ * Building with GNOME 45 variants (Closes: #1052112).
+ * Updating versioned extension provides for GNOME 45 variants.
+ * Updating package description for GNOME 45 variants.
+ * Adding gnome-shell to build-depends for middleclickclose.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 10 Dec 2023 15:47:59 +0100
+
gnome-shell-extensions-extra (20231210-1~progress7.99u1) graograman-backports; urgency=medium
* Initial reupload to graograman-backports.
diff --git a/debian/control b/debian/control
index b058e1d..14e2e93 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
debhelper-compat (= 13),
gettext,
+ gnome-shell,
libglib2.0-bin,
python3-docutils,
unzip,
@@ -31,11 +32,10 @@ Recommends:
Enhances:
gnome-shell,
Provides:
- gnome-shell-extension-disable-workspace-switcher (= 3),
- gnome-shell-extension-hibernate-status (= 1.13),
- gnome-shell-extension-middleclickclose (= 1.9.1),
- gnome-shell-extension-multi-monitors-add-on (= 26),
- gnome-shell-extension-no-overview (= 44),
+ gnome-shell-extension-disable-workspace-switcher (= 3+20231017),
+ gnome-shell-extension-hibernate-status (= 1.14~rc2),
+ gnome-shell-extension-middleclickclose (= 29),
+ gnome-shell-extension-no-overview (= 45),
gnome-shell-extension-vertical-workspaces (= 37+20231208),
Description: Conglomeration package of GNOME Shell extensions
The gnome-shell-extensions-extra contains the following extensions for
@@ -50,9 +50,6 @@ Description: Conglomeration package of GNOME Shell extensions
* middleclickclose:
closes apps in overview with a middle click
.
- * multi-monitors-add-on:
- adds panels and thumbnails for additional monitors
- .
* no-overview:
disables the switch to overview at login
.
diff --git a/debian/rules b/debian/rules
index f3692b0..f4b18db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-EXTENSIONS_VERSION = 44
+EXTENSIONS_VERSION = 45
-GNOME_SHELL_DEPENDS_LOW = 43
-GNOME_SHELL_DEPENDS_HIGH = 45
+GNOME_SHELL_DEPENDS_LOW = 45
+GNOME_SHELL_DEPENDS_HIGH = 46
%:
dh ${@} --no-parallel