From 1168540bf4cfb872183951b27cd4b67f962adedc Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Feb 2020 07:56:52 -0500 Subject: add dpkg for xseticon --- xseticon/debian/control | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 xseticon/debian/control (limited to 'xseticon/debian/control') 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 +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. -- cgit From b687a7779d3be1558c7a14b7128dc2da4168ea2a Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Feb 2020 08:22:11 -0500 Subject: add specific dep for libjpeg-dev Choices were libjpeg-dev or libjpeg62-turbo-dev which for some reason was choking up OBS. --- xseticon/debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'xseticon/debian/control') diff --git a/xseticon/debian/control b/xseticon/debian/control index 9748919..ab9eed1 100644 --- a/xseticon/debian/control +++ b/xseticon/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ben Stack Build-Depends: debhelper (>=12~), libgd-dev, + libjpeg-dev, libxmu-dev, Standards-Version: 4.1.4 Homepage: http://www.leonerd.org.uk/code/xseticon/ -- cgit From ce7c18a6692793a9c6aa93e5289c659fddb4ef3d Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Feb 2020 08:39:25 -0500 Subject: add libglib2 dep --- xseticon/debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'xseticon/debian/control') diff --git a/xseticon/debian/control b/xseticon/debian/control index ab9eed1..92a4ac4 100644 --- a/xseticon/debian/control +++ b/xseticon/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ben Stack Build-Depends: debhelper (>=12~), libgd-dev, + libglib2.0-dev, libjpeg-dev, libxmu-dev, Standards-Version: 4.1.4 -- cgit