From 2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 5 Feb 2020 17:30:08 -0500 Subject: WIP: add mktrayicon --- mktrayicon/debian/control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mktrayicon/debian/control (limited to 'mktrayicon/debian/control') diff --git a/mktrayicon/debian/control b/mktrayicon/debian/control new file mode 100644 index 0000000..0dcaa7c --- /dev/null +++ b/mktrayicon/debian/control @@ -0,0 +1,19 @@ +Source: mktrayicon +Section: x11 +Priority: optional +Maintainer: Ben Stack +Build-Depends: debhelper (>=11~), + go-md2man, + libgtk-3-dev, + libx11-dev +Standards-Version: 4.1.4 +Homepage: https://github.com/jonhoo/mktrayicon/ + +Package: mktrayicon +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: create system tray icons controlled by named pipe + mktrayicon is a simple proxy program that lets you + create and modify system tray icons without having + to deal with a graphical toolkit like GTK. -- cgit