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: Mon, 31 Jul 2017 09:58:21
Message-Id: 1501495095.f8229b8725b4884e854536501a7c81835e152590.polynomial-c@gentoo
1 commit: f8229b8725b4884e854536501a7c81835e152590
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 09:58:02 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 09:58:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8229b87
7
8 x11-wm/icewm: Bump to version 1.4.2
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 x11-wm/icewm/Manifest | 1 +
14 x11-wm/icewm/icewm-1.4.2.ebuild | 117 ++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 118 insertions(+)
16
17 diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
18 index 6d3bdfe433a..69fb093293b 100644
19 --- a/x11-wm/icewm/Manifest
20 +++ b/x11-wm/icewm/Manifest
21 @@ -1,3 +1,4 @@
22 DIST icewm-1.3.12.tar.gz 944617 SHA256 e7e0fe0fb07e297fa40f0c9d149c0cf6da19e13b98178fc779dca9ed81b3b232 SHA512 b2704ab69a1910cab6711ca11b79fa32f66747fe04468eff86813812fa855423ed43144ab0290e245221520a919755c0e153b60ff238ace60f9546af595063ee WHIRLPOOL bc7ec26e2a9de14e2b67da60de741205e2716233074a77465ce490e291d9a19deee61fa896ac31c1489d181b5929a325c1df7b30a0e3c428b0b6bf6bcd8fdccf
23 DIST icewm-1.3.8.tar.gz 905680 SHA256 17588d9e0bbbb23587bc04c83da9dd94fd4da6894ecfee6d7f3ed50d780dcd18 SHA512 ce9bf3e736a2f3fad4bbf731647b4e4ad0168cd2c4af66b1c43beef9ceeee39d14909714d2fc73ab13f6c285a74dfe31fffc9677ae8bd2d1077716cd6d6afb72 WHIRLPOOL 5bb0f6fa830ea10978bb8fd31805596c849a370d619626736e1218e844de72e142ed1aaa87b2f2aeb40603fcf2cfaa88ffae242c726ae1151045c6a792d5cf6c
24 DIST icewm-1.4.0.tar.gz 1732329 SHA256 2b9b9781d10e6691d1a233c6f5c8f629ae4873457dad49aa1879f5338486a81f SHA512 ee0a80912bce5c94121f8c9b4e2f914e6a47dc810fe83528544f8644d9e5c4c61573c5a604d22af737be653fcfa1c64c10e0be0e663ce02cf982ba19dae7396e WHIRLPOOL 834b2f0525e992c43b115a5bd07d5cf7fab8a49a8969cc2eb69767a0f3d1ec754efe92e4b9ba77925316d6451c13d20019c02d9c6475bc67ffa9d0802d86a175
25 +DIST icewm-1.4.2.tar.gz 1709850 SHA256 7c05a742a175c31fd3e3362649163e08b1033284f589460b90c49265a5fc9015 SHA512 c01661a7b07b4f42a32b20ecc9e45fb1e9c84c27d33105ec165e75aa9ac84129d55e992cac0d53fb10298bae28bc93ef07f68e874c1c2fccd9adecceb987a872 WHIRLPOOL 978b248d8e4b00db5a6eb0dd2d4873befc726a003f7e95f8635cae867295718dc12b3c9a521bf88030f1c8129e86923fe48ba3ba7190dd3c9cf63b79951c2c06
26
27 diff --git a/x11-wm/icewm/icewm-1.4.2.ebuild b/x11-wm/icewm/icewm-1.4.2.ebuild
28 new file mode 100644
29 index 00000000000..6ccb181652d
30 --- /dev/null
31 +++ b/x11-wm/icewm/icewm-1.4.2.ebuild
32 @@ -0,0 +1,117 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit autotools eutils
39 +
40 +DESCRIPTION="Ice Window Manager with Themes"
41 +HOMEPAGE="http://www.icewm.org/ https://github.com/bbidulock/icewm"
42 +LICENSE="GPL-2"
43 +SRC_URI="https://github.com/bbidulock/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~ppc ~x86"
47 +IUSE="bidi debug doc minimal nls truetype uclibc xinerama"
48 +
49 +# Tests broken in all versions, patches welcome, bug #323907, #389533
50 +RESTRICT="test"
51 +
52 +#fix for icewm preversion package names
53 +S="${WORKDIR}/${P/_}"
54 +
55 +RDEPEND="
56 + media-libs/fontconfig
57 + x11-libs/gdk-pixbuf:2[X]
58 + x11-libs/libICE
59 + x11-libs/libSM
60 + x11-libs/libX11
61 + x11-libs/libXext
62 + x11-libs/libXft
63 + x11-libs/libXpm
64 + x11-libs/libXrandr
65 + x11-libs/libXrender
66 + bidi? ( dev-libs/fribidi )
67 + xinerama? ( x11-libs/libXinerama )
68 +"
69 +DEPEND="
70 + ${RDEPEND}
71 + >=sys-apps/sed-4
72 + x11-proto/xextproto
73 + x11-proto/xproto
74 + doc? ( app-text/linuxdoc-tools )
75 + nls? ( >=sys-devel/gettext-0.19.6 )
76 + truetype? ( >=media-libs/freetype-2.0.9 )
77 + xinerama? ( x11-proto/xineramaproto )
78 +"
79 +
80 +pkg_setup() {
81 + if use truetype && use minimal ; then
82 + ewarn "You have both 'truetype' and 'minimal' use flags enabled."
83 + ewarn "If you really want a minimal install, you will have to turn off"
84 + ewarn "the truetype flag for this package."
85 + fi
86 +}
87 +
88 +PATCHES=(
89 + "${FILESDIR}"/${PN}-1.3.10-menu.patch
90 +)
91 +
92 +src_prepare() {
93 + # Fix bug #486710
94 + use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
95 +
96 + default
97 +
98 + if ! use doc ; then
99 + sed '/^SUBDIRS =/s@ doc@@' -i Makefile.am || die
100 + fi
101 +
102 + eautoreconf
103 +}
104 +
105 +src_configure() {
106 + local myconf=(
107 + --disable-menus-gnome2
108 + --with-libdir=/usr/share/icewm
109 + --with-cfgdir=/etc/icewm
110 + --with-docdir=/usr/share/doc/${PF}/html
111 + $(use_enable bidi fribidi)
112 + $(use_enable debug)
113 + $(use_enable nls i18n)
114 + $(use_enable nls)
115 + $(use_enable xinerama)
116 + )
117 + if use truetype ; then
118 + myconf+=(
119 + --enable-gradients
120 + --enable-shape
121 + --enable-shaped-decorations
122 + )
123 + else
124 + myconf+=(
125 + --disable-xfreetype
126 + --enable-corefonts
127 + $(use_enable minimal lite)
128 + )
129 + fi
130 +
131 + CXXFLAGS="${CXXFLAGS}" econf "${myconf[@]}"
132 +
133 + sed -i "s:/icewm-\$(VERSION)::" src/Makefile || die
134 + sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed"
135 +}
136 +
137 +src_install(){
138 + local DOCS=( AUTHORS BUGS CHANGES PLATFORMS README.md TODO VERSION )
139 +
140 + default
141 +
142 + if ! use doc ; then
143 + cp doc/${PN}.man "${T}"/${PN}.1 || die
144 + doman "${T}"/${PN}.1
145 + fi
146 +
147 + exeinto /etc/X11/Sessions
148 + doexe "${FILESDIR}/icewm"
149 +}