Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Mon, 04 Nov 2019 03:17:14
Message-Id: 1572837362.472a5852ad8b5c25dfabf4e8a622f09b5704a8e3.bman@gentoo
1 commit: 472a5852ad8b5c25dfabf4e8a622f09b5704a8e3
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 03:16:02 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 03:16:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472a5852
7
8 gui-libs/wlroots: bump to 0.8.1
9
10 * bump subslot as breaking changes were introduced in 0.8.0
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 gui-libs/wlroots/Manifest | 1 +
15 gui-libs/wlroots/wlroots-0.8.1.ebuild | 75 +++++++++++++++++++++++++++++++++++
16 2 files changed, 76 insertions(+)
17
18 diff --git a/gui-libs/wlroots/Manifest b/gui-libs/wlroots/Manifest
19 index ebe699f2ff6..d69983bcb2f 100644
20 --- a/gui-libs/wlroots/Manifest
21 +++ b/gui-libs/wlroots/Manifest
22 @@ -1,2 +1,3 @@
23 DIST wlroots-0.6.0.tar.gz 497934 BLAKE2B a0b631831752e533f83ed62e402ef69b0994df050fd643cf2ef89556face4a822b3936bc758b70ab160eedda8ced16c0992dc209600914095784bba97bd26ee2 SHA512 c205d4303a381e11ef2f4db2faac1ddf9ad85c675824aae9cfe62d9f8bd313f1568d4810db1d006416783b50c8364198648a46d1ba453a0d8f659d6920618286
24 DIST wlroots-0.7.0.tar.gz 446392 BLAKE2B ed69ae2e5484428222cd430d7c74935b0801044cacab804ffe3673c5ecf08104a5fbfbaa930c8ef4df3e43de1073910ba970028307a0a3c57483c5d502832292 SHA512 20e7e81bb945cc683c793f1258e83dbeea5e933faa066125f16a24aa7151000c620f9f47cad21540f8bea7d053d181cb89a2803c30fac1b1b9f3345065b9ba9c
25 +DIST wlroots-0.8.1.tar.gz 451814 BLAKE2B 85f221ba9068839f326e09df616f6182f518b9a129730dda794103305e3c0786d609a7cc6cb60a90c9d51cb77e3dbbc5993901271dcf1bd656c7744260561b06 SHA512 da41513de48e00303b31fde620463389103215011c6cc49b9a2420a1529889722aa54f26a211179c528709edb6b90ba2efdae5e4bcef18147d9516f3a94e365a
26
27 diff --git a/gui-libs/wlroots/wlroots-0.8.1.ebuild b/gui-libs/wlroots/wlroots-0.8.1.ebuild
28 new file mode 100644
29 index 00000000000..fb0cf5f0576
30 --- /dev/null
31 +++ b/gui-libs/wlroots/wlroots-0.8.1.ebuild
32 @@ -0,0 +1,75 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit fcaps meson
39 +
40 +DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
41 +HOMEPAGE="https://github.com/swaywm/wlroots"
42 +
43 +if [[ ${PV} == 9999 ]]; then
44 + EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
45 + inherit git-r3
46 +else
47 + SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 + KEYWORDS="~amd64 ~arm64 ~x86"
49 +fi
50 +
51 +LICENSE="MIT"
52 +SLOT="0/8"
53 +IUSE="elogind icccm systemd x11-backend X"
54 +REQUIRED_USE="?? ( elogind systemd )"
55 +
56 +DEPEND="
57 + >=dev-libs/libinput-1.9.0:0=
58 + >=dev-libs/wayland-1.17.0
59 + media-libs/mesa[egl,gles2,gbm]
60 + virtual/libudev
61 + x11-libs/libdrm
62 + x11-libs/libxkbcommon
63 + x11-libs/pixman
64 + elogind? ( >=sys-auth/elogind-237 )
65 + icccm? ( x11-libs/xcb-util-wm )
66 + systemd? ( >=sys-apps/systemd-237 )
67 + x11-backend? ( x11-libs/libxcb:0= )
68 + X? (
69 + x11-base/xorg-server[wayland]
70 + x11-libs/libxcb:0=
71 + x11-libs/xcb-util-image
72 + )
73 +"
74 +RDEPEND="
75 + ${DEPEND}
76 +"
77 +BDEPEND="
78 + >=dev-libs/wayland-protocols-1.17
79 + virtual/pkgconfig
80 +"
81 +
82 +src_configure() {
83 + # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
84 + local emesonargs=(
85 + "-Dxcb-errors=disabled"
86 + -Dlibcap=$(usex filecaps enabled disabled)
87 + -Dxcb-icccm=$(usex icccm enabled disabled)
88 + -Dxwayland=$(usex X enabled disabled)
89 + -Dx11-backend=$(usex x11-backend enabled disabled)
90 + "-Dexamples=false"
91 + "-Dwerror=false"
92 + )
93 + if use systemd; then
94 + emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
95 + elif use elogind; then
96 + emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
97 + else
98 + emesonargs+=("-Dlogind=disabled")
99 + fi
100 +
101 + meson_src_configure
102 +}
103 +
104 +pkg_postinst() {
105 + elog "You must be in the input group to allow your compositor"
106 + elog "to access input devices via libinput."
107 +}