diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3271bc7 --- /dev/null +++ b/debian/control @@ -0,0 +1,56 @@ +Source: gnome-shell-extensions-extra +Section: gnome +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>, +Build-Depends: + debhelper-compat (= 13), + gettext, + libglib2.0-bin, + python3-docutils, + unzip, + zip, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gnome-shell-extensions-extra +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gnome-shell-extensions-extra + +Package: gnome-shell-extensions-extra +Section: gnome +Architecture: all +Depends: + gnome-shell (>= ${gnome-shell:Depends:low}~), + gnome-shell (<< ${gnome-shell:Depends:high}~), + ${misc:Depends}, +Recommends: + gnome-tweaks, +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-vertical-workspaces (= 37+20231208), +Description: Conglomeration package of GNOME Shell extensions + The gnome-shell-extensions-extra contains the following extensions for + GNOME Shell: + . + * disable-workspace-switcher: + disables the popup displayed during workspace switching + . + * hibernate-status: + adds a hibernate/hybrid suspend button in status menu + . + * 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 + . + * vertical-workspaces: + changes the horizontal stacking of workspaces to vertical, but also + customizes layout, content, appearance and behavior of the Shell |