Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coreimage/, gui-apps/corestats/, gui-apps/corepdf/, gui-apps/corefm/, ...
Date: Sat, 03 Apr 2021 19:52:06
Message-Id: 1617479271.2d85215993f96209b6d53ffedfbed12a9e8d9dfa.xgqt@gentoo
1 commit: 2d85215993f96209b6d53ffedfbed12a9e8d9dfa
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Sat Apr 3 19:47:51 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Sat Apr 3 19:47:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d852159
7
8 gui-apps/core*: use cmake for live versions
9
10 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
11
12 gui-apps/coreaction/coreaction-9999.ebuild | 22 ++++------------------
13 gui-apps/corearchiver/corearchiver-9999.ebuild | 22 ++++------------------
14 gui-apps/corefm/corefm-9999.ebuild | 20 +++-----------------
15 gui-apps/coregarage/coregarage-9999.ebuild | 22 ++++------------------
16 gui-apps/coreimage/coreimage-9999.ebuild | 20 +++-----------------
17 gui-apps/coreinfo/coreinfo-9999.ebuild | 22 ++++------------------
18 gui-apps/corekeyboard/corekeyboard-9999.ebuild | 20 +++-----------------
19 gui-apps/corepad/corepad-9999.ebuild | 22 ++++------------------
20 gui-apps/corepaint/corepaint-9999.ebuild | 22 ++++------------------
21 gui-apps/corepdf/corepdf-9999.ebuild | 22 ++++------------------
22 gui-apps/corepins/corepins-9999.ebuild | 19 ++-----------------
23 gui-apps/corerenamer/corerenamer-9999.ebuild | 22 ++++------------------
24 gui-apps/coreshot/coreshot-9999.ebuild | 22 ++++------------------
25 gui-apps/corestats/corestats-9999.ebuild | 22 ++++------------------
26 gui-apps/corestuff/corestuff-9999.ebuild | 22 ++++------------------
27 gui-apps/coreterminal/coreterminal-9999.ebuild | 20 +++-----------------
28 gui-apps/coretime/coretime-9999.ebuild | 22 ++++------------------
29 gui-apps/coreuniverse/coreuniverse-9999.ebuild | 20 +++-----------------
30 18 files changed, 65 insertions(+), 318 deletions(-)
31
32 diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild
33 index e7524dade..3965c6eb8 100644
34 --- a/gui-apps/coreaction/coreaction-9999.ebuild
35 +++ b/gui-apps/coreaction/coreaction-9999.ebuild
36 @@ -1,9 +1,9 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 +# Copyright 1999-2021 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42
43 -inherit qmake-utils xdg
44 +inherit cmake xdg
45
46 DESCRIPTION="A side bar for showing widgets for C Suite"
47 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction"
48 @@ -31,21 +31,7 @@ RDEPEND="
49 "
50
51 src_prepare() {
52 - default
53 + cmake_src_prepare
54
55 - sed -i 's/CSuite/X-CSuite/' app/"${PN}.desktop" || die
56 -}
57 -
58 -src_configure() {
59 - eqmake5
60 -}
61 -
62 -src_compile() {
63 - emake
64 -}
65 -
66 -src_install() {
67 - einstalldocs
68 -
69 - emake INSTALL_ROOT="${D}" install
70 + sed -i 's/CSuite/X-CSuite/' app/*.desktop || die
71 }
72
73 diff --git a/gui-apps/corearchiver/corearchiver-9999.ebuild b/gui-apps/corearchiver/corearchiver-9999.ebuild
74 index 0f739637f..ddc11a096 100644
75 --- a/gui-apps/corearchiver/corearchiver-9999.ebuild
76 +++ b/gui-apps/corearchiver/corearchiver-9999.ebuild
77 @@ -1,9 +1,9 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 +# Copyright 1999-2021 Gentoo Authors
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=7
83
84 -inherit qmake-utils xdg
85 +inherit cmake xdg
86
87 DESCRIPTION="Archiver for C Suite, to create and extract archives"
88 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver"
89 @@ -33,21 +33,7 @@ RDEPEND="
90 "
91
92 src_prepare() {
93 - default
94 + cmake_src_prepare
95
96 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
97 -}
98 -
99 -src_configure() {
100 - eqmake5
101 -}
102 -
103 -src_compile() {
104 - emake
105 -}
106 -
107 -src_install() {
108 - einstalldocs
109 -
110 - emake INSTALL_ROOT="${D}" install
111 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
112 }
113
114 diff --git a/gui-apps/corefm/corefm-9999.ebuild b/gui-apps/corefm/corefm-9999.ebuild
115 index ea3deb8db..6a7d8b8b8 100644
116 --- a/gui-apps/corefm/corefm-9999.ebuild
117 +++ b/gui-apps/corefm/corefm-9999.ebuild
118 @@ -3,7 +3,7 @@
119
120 EAPI=7
121
122 -inherit qmake-utils xdg
123 +inherit cmake xdg
124
125 DESCRIPTION="A lightweight file-manager for C Suite"
126 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm"
127 @@ -33,21 +33,7 @@ RDEPEND="
128 "
129
130 src_prepare() {
131 - default
132 + cmake_src_prepare
133
134 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
135 -}
136 -
137 -src_configure() {
138 - eqmake5
139 -}
140 -
141 -src_compile() {
142 - emake
143 -}
144 -
145 -src_install() {
146 - einstalldocs
147 -
148 - emake INSTALL_ROOT="${D}" install
149 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
150 }
151
152 diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild
153 index 3c6916721..30de6e0b7 100644
154 --- a/gui-apps/coregarage/coregarage-9999.ebuild
155 +++ b/gui-apps/coregarage/coregarage-9999.ebuild
156 @@ -1,9 +1,9 @@
157 -# Copyright 1999-2020 Gentoo Authors
158 +# Copyright 1999-2021 Gentoo Authors
159 # Distributed under the terms of the GNU General Public License v2
160
161 EAPI=7
162
163 -inherit qmake-utils xdg
164 +inherit cmake xdg
165
166 DESCRIPTION="A settings manager for C Suite"
167 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
168 @@ -34,21 +34,7 @@ RDEPEND="
169 "
170
171 src_prepare() {
172 - default
173 + cmake_src_prepare
174
175 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
176 -}
177 -
178 -src_configure() {
179 - eqmake5
180 -}
181 -
182 -src_compile() {
183 - emake
184 -}
185 -
186 -src_install() {
187 - einstalldocs
188 -
189 - emake INSTALL_ROOT="${D}" install
190 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
191 }
192
193 diff --git a/gui-apps/coreimage/coreimage-9999.ebuild b/gui-apps/coreimage/coreimage-9999.ebuild
194 index f7feb91a3..908b0ae66 100644
195 --- a/gui-apps/coreimage/coreimage-9999.ebuild
196 +++ b/gui-apps/coreimage/coreimage-9999.ebuild
197 @@ -3,7 +3,7 @@
198
199 EAPI=7
200
201 -inherit qmake-utils xdg
202 +inherit cmake xdg
203
204 DESCRIPTION="An image viewer for C Suite"
205 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage"
206 @@ -34,21 +34,7 @@ RDEPEND="
207 "
208
209 src_prepare() {
210 - default
211 + cmake_src_prepare
212
213 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
214 -}
215 -
216 -src_configure() {
217 - eqmake5
218 -}
219 -
220 -src_compile() {
221 - emake
222 -}
223 -
224 -src_install() {
225 - einstalldocs
226 -
227 - emake INSTALL_ROOT="${D}" install
228 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
229 }
230
231 diff --git a/gui-apps/coreinfo/coreinfo-9999.ebuild b/gui-apps/coreinfo/coreinfo-9999.ebuild
232 index 503b5d116..a43fa5fc0 100644
233 --- a/gui-apps/coreinfo/coreinfo-9999.ebuild
234 +++ b/gui-apps/coreinfo/coreinfo-9999.ebuild
235 @@ -1,9 +1,9 @@
236 -# Copyright 1999-2020 Gentoo Authors
237 +# Copyright 1999-2021 Gentoo Authors
238 # Distributed under the terms of the GNU General Public License v2
239
240 EAPI=7
241
242 -inherit qmake-utils xdg
243 +inherit cmake xdg
244
245 DESCRIPTION="A file information tool for C Suite"
246 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo"
247 @@ -35,21 +35,7 @@ RDEPEND="
248 "
249
250 src_prepare() {
251 - default
252 + cmake_src_prepare
253
254 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
255 -}
256 -
257 -src_configure() {
258 - eqmake5
259 -}
260 -
261 -src_compile() {
262 - emake
263 -}
264 -
265 -src_install() {
266 - einstalldocs
267 -
268 - emake INSTALL_ROOT="${D}" install
269 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
270 }
271
272 diff --git a/gui-apps/corekeyboard/corekeyboard-9999.ebuild b/gui-apps/corekeyboard/corekeyboard-9999.ebuild
273 index b09193992..ad44b5f79 100644
274 --- a/gui-apps/corekeyboard/corekeyboard-9999.ebuild
275 +++ b/gui-apps/corekeyboard/corekeyboard-9999.ebuild
276 @@ -3,7 +3,7 @@
277
278 EAPI=7
279
280 -inherit qmake-utils xdg
281 +inherit cmake xdg
282
283 DESCRIPTION="A x11 based virtual keyboard for C Suite"
284 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard"
285 @@ -33,21 +33,7 @@ RDEPEND="
286 "
287
288 src_prepare() {
289 - default
290 + cmake_src_prepare
291
292 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
293 -}
294 -
295 -src_configure() {
296 - eqmake5
297 -}
298 -
299 -src_compile() {
300 - emake
301 -}
302 -
303 -src_install() {
304 - einstalldocs
305 -
306 - emake INSTALL_ROOT="${D}" install
307 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
308 }
309
310 diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild
311 index d9494660c..f83942e8c 100644
312 --- a/gui-apps/corepad/corepad-9999.ebuild
313 +++ b/gui-apps/corepad/corepad-9999.ebuild
314 @@ -1,9 +1,9 @@
315 -# Copyright 1999-2020 Gentoo Authors
316 +# Copyright 1999-2021 Gentoo Authors
317 # Distributed under the terms of the GNU General Public License v2
318
319 EAPI=7
320
321 -inherit qmake-utils xdg
322 +inherit cmake xdg
323
324 DESCRIPTION="A document editor for C Suite"
325 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad"
326 @@ -33,21 +33,7 @@ RDEPEND="
327 "
328
329 src_prepare() {
330 - default
331 + cmake_src_prepare
332
333 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
334 -}
335 -
336 -src_configure() {
337 - eqmake5
338 -}
339 -
340 -src_compile() {
341 - emake
342 -}
343 -
344 -src_install() {
345 - einstalldocs
346 -
347 - emake INSTALL_ROOT="${D}" install
348 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
349 }
350
351 diff --git a/gui-apps/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-9999.ebuild
352 index a5a4ad7f7..162903c97 100644
353 --- a/gui-apps/corepaint/corepaint-9999.ebuild
354 +++ b/gui-apps/corepaint/corepaint-9999.ebuild
355 @@ -1,9 +1,9 @@
356 -# Copyright 1999-2020 Gentoo Authors
357 +# Copyright 1999-2021 Gentoo Authors
358 # Distributed under the terms of the GNU General Public License v2
359
360 EAPI=7
361
362 -inherit qmake-utils xdg
363 +inherit cmake xdg
364
365 DESCRIPTION="A paint app for C Suite"
366 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
367 @@ -32,21 +32,7 @@ RDEPEND="
368 "
369
370 src_prepare() {
371 - default
372 + cmake_src_prepare
373
374 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
375 -}
376 -
377 -src_configure() {
378 - eqmake5
379 -}
380 -
381 -src_compile() {
382 - emake
383 -}
384 -
385 -src_install() {
386 - einstalldocs
387 -
388 - emake INSTALL_ROOT="${D}" install
389 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
390 }
391
392 diff --git a/gui-apps/corepdf/corepdf-9999.ebuild b/gui-apps/corepdf/corepdf-9999.ebuild
393 index 7c4c75112..fe0a53ec5 100644
394 --- a/gui-apps/corepdf/corepdf-9999.ebuild
395 +++ b/gui-apps/corepdf/corepdf-9999.ebuild
396 @@ -1,9 +1,9 @@
397 -# Copyright 1999-2020 Gentoo Authors
398 +# Copyright 1999-2021 Gentoo Authors
399 # Distributed under the terms of the GNU General Public License v2
400
401 EAPI=7
402
403 -inherit qmake-utils xdg
404 +inherit cmake xdg
405
406 DESCRIPTION="A PDF viewer for C Suite"
407 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf"
408 @@ -33,21 +33,7 @@ RDEPEND="
409 "
410
411 src_prepare() {
412 - default
413 + cmake_src_prepare
414
415 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
416 -}
417 -
418 -src_configure() {
419 - eqmake5
420 -}
421 -
422 -src_compile() {
423 - emake
424 -}
425 -
426 -src_install() {
427 - einstalldocs
428 -
429 - emake INSTALL_ROOT="${D}" install
430 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
431 }
432
433 diff --git a/gui-apps/corepins/corepins-9999.ebuild b/gui-apps/corepins/corepins-9999.ebuild
434 index 94fbe2e95..b3a182710 100644
435 --- a/gui-apps/corepins/corepins-9999.ebuild
436 +++ b/gui-apps/corepins/corepins-9999.ebuild
437 @@ -3,7 +3,7 @@
438
439 EAPI=7
440
441 -inherit qmake-utils xdg
442 +inherit cmake xdg
443
444 DESCRIPTION="A bookmarking app for C Suite"
445 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins"
446 @@ -32,22 +32,7 @@ RDEPEND="
447 "
448
449 src_prepare() {
450 - default
451 + cmake_src_prepare
452
453 - sed -i 's/C Suite/X-CSuite/' *.desktop || die
454 sed -i 's/CSuite/X-CSuite/' *.desktop || die
455 }
456 -
457 -src_configure() {
458 - eqmake5
459 -}
460 -
461 -src_compile() {
462 - emake
463 -}
464 -
465 -src_install() {
466 - einstalldocs
467 -
468 - emake INSTALL_ROOT="${D}" install
469 -}
470
471 diff --git a/gui-apps/corerenamer/corerenamer-9999.ebuild b/gui-apps/corerenamer/corerenamer-9999.ebuild
472 index b29774136..2c905afbe 100644
473 --- a/gui-apps/corerenamer/corerenamer-9999.ebuild
474 +++ b/gui-apps/corerenamer/corerenamer-9999.ebuild
475 @@ -1,9 +1,9 @@
476 -# Copyright 1999-2020 Gentoo Authors
477 +# Copyright 1999-2021 Gentoo Authors
478 # Distributed under the terms of the GNU General Public License v2
479
480 EAPI=7
481
482 -inherit qmake-utils xdg
483 +inherit cmake xdg
484
485 DESCRIPTION="A batch file renamer for C Suite"
486 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer"
487 @@ -32,21 +32,7 @@ RDEPEND="
488 "
489
490 src_prepare() {
491 - default
492 + cmake_src_prepare
493
494 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
495 -}
496 -
497 -src_configure() {
498 - eqmake5
499 -}
500 -
501 -src_compile() {
502 - emake
503 -}
504 -
505 -src_install() {
506 - einstalldocs
507 -
508 - emake INSTALL_ROOT="${D}" install
509 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
510 }
511
512 diff --git a/gui-apps/coreshot/coreshot-9999.ebuild b/gui-apps/coreshot/coreshot-9999.ebuild
513 index faf3bdc16..144ba959a 100644
514 --- a/gui-apps/coreshot/coreshot-9999.ebuild
515 +++ b/gui-apps/coreshot/coreshot-9999.ebuild
516 @@ -1,9 +1,9 @@
517 -# Copyright 1999-2020 Gentoo Authors
518 +# Copyright 1999-2021 Gentoo Authors
519 # Distributed under the terms of the GNU General Public License v2
520
521 EAPI=7
522
523 -inherit qmake-utils xdg
524 +inherit cmake xdg
525
526 DESCRIPTION="A screen capture utility for C Suite"
527 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
528 @@ -33,21 +33,7 @@ RDEPEND="
529 "
530
531 src_prepare() {
532 - default
533 + cmake_src_prepare
534
535 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
536 -}
537 -
538 -src_configure() {
539 - eqmake5
540 -}
541 -
542 -src_compile() {
543 - emake
544 -}
545 -
546 -src_install() {
547 - einstalldocs
548 -
549 - emake INSTALL_ROOT="${D}" install
550 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
551 }
552
553 diff --git a/gui-apps/corestats/corestats-9999.ebuild b/gui-apps/corestats/corestats-9999.ebuild
554 index d3f2e9768..ffe980266 100644
555 --- a/gui-apps/corestats/corestats-9999.ebuild
556 +++ b/gui-apps/corestats/corestats-9999.ebuild
557 @@ -1,9 +1,9 @@
558 -# Copyright 1999-2020 Gentoo Authors
559 +# Copyright 1999-2021 Gentoo Authors
560 # Distributed under the terms of the GNU General Public License v2
561
562 EAPI=7
563
564 -inherit qmake-utils xdg
565 +inherit cmake xdg
566
567 DESCRIPTION="A system resource viewer for C Suite"
568 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats"
569 @@ -35,21 +35,7 @@ RDEPEND="
570 "
571
572 src_prepare() {
573 - default
574 + cmake_src_prepare
575
576 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
577 -}
578 -
579 -src_configure() {
580 - eqmake5
581 -}
582 -
583 -src_compile() {
584 - emake
585 -}
586 -
587 -src_install() {
588 - einstalldocs
589 -
590 - emake INSTALL_ROOT="${D}" install
591 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
592 }
593
594 diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild
595 index 95490556f..584d9ca65 100644
596 --- a/gui-apps/corestuff/corestuff-9999.ebuild
597 +++ b/gui-apps/corestuff/corestuff-9999.ebuild
598 @@ -1,9 +1,9 @@
599 -# Copyright 1999-2020 Gentoo Authors
600 +# Copyright 1999-2021 Gentoo Authors
601 # Distributed under the terms of the GNU General Public License v2
602
603 EAPI=7
604
605 -inherit qmake-utils xdg
606 +inherit cmake xdg
607
608 DESCRIPTION="An activity viewer for C Suite"
609 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
610 @@ -33,21 +33,7 @@ RDEPEND="
611 "
612
613 src_prepare() {
614 - default
615 + cmake_src_prepare
616
617 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
618 -}
619 -
620 -src_configure() {
621 - eqmake5
622 -}
623 -
624 -src_compile() {
625 - emake
626 -}
627 -
628 -src_install() {
629 - einstalldocs
630 -
631 - emake INSTALL_ROOT="${D}" install
632 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
633 }
634
635 diff --git a/gui-apps/coreterminal/coreterminal-9999.ebuild b/gui-apps/coreterminal/coreterminal-9999.ebuild
636 index 405602a94..77f273463 100644
637 --- a/gui-apps/coreterminal/coreterminal-9999.ebuild
638 +++ b/gui-apps/coreterminal/coreterminal-9999.ebuild
639 @@ -3,7 +3,7 @@
640
641 EAPI=7
642
643 -inherit qmake-utils xdg
644 +inherit cmake xdg
645
646 DESCRIPTION="A terminal emulator for C Suite"
647 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal"
648 @@ -34,21 +34,7 @@ RDEPEND="
649 "
650
651 src_prepare() {
652 - default
653 + cmake_src_prepare
654
655 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
656 -}
657 -
658 -src_configure() {
659 - eqmake5
660 -}
661 -
662 -src_compile() {
663 - emake
664 -}
665 -
666 -src_install() {
667 - einstalldocs
668 -
669 - emake INSTALL_ROOT="${D}" install
670 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
671 }
672
673 diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild
674 index 677daaec9..74d037ebc 100644
675 --- a/gui-apps/coretime/coretime-9999.ebuild
676 +++ b/gui-apps/coretime/coretime-9999.ebuild
677 @@ -1,9 +1,9 @@
678 -# Copyright 1999-2020 Gentoo Authors
679 +# Copyright 1999-2021 Gentoo Authors
680 # Distributed under the terms of the GNU General Public License v2
681
682 EAPI=7
683
684 -inherit qmake-utils xdg
685 +inherit cmake xdg
686
687 DESCRIPTION="A time related task manager for C Suite"
688 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
689 @@ -33,21 +33,7 @@ RDEPEND="
690 "
691
692 src_prepare() {
693 - default
694 + cmake_src_prepare
695
696 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
697 -}
698 -
699 -src_configure() {
700 - eqmake5
701 -}
702 -
703 -src_compile() {
704 - emake
705 -}
706 -
707 -src_install() {
708 - einstalldocs
709 -
710 - emake INSTALL_ROOT="${D}" install
711 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
712 }
713
714 diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
715 index b7e6da131..2c3544aab 100644
716 --- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild
717 +++ b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
718 @@ -3,7 +3,7 @@
719
720 EAPI=7
721
722 -inherit qmake-utils xdg
723 +inherit cmake xdg
724
725 DESCRIPTION="Shows information about apps for C Suite"
726 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
727 @@ -32,21 +32,7 @@ RDEPEND="
728 "
729
730 src_prepare() {
731 - default
732 + cmake_src_prepare
733
734 - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
735 -}
736 -
737 -src_configure() {
738 - eqmake5
739 -}
740 -
741 -src_compile() {
742 - emake
743 -}
744 -
745 -src_install() {
746 - einstalldocs
747 -
748 - emake INSTALL_ROOT="${D}" install
749 + sed -i 's/CSuite/X-CSuite/' *.desktop || die
750 }