diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-12 10:58:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-12 11:07:37 +0200 |
commit | 03b5070fa51fa15ac47489fae77811eaa07e1b91 (patch) | |
tree | 891706a5e6725e4f37f331422302e6d53a82aa6a /kde-plasma/xdg-desktop-portal-kde | |
parent | www-apps/mediawiki: fixed test in postupgrade file (diff) | |
download | gentoo-03b5070fa51fa15ac47489fae77811eaa07e1b91.tar.gz gentoo-03b5070fa51fa15ac47489fae77811eaa07e1b91.tar.bz2 gentoo-03b5070fa51fa15ac47489fae77811eaa07e1b91.zip |
kde-plasma: Add KDE Plasma 5.16.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/xdg-desktop-portal-kde')
-rw-r--r-- | kde-plasma/xdg-desktop-portal-kde/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.ebuild | 36 |
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 c693b42c6222..33a62b194b68 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.5.tar.xz 60292 BLAKE2B 5e0f07ec5e57d978c444fc65e1aa70b04dea458d34d9c091da5699501995499fb877e90ae0272634fc7dd62fa192a99d7f800bf7627612e2eafb6763e3f732ca SHA512 f575c9a5273cef3ab34a7eb4be520cdec3344fd6729f79d4475f200a177fba40b265815136c4af18ce6e48c9736bb835af4d972c5563171ead2e4390e938fcbf +DIST xdg-desktop-portal-kde-5.16.0.tar.xz 61796 BLAKE2B 8756418622dc34c1db232c26266051ae6c9caeedcacb1eb3923b32193bc1538bf3d6783e6971c40b6c5f65abbb8c9510b07811581385c9ac55a13677399e2e3c SHA512 ef1fb3fa28f62b4a383619b91b51096729f15f8076bc9f1febc40de0cfc126d662de16378900f7c4b85b01ade9020032be7055a3d985d346e929e700af446106 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.ebuild new file mode 100644 index 000000000000..b36da6ccfc53 --- /dev/null +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.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 +" |