Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Wed, 28 Aug 2019 17:37:54
Message-Id: 1567013334.59a97bcaa50f1f967873aa5814fcfb9f4bec855e.prometheanfire@gentoo
1 commit: 59a97bcaa50f1f967873aa5814fcfb9f4bec855e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 17:26:50 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:28:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a97bca
7
8 gui-libs/wlroots: 0.7.0 bump
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/Manifest | 1 +
14 .../{wlroots-9999.ebuild => wlroots-0.7.0.ebuild} | 28 +---------------------
15 gui-libs/wlroots/wlroots-9999.ebuild | 28 +---------------------
16 3 files changed, 3 insertions(+), 54 deletions(-)
17
18 diff --git a/gui-libs/wlroots/Manifest b/gui-libs/wlroots/Manifest
19 index 18e0eef4181..19d00f989cf 100644
20 --- a/gui-libs/wlroots/Manifest
21 +++ b/gui-libs/wlroots/Manifest
22 @@ -1,3 +1,4 @@
23 DIST wlroots-0.4.1.tar.gz 480127 BLAKE2B f193860ef9e0852b053270bdaa44b491a8c65a76dc01c71690f7a006eac46e606cca95675e6dec4d65487d9b98bcabb7cd12578f028a9cb9c5cd648e47754df4 SHA512 bd8863c7f285579d81b9372f1335c10eb2d0fd7b46b7589e6b2acad53fa373f2e3b549d2c31876d87d66851af0415a12a011a05953ffe2384b718db6d95cba2e
24 DIST wlroots-0.5.0.tar.gz 481154 BLAKE2B 094c7c92191ea9c581debc90fa7b0117ed15328c11a098e53cec05b326e84c54481a69382ef9a592337ade370ffb55ea98b545794471808dee9f41ee9db8194f SHA512 4defecff91a6179d3a6b7d05c92c14b20c7fa69263a889869912e913a5d1e29f9fd4684f9816b03e2427a21c004d64236f35d8282e02e8d27d826442f1f8b3a7
25 DIST wlroots-0.6.0.tar.gz 497934 BLAKE2B a0b631831752e533f83ed62e402ef69b0994df050fd643cf2ef89556face4a822b3936bc758b70ab160eedda8ced16c0992dc209600914095784bba97bd26ee2 SHA512 c205d4303a381e11ef2f4db2faac1ddf9ad85c675824aae9cfe62d9f8bd313f1568d4810db1d006416783b50c8364198648a46d1ba453a0d8f659d6920618286
26 +DIST wlroots-0.7.0.tar.gz 446392 BLAKE2B ed69ae2e5484428222cd430d7c74935b0801044cacab804ffe3673c5ecf08104a5fbfbaa930c8ef4df3e43de1073910ba970028307a0a3c57483c5d502832292 SHA512 20e7e81bb945cc683c793f1258e83dbeea5e933faa066125f16a24aa7151000c620f9f47cad21540f8bea7d053d181cb89a2803c30fac1b1b9f3345065b9ba9c
27
28 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-0.7.0.ebuild
29 similarity index 69%
30 copy from gui-libs/wlroots/wlroots-9999.ebuild
31 copy to gui-libs/wlroots/wlroots-0.7.0.ebuild
32 index db03b0f1e01..540520bfd71 100644
33 --- a/gui-libs/wlroots/wlroots-9999.ebuild
34 +++ b/gui-libs/wlroots/wlroots-0.7.0.ebuild
35 @@ -18,7 +18,7 @@ fi
36
37 LICENSE="MIT"
38 SLOT="0"
39 -IUSE="elogind icccm rootston systemd x11-backend X"
40 +IUSE="elogind icccm systemd x11-backend X"
41 REQUIRED_USE="?? ( elogind systemd )"
42
43 DEPEND="
44 @@ -47,8 +47,6 @@ BDEPEND="
45 virtual/pkgconfig
46 "
47
48 -FILECAPS=( cap_sys_admin usr/bin/rootston )
49 -
50 src_configure() {
51 # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
52 local emesonargs=(
53 @@ -57,7 +55,6 @@ src_configure() {
54 -Dxcb-icccm=$(usex icccm enabled disabled)
55 -Dxwayland=$(usex X enabled disabled)
56 -Dx11-backend=$(usex x11-backend enabled disabled)
57 - $(meson_use rootston)
58 "-Dexamples=false"
59 "-Dwerror=false"
60 )
61 @@ -72,30 +69,7 @@ src_configure() {
62 meson_src_configure
63 }
64
65 -src_install() {
66 - if use rootston; then
67 - dobin "${BUILD_DIR}"/rootston/rootston
68 - newdoc rootston/rootston.ini.example rootston.ini
69 - fi
70 -
71 - meson_src_install
72 -}
73 -
74 pkg_postinst() {
75 elog "You must be in the input group to allow your compositor"
76 elog "to access input devices via libinput."
77 - if use rootston; then
78 - elog ""
79 - elog "You should copy (and decompress) the example configuration file"
80 - elog "from ${EROOT:-${ROOT}}/usr/share/doc/${PF}/rootston.ini"
81 - elog "to the working directory from where you launch rootston"
82 - elog "(or pass the '-C path-to-config' option to rootston)."
83 - if ! use systemd && ! use elogind; then
84 - elog ""
85 - elog "If you use ConsoleKit2, remember to launch rootston using:"
86 - elog "exec ck-launch-session rootston"
87 -
88 - fcaps_pkg_postinst
89 - fi
90 - fi
91 }
92
93 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
94 index db03b0f1e01..540520bfd71 100644
95 --- a/gui-libs/wlroots/wlroots-9999.ebuild
96 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
97 @@ -18,7 +18,7 @@ fi
98
99 LICENSE="MIT"
100 SLOT="0"
101 -IUSE="elogind icccm rootston systemd x11-backend X"
102 +IUSE="elogind icccm systemd x11-backend X"
103 REQUIRED_USE="?? ( elogind systemd )"
104
105 DEPEND="
106 @@ -47,8 +47,6 @@ BDEPEND="
107 virtual/pkgconfig
108 "
109
110 -FILECAPS=( cap_sys_admin usr/bin/rootston )
111 -
112 src_configure() {
113 # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
114 local emesonargs=(
115 @@ -57,7 +55,6 @@ src_configure() {
116 -Dxcb-icccm=$(usex icccm enabled disabled)
117 -Dxwayland=$(usex X enabled disabled)
118 -Dx11-backend=$(usex x11-backend enabled disabled)
119 - $(meson_use rootston)
120 "-Dexamples=false"
121 "-Dwerror=false"
122 )
123 @@ -72,30 +69,7 @@ src_configure() {
124 meson_src_configure
125 }
126
127 -src_install() {
128 - if use rootston; then
129 - dobin "${BUILD_DIR}"/rootston/rootston
130 - newdoc rootston/rootston.ini.example rootston.ini
131 - fi
132 -
133 - meson_src_install
134 -}
135 -
136 pkg_postinst() {
137 elog "You must be in the input group to allow your compositor"
138 elog "to access input devices via libinput."
139 - if use rootston; then
140 - elog ""
141 - elog "You should copy (and decompress) the example configuration file"
142 - elog "from ${EROOT:-${ROOT}}/usr/share/doc/${PF}/rootston.ini"
143 - elog "to the working directory from where you launch rootston"
144 - elog "(or pass the '-C path-to-config' option to rootston)."
145 - if ! use systemd && ! use elogind; then
146 - elog ""
147 - elog "If you use ConsoleKit2, remember to launch rootston using:"
148 - elog "exec ck-launch-session rootston"
149 -
150 - fcaps_pkg_postinst
151 - fi
152 - fi
153 }