1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: ayatana-indicator-application
Section: x11
Priority: optional
Maintainer: Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Debian UBports Team <team+ubports@tracker.debian.org>,
Build-Depends: cmake (>= 3.13),
cmake-extras,
debhelper-compat (= 13),
dpkg-dev (>= 1.16.1.1),
libglib2.0-dev (>= 2.35.4),
libgtk-3-dev (>= 2.91),
libdbus-glib-1-dev (>= 0.82),
libjson-glib-dev,
intltool,
libayatana-appindicator3-dev (>= 0.5.0~),
libayatana-indicator3-dev (>= 0.6.0~),
libdbusmenu-glib-dev (>= 0.5.90),
libdbusmenu-gtk3-dev (>= 0.5.90),
systemd [linux-any],
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-application
Vcs-Git: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-application.git
Vcs-Browser: https://salsa.debian.org/debian-edu-ayatana-team/ayatana-indicator-application
Package: ayatana-indicator-application
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
ayatana-indicator-common (>= 0.8.0),
Description: Ayatana Applications Indicator (SNI provider)
This Ayatana System Indicator takes menus from external applications and
place them in the panel / designated indicator area.
.
An application supporting indicator based panel applets provides its
menu tree via the DBus bus org.kde.StatusNotifierWatcher (SNI). An
application providing such an indicator item is called an AppIndicator.
.
This package provides an SNI AppIndicator service that proxies panel
menu items from AppIndicator application to a renderer supporting the
Ayatana System Indicators implementation. It accepts connections from
any application built against either of the available appindicator
libraries: Ayatana AppIndicators, Ubuntu AppIndicators, or Qt's
QSystemTrayIcon API.
.
Ayatana Indicators are only available on desktop environments that
provide a renderer for system indicators (such as MATE, Xfce, Lomiri,
etc.).
|