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
|
Source: ayatana-indicator-power
Section: gnome
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: cmake,
libnotify-dev (>= 0.7.6),
libglib2.0-dev (>= 2.36),
libgudev-1.0-dev,
python:any,
# for packaging
debhelper (>= 9),
dpkg-dev (>= 1.16.1.1),
intltool,
# for tests
libgtest-dev,
python3-dbusmock,
dbus-test-runner,
libdbustest1-dev,
# for systemd unit
systemd [linux-any],
Standards-Version: 3.9.8
Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-power
Vcs-Git: https://github.com/AyatanaIndicators/ayatana-indicator-power
Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-indicator-power
Package: ayatana-indicator-power
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
ayatana-indicator-common,
upower,
libglib2.0-bin,
Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | switchboard-plug-power | xfce4-power-manager | mate-power-manager,
mate-indicator-applet | xfce4-indicator-plugin,
Suggests: powerd,
unity-system-compositor (>= 0.0.4),
Description: Ayatana Indicator showing power state
This indicator displays current power management information and gives
the user a way to access power management preferences.
|