diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-15 14:26:48 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-15 14:26:48 +0000 |
commit | 37038b1e16626091ecbea2ffa22f22f3a3d6e2b6 (patch) | |
tree | aaad6847ff7fb13ad6440a3d6365dfbe793afe12 /keyboard-leds-trayicons/debian/control | |
parent | add readme for mktrayicon (diff) | |
parent | fix icon transparency (diff) | |
download | stackrpms-37038b1e16626091ecbea2ffa22f22f3a3d6e2b6.tar.gz stackrpms-37038b1e16626091ecbea2ffa22f22f3a3d6e2b6.tar.bz2 stackrpms-37038b1e16626091ecbea2ffa22f22f3a3d6e2b6.zip |
Merge branch 'klt-bump' into 'mktrayicon-bump'
add keyboard-leds-trayicons
See merge request bgstack15/stackrpms!124
Diffstat (limited to 'keyboard-leds-trayicons/debian/control')
-rw-r--r-- | keyboard-leds-trayicons/debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboard-leds-trayicons/debian/control b/keyboard-leds-trayicons/debian/control new file mode 100644 index 0000000..4dff3a7 --- /dev/null +++ b/keyboard-leds-trayicons/debian/control @@ -0,0 +1,18 @@ +Source: keyboard-leds-trayicons +Section: x11 +Priority: optional +Maintainer: Ben Stack <bgstack15@gmail.com> +Build-Depends: debhelper (>=12~), + graphicsmagick-imagemagick-compat +Standards-Version: 4.1.4 +Homepage: https://gitlab.com/bgstack15/keyboard-leds-trayicons + +Package: keyboard-leds-trayicons +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends}, + mktrayicon, + mawk | gawk, + x11-xserver-utils +Description: show keyboard leds on system tray + Show capslock and numlock indicator icons on system tray. |