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