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 51 52 53
|
Source: ayatana-indicator-display
Section: misc
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,
cmake-extras,
dbus,
intltool,
libaccountsservice-dev,
libayatana-common-dev (>= 0.9.3),
libglib2.0-dev,
libgtest-dev,
libgudev-1.0-dev,
libproperties-cpp-dev,
libgeoclue-2-dev,
librda-dev,
libxrandr-dev,
# for coverage reports
gcovr,
lcov,
# for tests
qtbase5-dev,
libqtdbusmock1-dev,
libqtdbustest1-dev,
cppcheck,
googletest,
xsct (>= 1.9),
# for packaging
debhelper-compat (= 13),
# for systemd unit
systemd-dev [linux-any],
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-display
Vcs-Git: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-display.git
Vcs-Browser: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-display/
Package: ayatana-indicator-display
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
ayatana-indicator-common,
xsct (>= 1.9),
Description: Ayatana Indicator for Display configuration
This Ayatana Indicator is designed to be placed on the right side of a
panel and give the user easy control for changing their display settings.
.
Ayatana Indicators are only available on desktop environments that
provide a renderer for system indicators (such as MATE, Xfce, Lomiri,
etc.).
|