From e05100f9b0aecc05515dc1a953ee030486179717 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 13 Feb 2020 20:03:50 -0500 Subject: add keyboard-leds-trayicons --- keyboard-leds-trayicons/debian/control | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboard-leds-trayicons/debian/control (limited to 'keyboard-leds-trayicons/debian/control') 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 +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. -- cgit