Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/
Date: Fri, 03 Mar 2023 07:15:04
Message-Id: 1677827698.9f8018a463e1de4f17b13d088fcb545cff0acb9c.juippis@gentoo
1 commit: 9f8018a463e1de4f17b13d088fcb545cff0acb9c
2 Author: Michael Vetter <jubalh <AT> iodoru <DOT> org>
3 AuthorDate: Fri Feb 24 14:53:38 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 07:14:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8018a4
7
8 x11-wm/icewm: add 3.3.1
9
10 Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 x11-wm/icewm/Manifest | 1 +
14 x11-wm/icewm/icewm-3.3.1.ebuild | 152 ++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 153 insertions(+)
16
17 diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
18 index 4ee71507b554..217b8317804c 100644
19 --- a/x11-wm/icewm/Manifest
20 +++ b/x11-wm/icewm/Manifest
21 @@ -1,3 +1,4 @@
22 DIST icewm-2.8.0.tar.lz 1745937 BLAKE2B dc5c4c6e4b5f067881176a0f72914f971dbae3daa475ed7ca00dbf3f687aae97874a0cf2e94b0d22d45f7dc221390c0658674e9aad3ea19d21a171b6d478c4be SHA512 552d1da9ceb96c6c14a0dfd596656a56fb289716a787fb75e54b49ef6df84747a4999ce733a6ffb9ff7a1e4c0243253fc3f2fa7a2251e7f3987ab9f33c0a1b30
23 DIST icewm-2.9.6.tar.lz 1763654 BLAKE2B 6d002e8f1c10bc6a0867308ede058beb0d044ef57a91c66a557271a100dcafe21f1499a90a5d95924a2ff0c9d9456c64996de4cfbad29172b9c08dec15afb8ed SHA512 7deea4d4bc8cd856aa06d0578257cef557b0fdf4e03208ec7a890bfd22171dbda3b5d94b166fbefa2e72cabe9c23295b63963dfc6024181bc9632f0210e2b348
24 DIST icewm-2.9.7.tar.lz 1764916 BLAKE2B b2b88f96bb71999c3580c7df6b3f8858aca2a49f02b64f8e94e3c223ddf2bb660c0121e6172cf690424ce4bb002b95fd78589329d97a5f1695b5890ceee9e9ae SHA512 1ec2a73536a08f252d2c16f21b8d8646f4179ce025d6e828c6b9ae2405febe048ed4ab5c7d079a4a83cb4a83a5e027ae6ef1262ee0438c68f4d6124da552114d
25 +DIST icewm-3.3.1.tar.lz 1875279 BLAKE2B c43e092676f456fe1e7df7c88ad264f154a1b1a90b2488dabb4edacde23b80feb6827fe0379a2aae334687374702afc3f0a37be59804590664af5f756cc65eda SHA512 f57eecc7ed7e03bfce7a41998eacb8d224ef5c0978846d9bc7f3d14c0b8ca557478eaad94b6fc6dbe5d84ae34a40b5e120dabe722e56c648c5ee1ea5a2ca9e4a
26
27 diff --git a/x11-wm/icewm/icewm-3.3.1.ebuild b/x11-wm/icewm/icewm-3.3.1.ebuild
28 new file mode 100644
29 index 000000000000..f5a4dea70c18
30 --- /dev/null
31 +++ b/x11-wm/icewm/icewm-3.3.1.ebuild
32 @@ -0,0 +1,152 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
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 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 + media-libs/libjpeg-turbo
99 + )
100 + )
101 + xinerama? ( x11-libs/libXinerama )
102 +"
103 +DEPEND="
104 + ${RDEPEND}
105 + x11-base/xorg-proto
106 + gdk-pixbuf? ( gnome-base/librsvg:2 )
107 +"
108 +BDEPEND="
109 + $(unpacker_src_uri_depends)
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 +}