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/coretoppings/
Date: Thu, 08 Apr 2021 14:30:11
Message-Id: 1617892202.9f7bd2a1581d8c9684f20cd47c2f5842f9161d31.xgqt@gentoo
1 commit: 9f7bd2a1581d8c9684f20cd47c2f5842f9161d31
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Thu Apr 8 14:29:29 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 8 14:30:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f7bd2a1
7
8 gui-apps/coretoppings: add missing libdbusmenu-qt dep
9
10 Bug: https://bugs.gentoo.org/781044
11
12 Package-Manager: Portage-3.0.17, Repoman-3.0.2
13 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
14
15 gui-apps/coretoppings/coretoppings-4.0.0.ebuild | 3 ++-
16 gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild | 3 ++-
17 gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild | 1 +
18 gui-apps/coretoppings/coretoppings-9999.ebuild | 1 +
19 4 files changed, 6 insertions(+), 2 deletions(-)
20
21 diff --git a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
22 index 0fa865a46..3d79214e0 100644
23 --- a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
24 +++ b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -23,6 +23,7 @@ SLOT="0"
32 IUSE="location pulseaudio"
33
34 DEPEND="
35 + dev-libs/libdbusmenu-qt
36 dev-qt/qtbluetooth:5
37 dev-qt/qtwidgets:5
38 dev-qt/qtx11extras:5
39
40 diff --git a/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild b/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
41 index 2b7a76690..a3b26de46 100644
42 --- a/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
43 +++ b/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 +# Copyright 1999-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -23,6 +23,7 @@ SLOT="0"
51 IUSE="location pulseaudio"
52
53 DEPEND="
54 + dev-libs/libdbusmenu-qt
55 dev-qt/qtbluetooth:5
56 dev-qt/qtwidgets:5
57 dev-qt/qtx11extras:5
58
59 diff --git a/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild
60 index 6f4ab676d..796a3bc4e 100644
61 --- a/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild
62 +++ b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild
63 @@ -25,6 +25,7 @@ SLOT="0"
64 IUSE="location pulseaudio"
65
66 DEPEND="
67 + dev-libs/libdbusmenu-qt
68 dev-qt/qtbluetooth:5
69 dev-qt/qtwidgets:5
70 dev-qt/qtx11extras:5
71
72 diff --git a/gui-apps/coretoppings/coretoppings-9999.ebuild b/gui-apps/coretoppings/coretoppings-9999.ebuild
73 index 6f4ab676d..796a3bc4e 100644
74 --- a/gui-apps/coretoppings/coretoppings-9999.ebuild
75 +++ b/gui-apps/coretoppings/coretoppings-9999.ebuild
76 @@ -25,6 +25,7 @@ SLOT="0"
77 IUSE="location pulseaudio"
78
79 DEPEND="
80 + dev-libs/libdbusmenu-qt
81 dev-qt/qtbluetooth:5
82 dev-qt/qtwidgets:5
83 dev-qt/qtx11extras:5