Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/
Date: Tue, 30 Nov 2021 05:04:19
Message-Id: 1638248644.37f2feed6abfedfad437a372ae054c519b9f0d2f.mattst88@gentoo
1 commit: 37f2feed6abfedfad437a372ae054c519b9f0d2f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 02:28:25 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 05:04:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f2feed
7
8 x11-base/xwayland: Version bump to 21.1.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-base/xwayland/Manifest | 2 +-
13 .../{xwayland-21.1.2.901.ebuild => xwayland-21.1.3.ebuild} | 12 ++++++------
14 2 files changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/x11-base/xwayland/Manifest b/x11-base/xwayland/Manifest
17 index e86ac48357e5..89b04f4ede09 100644
18 --- a/x11-base/xwayland/Manifest
19 +++ b/x11-base/xwayland/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST xwayland-21.1.2.901.tar.xz 1261656 BLAKE2B 76710f02d50506d3a41d33065b23b8bd43ef6ab6abb69f359d12174dd8a9fc2d90e1125f093701c560f6de77ad52fda6d76fdabbfe9df6028194a6ae73f82c91 SHA512 94ffb4f1d107db7c78aa01048ccc984882cd290bc67c8dc6d83ee158c65d8ad58974b71881136301b1b43077abe0aeb6b37780a5c69edf502ca714b8b8d75b1c
22 DIST xwayland-21.1.2.tar.xz 1258732 BLAKE2B 1a797e4dedee4f47ada968d4a06c89da2fac64bbfa587e84f01d5b0aa7da23402b70369a274a672470e6d8df0645fd117d129d1f2049b25394d825a9eed3e451 SHA512 3bd595a563cbc44b49a00c85adabdbcddf02fd55c6500ed2711557c156f10cd273af93f7b232865141ad27392a85583e40268bcedad183ad9eeefba457cef6c6
23 +DIST xwayland-21.1.3.tar.xz 1261776 BLAKE2B bccecc3386ceb7e612929139b5b73e038df684bc43d9554c1196c4c3e66f200b346ea8615ec9224ae999400f34881d5f29365f06d4487bf4dda381c03b83e05b SHA512 24147ef788cce3fa16cd5604d293ffbe7ef4c6dc5fc2b1a1018d78ca4c0f10ade7b99c1ad6a8cdca5c581ff40f5834d7e34b2a314acca665a527eed700993594
24
25 diff --git a/x11-base/xwayland/xwayland-21.1.2.901.ebuild b/x11-base/xwayland/xwayland-21.1.3.ebuild
26 similarity index 95%
27 rename from x11-base/xwayland/xwayland-21.1.2.901.ebuild
28 rename to x11-base/xwayland/xwayland-21.1.3.ebuild
29 index f95f884f71bf..8700d08f40f9 100644
30 --- a/x11-base/xwayland/xwayland-21.1.2.901.ebuild
31 +++ b/x11-base/xwayland/xwayland-21.1.3.ebuild
32 @@ -9,7 +9,7 @@ DESCRIPTION="Standalone X server running under Wayland"
33 HOMEPAGE="https://wayland.freedesktop.org/xserver.html"
34 SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"
35
36 -IUSE="rpc unwind ipv6 xcsecurity selinux video_cards_nvidia"
37 +IUSE="rpc unwind xcsecurity selinux video_cards_nvidia"
38
39 LICENSE="MIT"
40 SLOT="0"
41 @@ -57,24 +57,24 @@ PATCHES=(
42 src_configure() {
43 local emesonargs=(
44 $(meson_use rpc secure-rpc)
45 + $(meson_use selinux xselinux)
46 $(meson_use unwind libunwind)
47 - $(meson_use ipv6)
48 $(meson_use xcsecurity)
49 - $(meson_use selinux xselinux)
50 $(meson_use video_cards_nvidia xwayland_eglstream)
51 - -Dsha1=libcrypto
52 -Ddpms=true
53 -Ddri3=true
54 + -Ddtrace=false
55 -Dglamor=true
56 -Dglx=true
57 + -Dipv6=true
58 -Dscreensaver=true
59 + -Dsha1=libcrypto
60 -Dxace=true
61 -Dxdmcp=true
62 -Dxinerama=true
63 - -Dxv=true
64 -Dxvfb=true
65 + -Dxv=true
66 -Dxwayland-path="${EPREFIX}"/usr/bin
67 - -Ddtrace=false
68 )
69
70 meson_src_configure