Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/
Date: Sun, 28 Feb 2021 17:27:45
Message-Id: 1614533258.e16df650db0e2a2d1ebfb76fc21c0ac56fdb9e05.polynomial-c@gentoo
1 commit: e16df650db0e2a2d1ebfb76fc21c0ac56fdb9e05
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 17:25:25 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 17:27:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16df650
7
8 x11-wm/icewm: Bump to version 2.2.0
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 x11-wm/icewm/Manifest | 1 +
14 x11-wm/icewm/icewm-2.2.0.ebuild | 153 ++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 154 insertions(+)
16
17 diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
18 index e000a5cdeb0..5493f1a8dbf 100644
19 --- a/x11-wm/icewm/Manifest
20 +++ b/x11-wm/icewm/Manifest
21 @@ -2,3 +2,4 @@ DIST icewm-1.9.2.tar.lz 1694602 BLAKE2B cf30a695ba48093b386aa2f3af5120e78a9fcc57
22 DIST icewm-2.0.1.tar.lz 1694439 BLAKE2B 1476f33fa7350a98b7eca8c5c265455d0a78b28bcbd35ab78969b528ae02d3c960fb73cf2b24ea999ee5e08c9f0641d3502c7d5ed8b285777162c334d645b6db SHA512 ac4126b38d592aed60d2269f58c5a1612b61e871565e3c3e51bc2b430e4da6a4708f78e86c16091fa4dfb9eefd4109ae89102ab708e3bce9a44f1e5fe1970c59
23 DIST icewm-2.1.1.tar.lz 1695855 BLAKE2B 81903735a71e13953635a4d70547f2518983b5e58fd9e90124e4aecb6b9b53827d48f77bbff3cec59b929456f4c1ab14fde999bbc45f90c8916bbb1017b8eb20 SHA512 7d0acd655f505755fe0b1186b7422a254805bd1c56f00170ecac90272c31c1c0673f781e4e89e04682515b7313dd57b78797398a81edc62b86abc6991abfc45c
24 DIST icewm-2.1.2.tar.lz 1694969 BLAKE2B 640af2b7afb34ebcf6fc4f1762161bd8cae124e58735ad3e5af3f8a12723ead71e491fbef9e9119792c54e4e116c7cc491847da1e103b2c46765044bfda71f2d SHA512 92c52b057c7ac1c81eb72cb01d4041715fae2b1c221ecc0e5286a9bfad87e1607a3d7c60dde125436ad32c9a72dac01ee82a3bfe4b671b2d458ba3ce4c0c5a62
25 +DIST icewm-2.2.0.tar.lz 1697312 BLAKE2B c030b7675a645b91ad3e2476735acc0c2cd4425227d96b99ffc81d57e859f8c6ece029b892f32bff2fbba0683f3e279fd73446e935d5c76a1c472376897810ba SHA512 c0d84bba176f30e7a5a1d8272e306279dfc2e7c130461d72b45fe55c691a6d262484dd4c7b818ac7ec55db878cad3c84bba33d6e451355036fa4e7ba89ee1fdb
26
27 diff --git a/x11-wm/icewm/icewm-2.2.0.ebuild b/x11-wm/icewm/icewm-2.2.0.ebuild
28 new file mode 100644
29 index 00000000000..7b0d626e90a
30 --- /dev/null
31 +++ b/x11-wm/icewm/icewm-2.2.0.ebuild
32 @@ -0,0 +1,153 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit autotools unpacker
39 +
40 +DESCRIPTION="Ice Window Manager with Themes"
41 +HOMEPAGE="https://ice-wm.org/ https://github.com/ice-wm/icewm"
42 +LICENSE="GPL-2"
43 +SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz"
44 +
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
47 +IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama"
48 +
49 +# Tests broken in all versions, patches welcome, bug #323907, #389533
50 +RESTRICT="test"
51 +
52 +REQUIRED_USE="|| ( alsa ao )"
53 +#?? ( gdk-pixbuf imlib )
54 +
55 +#fix for icewm preversion package names
56 +S="${WORKDIR}/${P/_}"
57 +
58 +# These are the core dependencies of icewm.
59 +# Look into configure.ac and search for PKG_CHECK_MODULES([CORE]
60 +CORE_DEPEND="
61 + media-libs/fontconfig
62 + x11-libs/libX11
63 + x11-libs/libXcomposite
64 + x11-libs/libXdamage
65 + x11-libs/libXext
66 + x11-libs/libXfixes
67 + x11-libs/libXrender
68 +"
69 +
70 +RDEPEND="
71 + ${CORE_DEPEND}
72 + dev-libs/glib:2
73 + x11-libs/libICE
74 + x11-libs/libSM
75 + x11-libs/libXft
76 + x11-libs/libXpm
77 + x11-libs/libXrandr
78 + alsa? (
79 + media-libs/alsa-lib
80 + media-libs/libsndfile[alsa]
81 + )
82 + ao? (
83 + media-libs/libao
84 + media-libs/libsndfile
85 + )
86 + bidi? ( dev-libs/fribidi )
87 + gdk-pixbuf? (
88 + x11-libs/gdk-pixbuf-xlib
89 + >=x11-libs/gdk-pixbuf-2.42.0:2
90 + )
91 + !gdk-pixbuf? (
92 + imlib? (
93 + gnome-base/librsvg:2
94 + media-libs/imlib2
95 + )
96 + !imlib? (
97 + media-libs/libpng:0=
98 + virtual/jpeg
99 + )
100 + )
101 + xinerama? ( x11-libs/libXinerama )
102 +"
103 +DEPEND="
104 + ${RDEPEND}
105 + $(unpacker_src_uri_depends)
106 + x11-base/xorg-proto
107 + gdk-pixbuf? ( gnome-base/librsvg:2 )
108 +"
109 +
110 +BDEPEND="
111 + app-text/asciidoc
112 + virtual/pkgconfig
113 + nls? ( >=sys-devel/gettext-0.19.8 )
114 +"
115 +
116 +pkg_pretend() {
117 + if use gdk-pixbuf && use imlib ; then
118 + einfo 'Confilcting USE flags have been enabled:'
119 + einfo '"gdk-pixbuf" and "imlib" exclude each other!'
120 + einfo 'Using "gdk-pixbuf".'
121 + fi
122 +}
123 +
124 +src_prepare() {
125 + default
126 + eautoreconf
127 +}
128 +
129 +src_configure() {
130 + local icesound
131 + if use alsa && use ao ; then
132 + icesound="alsa,ao"
133 + elif use alsa ; then
134 + icesound="alsa"
135 + elif use ao ; then
136 + icesound="ao"
137 + fi
138 +
139 + local myconf=(
140 + --enable-logevents
141 + --enable-xrandr
142 + --with-cfgdir="${EPREFIX}"/etc/icewm
143 + --with-docdir="${EPREFIX}"/usr/share/doc/${PF}/html
144 + --with-icesound="${icesound}"
145 + --with-libdir="${EPREFIX}"/usr/share/icewm
146 + $(use_enable bidi fribidi)
147 + $(use_enable debug)
148 + $(use_enable debug logevents)
149 + $(use_enable gdk-pixbuf)
150 + $(use_enable imlib imlib2)
151 + $(use_enable nls i18n)
152 + $(use_enable nls)
153 + $(use_enable xinerama)
154 + )
155 + if use truetype ; then
156 + myconf+=(
157 + --enable-shape
158 + )
159 + else
160 + myconf+=(
161 + --disable-xfreetype
162 + --enable-corefonts
163 + )
164 + fi
165 +
166 + econf "${myconf[@]}"
167 +
168 + sed \
169 + -e "s:/icewm-\$(VERSION)::" \
170 + -e "s:ungif:gif:" \
171 + -i src/Makefile || die
172 +}
173 +
174 +src_install() {
175 + local DOCS=( AUTHORS ChangeLog NEWS README.md TODO VERSION )
176 +
177 + default
178 +
179 + docinto html
180 + dodoc doc/icewm.html
181 + dodoc man/*.html
182 +
183 + exeinto /etc/X11/Sessions
184 + doexe "${FILESDIR}/icewm"
185 +}