Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/, lxqt-base/lxqt-notificationd/, x11-misc/obconf-qt/, ...
Date: Mon, 18 Feb 2019 21:05:31
Message-Id: 1550523686.785faa19290ac8e77bca09e25a415fa9a38591c3.chiitoo@gentoo
1 commit: 785faa19290ac8e77bca09e25a415fa9a38591c3
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 21:01:26 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 21:01:26 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=785faa19
7
8 lxqt: bump eapi to 7 for all related packages
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 13 +++++++------
14 lxqt-base/liblxqt/liblxqt-9999.ebuild | 11 ++++++-----
15 lxqt-base/libsysstat/libsysstat-9999.ebuild | 7 +++----
16 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 9 ++++-----
17 lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 9 ++++-----
18 lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 13 +++++++------
19 lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 13 +++++++------
20 lxqt-base/lxqt-l10n/lxqt-l10n-9999.ebuild | 7 ++++---
21 lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 6 ++----
22 .../lxqt-notificationd/lxqt-notificationd-9999.ebuild | 13 +++++++------
23 .../lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild | 13 +++++++------
24 lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 15 ++++++++-------
25 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 15 ++++++++-------
26 .../lxqt-powermanagement/lxqt-powermanagement-9999.ebuild | 15 ++++++++-------
27 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild | 13 +++++++------
28 lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 15 ++++++++-------
29 lxqt-base/lxqt-session/lxqt-session-9999.ebuild | 13 +++++++------
30 lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild | 9 ++++-----
31 media-gfx/lximage-qt/lximage-qt-9999.ebuild | 13 +++++++------
32 x11-libs/libfm-qt/libfm-qt-9999.ebuild | 15 ++++++++-------
33 x11-misc/obconf-qt/obconf-qt-9999.ebuild | 10 ++++++----
34 x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 13 +++++++------
35 22 files changed, 136 insertions(+), 124 deletions(-)
36
37 diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
38 index 8ab964bf..2f849fbd 100644
39 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
40 +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
41 @@ -1,7 +1,7 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 -EAPI=6
47 +EAPI=7
48 inherit cmake-utils
49
50 DESCRIPTION="A Simple and Lightweight Qt File Archiver"
51 @@ -18,6 +18,10 @@ fi
52 LICENSE="GPL-2"
53 SLOT="0"
54
55 +BDEPEND="
56 + dev-qt/linguist-tools:5
57 + >=dev-util/lxqt-build-tools-0.5.0
58 +"
59 RDEPEND="
60 dev-qt/qtcore:5
61 dev-qt/qtdbus:5
62 @@ -26,10 +30,7 @@ RDEPEND="
63 dev-qt/qtx11extras:5
64 >=x11-libs/libfm-qt-0.14.0
65 "
66 -DEPEND="${RDEPEND}
67 - dev-qt/linguist-tools:5
68 - >=dev-util/lxqt-build-tools-0.5.0
69 -"
70 +DEPEND="${RDEPEND}"
71
72 src_configure() {
73 cmake-utils_src_configure
74
75 diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
76 index 5cc862bf..42e598a4 100644
77 --- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
78 +++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
79 @@ -1,9 +1,9 @@
80 # Copyright 1999-2019 Gentoo Authors
81 # Distributed under the terms of the GNU General Public License v2
82
83 -EAPI=6
84 +EAPI=7
85
86 -inherit cmake-utils eapi7-ver
87 +inherit cmake-utils
88
89 DESCRIPTION="Common base library for the LXQt desktop environment"
90 HOMEPAGE="https://lxqt.org/"
91 @@ -20,6 +20,10 @@ LICENSE="LGPL-2.1+ BSD"
92 SLOT="0/$(ver_cut 1-2)"
93 IUSE="+policykit"
94
95 +BDEPEND="
96 + dev-qt/linguist-tools:5
97 + >=dev-util/lxqt-build-tools-0.6.0
98 +"
99 RDEPEND="
100 >=dev-libs/libqtxdg-3.3.0
101 dev-qt/qtcore:5
102 @@ -32,10 +36,7 @@ RDEPEND="
103 x11-libs/libX11
104 x11-libs/libXScrnSaver
105 "
106 -
107 DEPEND="${RDEPEND}
108 - dev-qt/linguist-tools:5
109 - >=dev-util/lxqt-build-tools-0.6.0
110 policykit? ( sys-auth/polkit-qt )
111 "
112
113
114 diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild
115 index df1b56b8..fe2f2307 100644
116 --- a/lxqt-base/libsysstat/libsysstat-9999.ebuild
117 +++ b/lxqt-base/libsysstat/libsysstat-9999.ebuild
118 @@ -1,7 +1,7 @@
119 # Copyright 1999-2019 Gentoo Authors
120 # Distributed under the terms of the GNU General Public License v2
121
122 -EAPI=6
123 +EAPI=7
124
125 inherit cmake-utils
126
127 @@ -19,7 +19,6 @@ fi
128 LICENSE="GPL-2+ LGPL-2.1+"
129 SLOT="0"
130
131 +BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
132 RDEPEND="dev-qt/qtcore:5"
133 -DEPEND="${RDEPEND}
134 - >=dev-util/lxqt-build-tools-0.6.0
135 -"
136 +DEPEND="${RDEPEND}"
137
138 diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
139 index 7b434b99..75f43775 100644
140 --- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
141 +++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
142 @@ -1,9 +1,9 @@
143 # Copyright 1999-2019 Gentoo Authors
144 # Distributed under the terms of the GNU General Public License v2
145
146 -EAPI=6
147 +EAPI=7
148
149 -inherit cmake-utils eapi7-ver
150 +inherit cmake-utils
151
152 DESCRIPTION="LXQt about dialog"
153 HOMEPAGE="https://lxqt.org/"
154 @@ -19,6 +19,7 @@ fi
155 LICENSE="LGPL-2.1+"
156 SLOT="0"
157
158 +BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
159 RDEPEND="
160 >=dev-libs/libqtxdg-3.3.0
161 dev-qt/qtcore:5
162 @@ -26,6 +27,4 @@ RDEPEND="
163 dev-qt/qtwidgets:5
164 =lxqt-base/liblxqt-$(ver_cut 1-2)*
165 "
166 -DEPEND="${RDEPEND}
167 - >=dev-util/lxqt-build-tools-0.6.0
168 -"
169 +DEPEND="${RDEPEND}"
170
171 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
172 index cd70e9ff..21736a39 100644
173 --- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
174 +++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
175 @@ -1,9 +1,9 @@
176 # Copyright 1999-2019 Gentoo Authors
177 # Distributed under the terms of the GNU General Public License v2
178
179 -EAPI=6
180 +EAPI=7
181
182 -inherit cmake-utils eapi7-ver
183 +inherit cmake-utils
184
185 DESCRIPTION="LXQt system administration tool"
186 HOMEPAGE="https://lxqt.org/"
187 @@ -19,6 +19,7 @@ fi
188 LICENSE="LGPL-2.1+"
189 SLOT="0"
190
191 +BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
192 RDEPEND="
193 dev-qt/qtcore:5
194 dev-qt/qtdbus:5
195 @@ -27,6 +28,4 @@ RDEPEND="
196 =lxqt-base/liblxqt-$(ver_cut 1-2)*
197 kde-frameworks/kwindowsystem:5
198 "
199 -DEPEND="${RDEPEND}
200 - >=dev-util/lxqt-build-tools-0.6.0
201 -"
202 +DEPEND="${RDEPEND}"
203
204 diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
205 index 192b7300..810341ce 100644
206 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
207 +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
208 @@ -1,9 +1,9 @@
209 # Copyright 1999-2019 Gentoo Authors
210 # Distributed under the terms of the GNU General Public License v2
211
212 -EAPI=6
213 +EAPI=7
214
215 -inherit cmake-utils gnome2-utils eapi7-ver
216 +inherit cmake-utils gnome2-utils
217
218 DESCRIPTION="LXQt system configuration control center"
219 HOMEPAGE="https://lxqt.org/"
220 @@ -20,6 +20,10 @@ LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
221 SLOT="0"
222 IUSE="+monitor +touchpad"
223
224 +BDEPEND="
225 + dev-qt/linguist-tools:5
226 + >=dev-util/lxqt-build-tools-0.6.0
227 +"
228 RDEPEND="
229 >=dev-libs/libqtxdg-3.3.0
230 dev-qt/qtcore:5
231 @@ -43,10 +47,7 @@ RDEPEND="
232 x11-libs/libXext
233 )
234 "
235 -DEPEND="${DEPEND}
236 - dev-qt/linguist-tools:5
237 - >=dev-util/lxqt-build-tools-0.6.0
238 -"
239 +DEPEND="${DEPEND}"
240
241 src_configure() {
242 local mycmakeargs=(
243
244 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
245 index bc4e4b5d..a8088d71 100644
246 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
247 +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
248 @@ -1,9 +1,9 @@
249 # Copyright 1999-2019 Gentoo Authors
250 # Distributed under the terms of the GNU General Public License v2
251
252 -EAPI=6
253 +EAPI=7
254
255 -inherit cmake-utils eapi7-ver
256 +inherit cmake-utils
257
258 DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
259 HOMEPAGE="https://lxqt.org/"
260 @@ -19,6 +19,10 @@ fi
261 LICENSE="LGPL-2.1+"
262 SLOT="0"
263
264 +BDEPEND="
265 + dev-qt/linguist-tools:5
266 + >=dev-util/lxqt-build-tools-0.6.0
267 +"
268 RDEPEND="
269 >=dev-libs/libqtxdg-3.3.0
270 dev-qt/qtcore:5
271 @@ -32,7 +36,4 @@ RDEPEND="
272 x11-libs/libX11
273 !lxqt-base/lxqt-common
274 "
275 -DEPEND="${RDEPEND}
276 - dev-qt/linguist-tools:5
277 - >=dev-util/lxqt-build-tools-0.6.0
278 -"
279 +DEPEND="${RDEPEND}"
280
281 diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-9999.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-9999.ebuild
282 index af55c1a8..180e7fde 100644
283 --- a/lxqt-base/lxqt-l10n/lxqt-l10n-9999.ebuild
284 +++ b/lxqt-base/lxqt-l10n/lxqt-l10n-9999.ebuild
285 @@ -1,7 +1,7 @@
286 # Copyright 1999-2019 Gentoo Authors
287 # Distributed under the terms of the GNU General Public License v2
288
289 -EAPI=6
290 +EAPI=7
291
292 inherit cmake-utils
293
294 @@ -19,8 +19,9 @@ fi
295 LICENSE="LGPL-2.1+"
296 SLOT="0"
297
298 -RDEPEND="!~x11-misc/obconf-qt-0.9.0_p20150729"
299 -DEPEND="${RDEPEND}
300 +BDEPEND="
301 dev-qt/linguist-tools:5
302 >=dev-util/lxqt-build-tools-0.6.0
303 "
304 +RDEPEND="!~x11-misc/obconf-qt-0.9.0_p20150729"
305 +DEPEND="${RDEPEND}"
306
307 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
308 index 2155a1d5..f113d4c4 100644
309 --- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
310 +++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
311 @@ -1,9 +1,7 @@
312 -# Copyright 1999-2018 Gentoo Authors
313 +# Copyright 1999-2019 Gentoo Authors
314 # Distributed under the terms of the GNU General Public License v2
315
316 -EAPI=6
317 -
318 -inherit eapi7-ver
319 +EAPI=7
320
321 DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
322 HOMEPAGE="https://lxqt.org/"
323
324 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
325 index a4beb3af..ee258c49 100644
326 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
327 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
328 @@ -1,9 +1,9 @@
329 # Copyright 1999-2019 Gentoo Authors
330 # Distributed under the terms of the GNU General Public License v2
331
332 -EAPI=6
333 +EAPI=7
334
335 -inherit cmake-utils eapi7-ver
336 +inherit cmake-utils
337
338 DESCRIPTION="LXQt notification daemon and library"
339 HOMEPAGE="https://lxqt.org/"
340 @@ -19,6 +19,10 @@ fi
341 LICENSE="LGPL-2.1+"
342 SLOT="0"
343
344 +BDEPEND="
345 + dev-qt/linguist-tools:5
346 + >=dev-util/lxqt-build-tools-0.6.0
347 +"
348 RDEPEND="
349 >=dev-libs/libqtxdg-3.3.0
350 dev-qt/qtcore:5
351 @@ -29,7 +33,4 @@ RDEPEND="
352 =lxqt-base/liblxqt-$(ver_cut 1-2)*
353 !lxqt-base/lxqt-common
354 "
355 -DEPEND="${RDEPEND}
356 - dev-qt/linguist-tools:5
357 - >=dev-util/lxqt-build-tools-0.6.0
358 -"
359 +DEPEND="${RDEPEND}"
360
361 diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild
362 index 1c4929b6..0da13230 100644
363 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild
364 +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild
365 @@ -1,9 +1,9 @@
366 # Copyright 1999-2019 Gentoo Authors
367 # Distributed under the terms of the GNU General Public License v2
368
369 -EAPI=6
370 +EAPI=7
371
372 -inherit cmake-utils eapi7-ver
373 +inherit cmake-utils
374
375 DESCRIPTION="LXQt OpenSSH user password prompt tool"
376 HOMEPAGE="https://lxqt.org/"
377 @@ -19,15 +19,16 @@ fi
378 LICENSE="LGPL-2.1+"
379 SLOT="0"
380
381 +BDEPEND="
382 + dev-qt/linguist-tools:5
383 + >=dev-util/lxqt-build-tools-0.6.0
384 +"
385 RDEPEND="
386 dev-qt/qtcore:5
387 dev-qt/qtwidgets:5
388 =lxqt-base/liblxqt-$(ver_cut 1-2)*
389 "
390 -DEPEND="${RDEPEND}
391 - dev-qt/linguist-tools:5
392 - >=dev-util/lxqt-build-tools-0.6.0
393 -"
394 +DEPEND="${RDEPEND}"
395
396 src_install(){
397 cmake-utils_src_install
398
399 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
400 index 1c8372b3..bec24119 100644
401 --- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
402 +++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
403 @@ -1,9 +1,9 @@
404 # Copyright 1999-2019 Gentoo Authors
405 # Distributed under the terms of the GNU General Public License v2
406
407 -EAPI=6
408 +EAPI=7
409
410 -inherit cmake-utils eapi7-ver
411 +inherit cmake-utils
412
413 DESCRIPTION="LXQt desktop panel and plugins"
414 HOMEPAGE="https://lxqt.org/"
415 @@ -25,6 +25,11 @@ IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +
416 +spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
417 REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
418
419 +BDEPEND="
420 + dev-qt/linguist-tools:5
421 + >=dev-util/lxqt-build-tools-0.6.0
422 + virtual/pkgconfig
423 +"
424 RDEPEND="
425 >=dev-libs/libqtxdg-3.3.0
426 dev-qt/qtcore:5
427 @@ -63,11 +68,7 @@ RDEPEND="
428 )
429 !lxqt-base/lxqt-common
430 "
431 -DEPEND="${RDEPEND}
432 - dev-qt/linguist-tools:5
433 - >=dev-util/lxqt-build-tools-0.6.0
434 - virtual/pkgconfig
435 -"
436 +DEPEND="${RDEPEND}"
437
438 src_configure() {
439 local mycmakeargs=(
440
441 diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
442 index ff00a07f..d27fe6da 100644
443 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
444 +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
445 @@ -1,9 +1,9 @@
446 # Copyright 1999-2019 Gentoo Authors
447 # Distributed under the terms of the GNU General Public License v2
448
449 -EAPI=6
450 +EAPI=7
451
452 -inherit cmake-utils eapi7-ver
453 +inherit cmake-utils
454
455 DESCRIPTION="LXQt PolKit authentication agent"
456 HOMEPAGE="https://lxqt.org/"
457 @@ -19,6 +19,11 @@ fi
458 LICENSE="LGPL-2.1+"
459 SLOT="0"
460
461 +BDEPEND="
462 + dev-qt/linguist-tools:5
463 + >=dev-util/lxqt-build-tools-0.6.0
464 + virtual/pkgconfig
465 +"
466 RDEPEND="
467 dev-libs/glib:2
468 >=dev-libs/libqtxdg-3.3.0
469 @@ -29,11 +34,7 @@ RDEPEND="
470 sys-auth/polkit-qt[qt5(+)]
471 !lxqt-base/lxqt-common
472 "
473 -DEPEND="${RDEPEND}
474 - >=dev-util/lxqt-build-tools-0.6.0
475 - dev-qt/linguist-tools:5
476 - virtual/pkgconfig
477 -"
478 +DEPEND="${RDEPEND}"
479
480 src_install(){
481 cmake-utils_src_install
482
483 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild
484 index eb8d0d93..ee4d28dc 100644
485 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild
486 +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild
487 @@ -1,9 +1,9 @@
488 # Copyright 1999-2019 Gentoo Authors
489 # Distributed under the terms of the GNU General Public License v2
490
491 -EAPI=6
492 +EAPI=7
493
494 -inherit cmake-utils eapi7-ver
495 +inherit cmake-utils
496
497 DESCRIPTION="LXQt daemon for power management and auto-suspend"
498 HOMEPAGE="https://lxqt.org/"
499 @@ -19,6 +19,11 @@ fi
500 LICENSE="LGPL-2.1+"
501 SLOT="0"
502
503 +BDEPEND="
504 + dev-qt/linguist-tools:5
505 + >=dev-util/lxqt-build-tools-0.6.0
506 + virtual/pkgconfig
507 +"
508 RDEPEND="
509 >=dev-libs/libqtxdg-3.3.0
510 dev-qt/qtcore:5
511 @@ -36,8 +41,4 @@ RDEPEND="
512 )
513 !lxqt-base/lxqt-common
514 "
515 -DEPEND="${RDEPEND}
516 - dev-qt/linguist-tools:5
517 - >=dev-util/lxqt-build-tools-0.6.0
518 - virtual/pkgconfig
519 -"
520 +DEPEND="${RDEPEND}"
521
522 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild
523 index 342a77fb..94944c0f 100644
524 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild
525 +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild
526 @@ -1,9 +1,9 @@
527 # Copyright 1999-2019 Gentoo Authors
528 # Distributed under the terms of the GNU General Public License v2
529
530 -EAPI=6
531 +EAPI=7
532
533 -inherit cmake-utils eapi7-ver
534 +inherit cmake-utils
535
536 DESCRIPTION="LXQt system integration plugin for Qt"
537 HOMEPAGE="https://lxqt.org/"
538 @@ -19,6 +19,10 @@ fi
539 LICENSE="LGPL-2.1+"
540 SLOT="0"
541
542 +BDEPEND="
543 + dev-qt/linguist-tools:5
544 + >=dev-util/lxqt-build-tools-0.6.0
545 +"
546 RDEPEND="
547 dev-libs/libdbusmenu-qt:=[qt5(+)]
548 >=dev-libs/libqtxdg-3.3.0
549 @@ -29,7 +33,4 @@ RDEPEND="
550 dev-qt/qtx11extras:5
551 =x11-libs/libfm-qt-$(ver_cut 1-2)*
552 "
553 -DEPEND="${RDEPEND}
554 - dev-qt/linguist-tools:5
555 - >=dev-util/lxqt-build-tools-0.6.0
556 -"
557 +DEPEND="${RDEPEND}"
558
559 diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
560 index 2035aeac..eb8e1c97 100644
561 --- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
562 +++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
563 @@ -1,9 +1,9 @@
564 # Copyright 1999-2019 Gentoo Authors
565 # Distributed under the terms of the GNU General Public License v2
566
567 -EAPI=6
568 +EAPI=7
569
570 -inherit cmake-utils eapi7-ver
571 +inherit cmake-utils
572
573 DESCRIPTION="LXQt quick launcher"
574 HOMEPAGE="https://lxqt.org/"
575 @@ -21,6 +21,11 @@ fi
576 LICENSE="LGPL-2.1+"
577 SLOT="0"
578
579 +BDEPEND="
580 + dev-qt/linguist-tools:5
581 + >=dev-util/lxqt-build-tools-0.6.0
582 + virtual/pkgconfig
583 +"
584 RDEPEND="
585 >=dev-cpp/muParser-2.2.3:=
586 >=dev-libs/libqtxdg-3.3.0
587 @@ -34,11 +39,7 @@ RDEPEND="
588 =lxqt-base/lxqt-globalkeys-${MY_PV}
589 !lxqt-base/lxqt-common
590 "
591 -DEPEND="${RDEPEND}
592 - dev-qt/linguist-tools:5
593 - >=dev-util/lxqt-build-tools-0.6.0
594 - virtual/pkgconfig
595 -"
596 +DEPEND="${RDEPEND}"
597
598 src_install(){
599 cmake-utils_src_install
600
601 diff --git a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild
602 index 941b917d..1d49ebfc 100644
603 --- a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild
604 +++ b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild
605 @@ -1,9 +1,9 @@
606 # Copyright 1999-2019 Gentoo Authors
607 # Distributed under the terms of the GNU General Public License v2
608
609 -EAPI=6
610 +EAPI=7
611
612 -inherit cmake-utils eapi7-ver
613 +inherit cmake-utils
614
615 DESCRIPTION="LXQT session manager"
616 HOMEPAGE="https://lxqt.org/"
617 @@ -23,6 +23,10 @@ IUSE="+themes +udev"
618 LICENSE="LGPL-2.1+"
619 SLOT="0"
620
621 +BDEPEND="
622 + dev-qt/linguist-tools:5
623 + >=dev-util/lxqt-build-tools-0.6.0
624 +"
625 RDEPEND="
626 >=dev-libs/libqtxdg-3.3.0
627 dev-qt/qtcore:5
628 @@ -38,10 +42,7 @@ RDEPEND="
629 udev? ( virtual/libudev )
630 !lxqt-base/lxqt-common
631 "
632 -DEPEND="${RDEPEND}
633 - dev-qt/linguist-tools:5
634 - >=dev-util/lxqt-build-tools-0.6.0
635 -"
636 +DEPEND="${RDEPEND}"
637
638 src_configure() {
639 local mycmakeargs=(
640
641 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
642 index fb1d72c3..6714b3bc 100644
643 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
644 +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
645 @@ -1,9 +1,9 @@
646 # Copyright 1999-2019 Gentoo Authors
647 # Distributed under the terms of the GNU General Public License v2
648
649 -EAPI=6
650 +EAPI=7
651
652 -inherit cmake-utils eapi7-ver
653 +inherit cmake-utils
654
655 DESCRIPTION="LXQt GUI frontend for sudo"
656 HOMEPAGE="https://lxqt.org/"
657 @@ -19,6 +19,7 @@ fi
658 LICENSE="LGPL-2.1+"
659 SLOT="0"
660
661 +BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
662 RDEPEND="
663 app-admin/sudo
664 >=dev-libs/libqtxdg-3.3.0
665 @@ -26,6 +27,4 @@ RDEPEND="
666 dev-qt/qtwidgets:5
667 =lxqt-base/liblxqt-$(ver_cut 1-2)*
668 "
669 -DEPEND="${RDEPEND}
670 - >=dev-util/lxqt-build-tools-0.6.0
671 -"
672 +DEPEND="${RDEPEND}"
673
674 diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
675 index f05cda1c..35575df2 100644
676 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild
677 +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
678 @@ -1,7 +1,7 @@
679 # Copyright 1999-2019 Gentoo Authors
680 # Distributed under the terms of the GNU General Public License v2
681
682 -EAPI=6
683 +EAPI=7
684
685 inherit cmake-utils
686
687 @@ -19,6 +19,11 @@ fi
688 LICENSE="GPL-2+ LGPL-2.1+"
689 SLOT="0"
690
691 +BDEPEND="
692 + dev-qt/linguist-tools:5
693 + >=dev-util/lxqt-build-tools-0.5.0
694 + virtual/pkgconfig
695 +"
696 RDEPEND="
697 dev-libs/glib:2
698 dev-qt/qtcore:5
699 @@ -35,8 +40,4 @@ RDEPEND="
700 x11-libs/libX11
701 x11-libs/libXfixes
702 "
703 -DEPEND="${RDEPEND}
704 - dev-qt/linguist-tools:5
705 - >=dev-util/lxqt-build-tools-0.5.0
706 - virtual/pkgconfig
707 -"
708 +DEPEND="${RDEPEND}"
709
710 diff --git a/x11-libs/libfm-qt/libfm-qt-9999.ebuild b/x11-libs/libfm-qt/libfm-qt-9999.ebuild
711 index fc6c658a..7eada74c 100644
712 --- a/x11-libs/libfm-qt/libfm-qt-9999.ebuild
713 +++ b/x11-libs/libfm-qt/libfm-qt-9999.ebuild
714 @@ -1,9 +1,9 @@
715 # Copyright 1999-2019 Gentoo Authors
716 # Distributed under the terms of the GNU General Public License v2
717
718 -EAPI=6
719 +EAPI=7
720
721 -inherit cmake-utils eapi7-ver
722 +inherit cmake-utils
723
724 DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"
725 HOMEPAGE="https://lxqt.org/"
726 @@ -19,6 +19,11 @@ fi
727 LICENSE="GPL-2+ LGPL-2.1+"
728 SLOT="0/5"
729
730 +BDEPEND="
731 + dev-qt/linguist-tools:5
732 + >=dev-util/lxqt-build-tools-0.5.0
733 + virtual/pkgconfig
734 +"
735 RDEPEND="
736 dev-libs/glib:2
737 dev-qt/qtcore:5
738 @@ -30,8 +35,4 @@ RDEPEND="
739 >=x11-libs/libfm-1.2.0:=
740 x11-libs/libxcb:=
741 "
742 -DEPEND="${RDEPEND}
743 - dev-qt/linguist-tools:5
744 - >=dev-util/lxqt-build-tools-0.5.0
745 - virtual/pkgconfig
746 -"
747 +DEPEND="${RDEPEND}"
748
749 diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild
750 index 1cdeb1ff..593e4139 100644
751 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild
752 +++ b/x11-misc/obconf-qt/obconf-qt-9999.ebuild
753 @@ -1,7 +1,7 @@
754 # Copyright 1999-2019 Gentoo Authors
755 # Distributed under the terms of the GNU General Public License v2
756
757 -EAPI=6
758 +EAPI=7
759
760 inherit cmake-utils gnome2-utils xdg-utils
761
762 @@ -19,6 +19,11 @@ fi
763 LICENSE="GPL-2+"
764 SLOT="0"
765
766 +BDEPEND="
767 + dev-qt/linguist-tools:5
768 + >=dev-util/lxqt-build-tools-0.5.0
769 + virtual/pkgconfig
770 +"
771 RDEPEND="
772 dev-libs/glib:2
773 dev-qt/qtcore:5
774 @@ -29,10 +34,7 @@ RDEPEND="
775 x11-libs/libX11
776 "
777 DEPEND="${RDEPEND}
778 - dev-qt/linguist-tools:5
779 - >=dev-util/lxqt-build-tools-0.5.0
780 sys-apps/sed
781 - virtual/pkgconfig
782 "
783
784 pkg_postinst() {
785
786 diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
787 index dc722431..6d797fe7 100644
788 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
789 +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
790 @@ -1,9 +1,9 @@
791 # Copyright 1999-2019 Gentoo Authors
792 # Distributed under the terms of the GNU General Public License v2
793
794 -EAPI=6
795 +EAPI=7
796
797 -inherit cmake-utils eapi7-ver xdg-utils
798 +inherit cmake-utils xdg-utils
799
800 if [[ "${PV}" == "9999" ]]; then
801 inherit git-r3
802 @@ -19,6 +19,10 @@ HOMEPAGE="https://lxqt.org/"
803 LICENSE="GPL-2+ LGPL-2.1+"
804 SLOT="0"
805
806 +BDEPEND="
807 + dev-qt/linguist-tools:5
808 + >=dev-util/lxqt-build-tools-0.5.0
809 +"
810 RDEPEND="
811 dev-libs/glib:2
812 dev-qt/qtcore:5
813 @@ -34,10 +38,7 @@ RDEPEND="
814 virtual/freedesktop-icon-theme
815 !lxqt-base/lxqt-common
816 "
817 -DEPEND="${RDEPEND}
818 - dev-qt/linguist-tools:5
819 - >=dev-util/lxqt-build-tools-0.5.0
820 -"
821 +DEPEND="${RDEPEND}"
822
823 pkg_postinst() {
824 xdg_desktop_database_update