From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0B24138334 for ; Thu, 14 Feb 2019 07:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8DDDE090F; Thu, 14 Feb 2019 07:44:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F46CE090F for ; Thu, 14 Feb 2019 07:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C895335D16 for ; Thu, 14 Feb 2019 07:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 083DA50D for ; Thu, 14 Feb 2019 07:44:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550130273.798b6147b839ad8997354af21509040d6ac3a700.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.0.ebuild X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 798b6147b839ad8997354af21509040d6ac3a700 X-VCS-Branch: master Date: Thu, 14 Feb 2019 07:44:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3360a9e-77d4-4039-bec0-c04730c8a4c2 X-Archives-Hash: 598e7bd7c294fad19b224786cdb2bd3d commit: 798b6147b839ad8997354af21509040d6ac3a700 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 14 07:44:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 14 07:44:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=798b6147 kde-plasma/xdg-desktop-portal-kde: Re-add 5.15.0 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../xdg-desktop-portal-kde-5.15.0.ebuild | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.0.ebuild new file mode 100644 index 0000000000..23af1a456f --- /dev/null +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.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 ~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) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kwayland) + $(add_qt_dep qtconcurrent) +" +RDEPEND="${COMMON_DEPEND} + x11-misc/xdg-desktop-portal +"