Codebase list gnome-shell-extension-appindicator / 73f483c
debian/control: Use dh-sequence-gnome In this way we also get for free ubuntu-specific tools such as dh-translations without having to do an ubuntu-specific fork Marco Trevisan (TreviƱo) 2 years ago
2 changed file(s) with 50 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 # This file is autogenerated. DO NOT EDIT!
1 #
2 # Modifications should be made to debian/control.in instead.
3 # This file is regenerated automatically in the clean target.
04 Source: gnome-shell-extension-appindicator
15 Section: gnome
26 Priority: optional
37 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
4 Uploaders: Matteo F. Vescovi <mfv@debian.org>, Marco Trevisan <marco@ubuntu.com>
8 Uploaders: Matteo F. Vescovi <mfv@debian.org>, Marco Trevisan <marco@ubuntu.com>, Iain Lane <laney@debian.org>
59 Build-Depends:
610 debhelper-compat (= 13),
11 dh-sequence-gnome,
712 eslint <!nocheck>,
813 jq,
914 libglib2.0-bin,
0 Source: gnome-shell-extension-appindicator
1 Section: gnome
2 Priority: optional
3 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
4 Uploaders: Matteo F. Vescovi <mfv@debian.org>, Marco Trevisan <marco@ubuntu.com>, @GNOME_TEAM@
5 Build-Depends:
6 debhelper-compat (= 13),
7 dh-sequence-gnome,
8 eslint <!nocheck>,
9 jq,
10 libglib2.0-bin,
11 meson,
12 Standards-Version: 4.5.0
13 Rules-Requires-Root: no
14 Homepage: https://github.com/ubuntu/gnome-shell-extension-appindicator
15 Vcs-Browser: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-appindicator
16 Vcs-Git: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-appindicator.git
17
18 Package: gnome-shell-extension-appindicator
19 Architecture: all
20 Depends:
21 gnome-shell (>= 3.33),
22 gnome-shell (<< 41~),
23 ${shlibs:Depends},
24 ${misc:Depends}
25 Suggests:
26 gnome-shell-extension-prefs,
27 libappindicator3-1,
28 libayatana-appindicator3-1,
29 Description: AppIndicator, KStatusNotifierItem and tray support for GNOME Shell
30 This extension integrates Ubuntu AppIndicators and KStatusNotifierItems
31 (KDE's blessed successor of the systray) and legacy tray icons into
32 GNOME Shell.
33 .
34 Features:
35 .
36 - show indicator icons in the panel
37 - reveal indicator menus upon click
38 - double clicking an icon will activate the application window
39 (if implemented by the indicator)
40 - middle mouse click an icon to send a 'SecondaryActivate' event
41 to the application. Support needs to be implemented in the application
42 - supports legacy tray icons
43 - icons can be themed, resized and effects can be applied