Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/
Date: Sat, 26 Oct 2019 11:45:05
Message-Id: 1572090247.440bd8647de6ca7623eb91c70ea25fefad76a07a.asturm@gentoo
1 commit: 440bd8647de6ca7623eb91c70ea25fefad76a07a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 11:42:37 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 11:44:07 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=440bd864
7
8 kde-plasma/xdg-desktop-portal-kde: Add new DEPENDs
9
10 Upstream commit c85055441a22abde1ebd908622952b3edb0b77a4
11
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
19 index db9b00d2f0..93b54089ab 100644
20 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
21 +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
22 @@ -13,11 +13,15 @@ IUSE="screencast"
23
24 COMMON_DEPEND="
25 $(add_frameworks_dep kcoreaddons)
26 + $(add_frameworks_dep kdeclarative)
27 $(add_frameworks_dep ki18n)
28 $(add_frameworks_dep kio)
29 + $(add_frameworks_dep kirigami)
30 $(add_frameworks_dep knotifications)
31 $(add_frameworks_dep kwidgetsaddons)
32 + $(add_frameworks_dep plasma)
33 $(add_qt_dep qtdbus)
34 + $(add_qt_dep qtdeclarative)
35 $(add_qt_dep qtgui)
36 $(add_qt_dep qtprintsupport 'cups')
37 $(add_qt_dep qtwidgets)