summaryrefslogtreecommitdiff
path: root/xseticon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
committerB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
commit69001f6e35ac4d49d6ceab76344854fa77e808e2 (patch)
treeae20854b6feb039bcc7f92c145b7ff264f1d9130 /xseticon/debian/control
parentMerge branch 'xdg-themes-stackrpms-bump' into 'master' (diff)
parentadd xdgmenumaker-user script and menu entry (diff)
downloadstackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.gz
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.bz2
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.zip
Merge branch 'updates' into 'master'
veracrypt, xdgmenumaker, ublock-origin, notepadpp, palemoon, xseticon dpkg Closes #16 See merge request bgstack15/stackrpms!122
Diffstat (limited to 'xseticon/debian/control')
-rw-r--r--xseticon/debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/xseticon/debian/control b/xseticon/debian/control
new file mode 100644
index 0000000..92a4ac4
--- /dev/null
+++ b/xseticon/debian/control
@@ -0,0 +1,23 @@
+Source: xseticon
+Section: x11
+Priority: optional
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=12~),
+ libgd-dev,
+ libglib2.0-dev,
+ libjpeg-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.
bgstack15