diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-05 17:30:08 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-05 17:31:33 -0500 |
commit | 2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a (patch) | |
tree | e72bd2652361d306b6a99ccd67a1544d4bead1e5 /mktrayicon/debian/control | |
parent | palemoon 28.8.2.1 (diff) | |
download | stackrpms-2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a.tar.gz stackrpms-2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a.tar.bz2 stackrpms-2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a.zip |
WIP: add mktrayicon
Diffstat (limited to 'mktrayicon/debian/control')
-rw-r--r-- | mktrayicon/debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
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 <bgstack15@gmail.com> +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. |