Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/
Date: Mon, 25 Feb 2019 17:05:41
Message-Id: 1551114326.fffdffeb0052486842e4f0736b6ff7404dac7056.asturm@gentoo
1 commit: fffdffeb0052486842e4f0736b6ff7404dac7056
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 17:02:02 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 17:05:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffdffeb
7
8 kde-plasma/xdg-desktop-portal-kde: New package
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/xdg-desktop-portal-kde/Manifest | 1 +
14 kde-plasma/xdg-desktop-portal-kde/metadata.xml | 8 +++++
15 .../xdg-desktop-portal-kde-5.15.1.ebuild | 36 ++++++++++++++++++++++
16 3 files changed, 45 insertions(+)
17
18 diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
19 new file mode 100644
20 index 00000000000..f01767e5637
21 --- /dev/null
22 +++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
23 @@ -0,0 +1 @@
24 +DIST xdg-desktop-portal-kde-5.15.1.tar.xz 60024 BLAKE2B dccd47dc4f287afbb6b928f47ba27f71a6e0849c6dbbee28a49e41a766bb387a8210431dc019a974e9075254e7e82bab71eaef5c134c0341c3bf786b1705066f SHA512 c5a892a3654dfdcd57bf03caec07b873d774754ec151901c929f9cc12abc14cd029f5ae22c9bcba3db807b5a77ff2b64411d1b6bc6940578d26d19d930d067a5
25
26 diff --git a/kde-plasma/xdg-desktop-portal-kde/metadata.xml b/kde-plasma/xdg-desktop-portal-kde/metadata.xml
27 new file mode 100644
28 index 00000000000..2fdbf33d963
29 --- /dev/null
30 +++ b/kde-plasma/xdg-desktop-portal-kde/metadata.xml
31 @@ -0,0 +1,8 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>kde@g.o</email>
37 + <name>Gentoo KDE Project</name>
38 + </maintainer>
39 +</pkgmetadata>
40
41 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.1.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.1.ebuild
42 new file mode 100644
43 index 00000000000..c3e097cecc8
44 --- /dev/null
45 +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.1.ebuild
46 @@ -0,0 +1,36 @@
47 +# Copyright 1999-2019 Gentoo Authors
48 +# Distributed under the terms of the GNU General Public License v2
49 +
50 +EAPI=7
51 +
52 +VIRTUALX_REQUIRED="test"
53 +inherit kde5
54 +
55 +DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
56 +LICENSE="LGPL-2+"
57 +KEYWORDS="~amd64 ~x86"
58 +IUSE=""
59 +
60 +# TODO: Needed for screencast portal
61 +# dev-libs/glib:2
62 +# media-libs/libepoxy
63 +# media-libs/mesa[gbm]
64 +# not packaged: PipeWire
65 +COMMON_DEPEND="
66 + $(add_frameworks_dep kcoreaddons)
67 + $(add_frameworks_dep ki18n)
68 + $(add_frameworks_dep kio)
69 + $(add_frameworks_dep knotifications)
70 + $(add_frameworks_dep kwidgetsaddons)
71 + $(add_qt_dep qtdbus)
72 + $(add_qt_dep qtgui)
73 + $(add_qt_dep qtprintsupport)
74 + $(add_qt_dep qtwidgets)
75 +"
76 +DEPEND="${COMMON_DEPEND}
77 + $(add_frameworks_dep kwayland)
78 + $(add_qt_dep qtconcurrent)
79 +"
80 +RDEPEND="${COMMON_DEPEND}
81 + sys-apps/xdg-desktop-portal
82 +"