diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-11 07:56:52 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-11 07:56:52 -0500 |
commit | 1168540bf4cfb872183951b27cd4b67f962adedc (patch) | |
tree | 8a760ba9fa873364dc560ddea73068a33c5a73ef /xseticon/debian/control | |
parent | WIP: add mktrayicon (diff) | |
download | stackrpms-1168540bf4cfb872183951b27cd4b67f962adedc.tar.gz stackrpms-1168540bf4cfb872183951b27cd4b67f962adedc.tar.bz2 stackrpms-1168540bf4cfb872183951b27cd4b67f962adedc.zip |
add dpkg for xseticon
Diffstat (limited to 'xseticon/debian/control')
-rw-r--r-- | xseticon/debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/xseticon/debian/control b/xseticon/debian/control new file mode 100644 index 0000000..9748919 --- /dev/null +++ b/xseticon/debian/control @@ -0,0 +1,21 @@ +Source: xseticon +Section: x11 +Priority: optional +Maintainer: Ben Stack <bgstack15@gmail.com> +Build-Depends: debhelper (>=12~), + libgd-dev, + libxmu-dev, +Standards-Version: 4.1.4 +Homepage: http://www.leonerd.org.uk/code/xseticon/ + +Package: xseticon +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: set icon for any x11 window + Xterm, and likely many other X11 programs, do not + set themselves window icons, which window managers + typically use to represent that program window in + switcher lists, taskbars, and so on. This program + can set the X11 window icon for any given window, + to that of a given image file. |