summaryrefslogtreecommitdiff
path: root/xseticon/debian/control
blob: 9748919925e7b68300f4f1f17cf6a80f4d072a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
bgstack15