summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:15:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:15:49 +0100
commit422daa2f216e7442fa74759e58761083afe150b2 (patch)
treec87945f5e4c64780d78e5599e48c58237173e5af /kde-plasma/xdg-desktop-portal-kde
parentsys-devel/clang-runtime: Bump to 8.0.0rc5 (diff)
downloadgentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.gz
gentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.bz2
gentoo-422daa2f216e7442fa74759e58761083afe150b2.zip
kde-plasma: Add KDE Plasma 5.15.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/xdg-desktop-portal-kde')
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/Manifest1
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.3.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index f0ce3c49ec13..d08e27e88319 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1 +1,2 @@
DIST xdg-desktop-portal-kde-5.15.2.tar.xz 59680 BLAKE2B 6a8ea84af9064e2f993f715a50ee7f50e0185439bddf6812788d37446c2426f9f5ca208d89c0684cd9faeee0d577777b5a01541681c398c9870ba170b3381b9b SHA512 032fe5d18c1a4973c48c3d74a44ca6e804a9b3d17971facb8baf841b218ffdda238cfc16734ad51fe314f85972af24b653df4b6906ca811d5119f130e845ab62
+DIST xdg-desktop-portal-kde-5.15.3.tar.xz 59696 BLAKE2B 1890651ea8fa5ecdeafe44621aab87adb9e95c7cd8bb44b215a99e20de4aafd866a0fb97787eade8d9aeb0fcc95ffeec60067e55c627ca61fd4d74094a4f48c5 SHA512 fd61fac6641a70ddc7411bca33f90f3be2f3acae14f8c5990f8416076a9a146624b05b929efa448633bf076e45eb23964c0df07eb1dabf65a7c8f2e08532daca
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.3.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.3.ebuild
new file mode 100644
index 000000000000..b36da6ccfc53
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+# TODO: Needed for screencast portal
+# dev-libs/glib:2
+# media-libs/libepoxy
+# media-libs/mesa[gbm]
+# not packaged: PipeWire
+COMMON_DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport 'cups')
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kwayland)
+ $(add_qt_dep qtconcurrent)
+"
+RDEPEND="${COMMON_DEPEND}
+ sys-apps/xdg-desktop-portal
+"