Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/, lxqt-base/lxqt-runner/, lxqt-base/lxqt-config/, ...
Date: Wed, 22 Sep 2021 17:41:46
Message-Id: 1632332487.09fa93ad560375f70dcea7e662040213ca8f54cc.asturm@gentoo
1 commit: 09fa93ad560375f70dcea7e662040213ca8f54cc
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 17 22:30:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 17:41:27 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=09fa93ad
7
8 */*: update LXQt HOMEPAGE
9
10 The 'lxqt.org' site is down, and its future uncertain. Upstream
11 considers GitHub the main resource at this time.
12
13 See also: https://github.com/gentoo/gentoo/pull/15546
14
15 Package-Manager: Portage-2.3.99, Repoman-2.3.22
16 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 6 +++---
20 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 4 ++--
21 dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 4 ++--
22 lxqt-base/liblxqt/liblxqt-9999.ebuild | 2 +-
23 lxqt-base/libsysstat/libsysstat-9999.ebuild | 4 ++--
24 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 2 +-
25 lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 2 +-
26 lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 2 +-
27 lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 2 +-
28 lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 2 +-
29 lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 2 +-
30 lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild | 2 +-
31 lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
32 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 2 +-
33 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild | 2 +-
34 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild | 4 ++--
35 lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 2 +-
36 lxqt-base/lxqt-session/lxqt-session-9999.ebuild | 2 +-
37 lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild | 2 +-
38 media-gfx/lximage-qt/lximage-qt-9999.ebuild | 2 +-
39 x11-misc/obconf-qt/obconf-qt-9999.ebuild | 2 +-
40 x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 2 +-
41 x11-themes/lxqt-themes/lxqt-themes-9999.ebuild | 4 ++--
42 23 files changed, 30 insertions(+), 30 deletions(-)
43
44 diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
45 index cde507e6..f8b1ad26 100644
46 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
47 +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
48 @@ -1,12 +1,12 @@
49 -# Copyright 1999-2019 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54
55 inherit cmake xdg-utils
56
57 -DESCRIPTION="A Simple and Lightweight Qt File Archiver"
58 -HOMEPAGE="https://lxqt.org/"
59 +DESCRIPTION="Qt GUI File Archiver"
60 +HOMEPAGE="https://lxqt.github.io/"
61
62 if [[ ${PV} == *9999* ]]; then
63 inherit git-r3
64
65 diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
66 index 0ac6201a..6b20dd47 100644
67 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
68 +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2019 Gentoo Authors
71 +# Copyright 1999-2021 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=7
75 @@ -6,7 +6,7 @@ EAPI=7
76 inherit cmake virtualx
77
78 DESCRIPTION="A Qt implementation of XDG standards"
79 -HOMEPAGE="https://lxqt.org/"
80 +HOMEPAGE="https://lxqt.github.io/"
81
82 if [[ ${PV} == *9999 ]]; then
83 inherit git-r3
84
85 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild
86 index 441ffa2e..759cf554 100644
87 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild
88 +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2019 Gentoo Authors
91 +# Copyright 1999-2021 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI=7
95 @@ -6,7 +6,7 @@ EAPI=7
96 inherit cmake
97
98 DESCRIPTION="LXQt Build tools"
99 -HOMEPAGE="https://lxqt.org/"
100 +HOMEPAGE="https://lxqt.github.io/"
101
102 if [[ ${PV} = *9999* ]]; then
103 inherit git-r3
104
105 diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
106 index a7b80108..0c048c5d 100644
107 --- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
108 +++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
109 @@ -6,7 +6,7 @@ EAPI=7
110 inherit cmake
111
112 DESCRIPTION="Common base library for the LXQt desktop environment"
113 -HOMEPAGE="https://lxqt.org/"
114 +HOMEPAGE="https://lxqt.github.io/"
115
116 if [[ ${PV} = *9999* ]]; then
117 inherit git-r3
118
119 diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild
120 index 4c93aa0d..ca1199b3 100644
121 --- a/lxqt-base/libsysstat/libsysstat-9999.ebuild
122 +++ b/lxqt-base/libsysstat/libsysstat-9999.ebuild
123 @@ -1,4 +1,4 @@
124 -# Copyright 1999-2019 Gentoo Authors
125 +# Copyright 1999-2021 Gentoo Authors
126 # Distributed under the terms of the GNU General Public License v2
127
128 EAPI=7
129 @@ -6,7 +6,7 @@ EAPI=7
130 inherit cmake
131
132 DESCRIPTION="A Qt-based interface to system statistics"
133 -HOMEPAGE="https://lxqt.org/"
134 +HOMEPAGE="https://lxqt.github.io/"
135
136 if [[ ${PV} = *9999* ]]; then
137 inherit git-r3
138
139 diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
140 index 083cd2cf..c358b4df 100644
141 --- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
142 +++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
143 @@ -6,7 +6,7 @@ EAPI=7
144 inherit cmake
145
146 DESCRIPTION="LXQt about dialog"
147 -HOMEPAGE="https://lxqt.org/"
148 +HOMEPAGE="https://lxqt.github.io/"
149
150 if [[ ${PV} = *9999* ]]; then
151 inherit git-r3
152
153 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
154 index 2dc93e54..40e6c4d4 100644
155 --- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
156 +++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
157 @@ -6,7 +6,7 @@ EAPI=7
158 inherit cmake
159
160 DESCRIPTION="LXQt system administration tool"
161 -HOMEPAGE="https://lxqt.org/"
162 +HOMEPAGE="https://lxqt.github.io/"
163
164 if [[ ${PV} = *9999* ]]; then
165 inherit git-r3
166
167 diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
168 index 25723128..674baff2 100644
169 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
170 +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
171 @@ -6,7 +6,7 @@ EAPI=7
172 inherit cmake xdg-utils
173
174 DESCRIPTION="LXQt system configuration control center"
175 -HOMEPAGE="https://lxqt.org/"
176 +HOMEPAGE="https://lxqt.github.io/"
177
178 if [[ ${PV} = *9999* ]]; then
179 inherit git-r3
180
181 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
182 index 7ec56d7c..0301dff7 100644
183 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
184 +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
185 @@ -6,7 +6,7 @@ EAPI=7
186 inherit cmake
187
188 DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
189 -HOMEPAGE="https://lxqt.org/"
190 +HOMEPAGE="https://lxqt.github.io/"
191
192 if [[ ${PV} = *9999* ]]; then
193 inherit git-r3
194
195 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
196 index 16eb55b0..40784f0b 100644
197 --- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
198 +++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
199 @@ -4,7 +4,7 @@
200 EAPI=7
201
202 DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
203 -HOMEPAGE="https://lxqt.org/"
204 +HOMEPAGE="https://lxqt.github.io/"
205
206 MY_PV="$(ver_cut 1-2)*"
207
208
209 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
210 index 09cfa231..d3e79c7e 100644
211 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
212 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
213 @@ -6,7 +6,7 @@ EAPI=7
214 inherit cmake
215
216 DESCRIPTION="LXQt notification daemon and library"
217 -HOMEPAGE="https://lxqt.org/"
218 +HOMEPAGE="https://lxqt.github.io/"
219
220 if [[ ${PV} = *9999* ]]; then
221 inherit git-r3
222
223 diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild
224 index b7b63407..b2641c73 100644
225 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild
226 +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild
227 @@ -6,7 +6,7 @@ EAPI=7
228 inherit cmake
229
230 DESCRIPTION="LXQt OpenSSH user password prompt tool"
231 -HOMEPAGE="https://lxqt.org/"
232 +HOMEPAGE="https://lxqt.github.io/"
233
234 if [[ ${PV} = *9999* ]]; then
235 inherit git-r3
236
237 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
238 index 060ed789..850650d3 100644
239 --- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
240 +++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
241 @@ -6,7 +6,7 @@ EAPI=7
242 inherit cmake
243
244 DESCRIPTION="LXQt desktop panel and plugins"
245 -HOMEPAGE="https://lxqt.org/"
246 +HOMEPAGE="https://lxqt.github.io/"
247
248 MY_PV="$(ver_cut 1-2)*"
249
250
251 diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
252 index 58de0b7b..a4561390 100644
253 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
254 +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
255 @@ -6,7 +6,7 @@ EAPI=7
256 inherit cmake
257
258 DESCRIPTION="LXQt PolKit authentication agent"
259 -HOMEPAGE="https://lxqt.org/"
260 +HOMEPAGE="https://lxqt.github.io/"
261
262 if [[ ${PV} = *9999* ]]; then
263 inherit git-r3
264
265 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild
266 index 1b8e1441..716ddd81 100644
267 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild
268 +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild
269 @@ -6,7 +6,7 @@ EAPI=7
270 inherit cmake
271
272 DESCRIPTION="LXQt daemon for power management and auto-suspend"
273 -HOMEPAGE="https://lxqt.org/"
274 +HOMEPAGE="https://lxqt.github.io/"
275
276 if [[ ${PV} = *9999* ]]; then
277 inherit git-r3
278
279 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild
280 index ca3d103a..e702dd7a 100644
281 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild
282 +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild
283 @@ -1,4 +1,4 @@
284 -# Copyright 1999-2019 Gentoo Authors
285 +# Copyright 1999-2021 Gentoo Authors
286 # Distributed under the terms of the GNU General Public License v2
287
288 EAPI=7
289 @@ -6,7 +6,7 @@ EAPI=7
290 inherit cmake
291
292 DESCRIPTION="LXQt system integration plugin for Qt"
293 -HOMEPAGE="https://lxqt.org/"
294 +HOMEPAGE="https://lxqt.github.io/"
295
296 if [[ ${PV} = *9999* ]]; then
297 inherit git-r3
298
299 diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
300 index 1b0079bf..ff0391a1 100644
301 --- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
302 +++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
303 @@ -6,7 +6,7 @@ EAPI=7
304 inherit cmake
305
306 DESCRIPTION="LXQt quick launcher"
307 -HOMEPAGE="https://lxqt.org/"
308 +HOMEPAGE="https://lxqt.github.io/"
309
310 MY_PV="$(ver_cut 1-2)*"
311
312
313 diff --git a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild
314 index 19886361..9b7a6fa9 100644
315 --- a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild
316 +++ b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild
317 @@ -6,7 +6,7 @@ EAPI=7
318 inherit cmake
319
320 DESCRIPTION="LXQt session manager"
321 -HOMEPAGE="https://lxqt.org/"
322 +HOMEPAGE="https://lxqt.github.io/"
323
324 MY_PV="$(ver_cut 1-2)*"
325
326
327 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
328 index bf5499b8..d43e1957 100644
329 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
330 +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
331 @@ -6,7 +6,7 @@ EAPI=7
332 inherit cmake
333
334 DESCRIPTION="LXQt GUI frontend for sudo"
335 -HOMEPAGE="https://lxqt.org/"
336 +HOMEPAGE="https://lxqt.github.io/"
337
338 if [[ ${PV} = *9999* ]]; then
339 inherit git-r3
340
341 diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
342 index ed6ae294..b512a631 100644
343 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild
344 +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
345 @@ -6,7 +6,7 @@ EAPI=7
346 inherit cmake xdg-utils
347
348 DESCRIPTION="LXImage Image Viewer - GPicView replacement"
349 -HOMEPAGE="https://lxqt.org/"
350 +HOMEPAGE="https://lxqt.github.io/"
351
352 if [[ ${PV} = *9999* ]]; then
353 inherit git-r3
354
355 diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild
356 index 615ec85f..eaa9fe81 100644
357 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild
358 +++ b/x11-misc/obconf-qt/obconf-qt-9999.ebuild
359 @@ -6,7 +6,7 @@ EAPI=7
360 inherit cmake xdg-utils
361
362 DESCRIPTION="Qt GUI Openbox Configuration Tool"
363 -HOMEPAGE="https://lxqt.org/"
364 +HOMEPAGE="https://lxqt.github.io/"
365
366 if [[ ${PV} = *9999* ]]; then
367 inherit git-r3
368
369 diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
370 index 1a095cee..e106fda0 100644
371 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
372 +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
373 @@ -14,7 +14,7 @@ else
374 fi
375
376 DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"
377 -HOMEPAGE="https://lxqt.org/"
378 +HOMEPAGE="https://lxqt.github.io/"
379
380 LICENSE="GPL-2+ LGPL-2.1+"
381 SLOT="0"
382
383 diff --git a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
384 index bd947047..77f56015 100644
385 --- a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
386 +++ b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
387 @@ -1,4 +1,4 @@
388 -# Copyright 1999-2019 Gentoo Authors
389 +# Copyright 1999-2021 Gentoo Authors
390 # Distributed under the terms of the GNU General Public License v2
391
392 EAPI=7
393 @@ -6,7 +6,7 @@ EAPI=7
394 inherit cmake
395
396 DESCRIPTION="Themes, graphics and icons for LXQt"
397 -HOMEPAGE="https://lxqt.org/"
398 +HOMEPAGE="https://lxqt.github.io/"
399
400 if [[ ${PV} = *9999* ]]; then
401 inherit git-r3