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: fdpowermon
Section: x11
Priority: optional
Maintainer: Wouter Verhelst <wouter@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper-compat (= 12)
Vcs-Git: https://salsa.debian.org/wouter/fdpowermon.git
Vcs-Browser: https://salsa.debian.org/wouter/fdpowermon
Package: fdpowermon
Architecture: all
Depends: libgtk3-perl, acpi, ${misc:Depends}, ${perl:Depends}, fdpowermon-icons|oxygen-icon-theme
Recommends: gir1.2-notify-0.7
Description: simple battery power monitor for laptops with ACPI
fdpowermon is a simple perl script that installs an icon in a system
tray compatible with the freedesktop.org specification.
.
Every three seconds, fdpowermon calls acpi to find out what the current
battery level is. It will set the output of the acpi command as a
tooltip text, and will update the used icon as appropriate.
.
In addition, fdpowermon can optionally call perl subroutines when the
power reaches a given level. No such subroutines are provided or
enabled by default, however.
Package: fdpowermon-icons
Architecture: all
Conflicts: oxygen-icon-theme
Depends: ${misc:Depends}
Description: icons for fdpowermon
fdpowermon is a simple perl script that installs an icon in a system
tray compatible with the freedesktop.org specification.
.
By default, it uses an icon set from the 'oxygen' icon theme. However,
that icon theme is fairly large (several tens of megabytes), which is a
waste if the oxygen-icon-theme package is not installed for other
reasons. Therefore, this package contains just those icons from the
oxygen-icon-theme package that are needed by fdpowermon, and nothing
more.
|