summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:31:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:31:20 +0100
commit9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d (patch)
treee68ae11cce6f377674cb0204c714a1da439c782f /kde-plasma/xdg-desktop-portal-kde
parentkde-plasma: Add KDE Plasma 5.15.3 (diff)
downloadgentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.gz
gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.bz2
gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.zip
kde-plasma: Drop KDE Plasma 5.15.2
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.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index d08e27e88319..0bc6ddf1dd3d 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,2 +1 @@
-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.2.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.2.ebuild
deleted file mode 100644
index b36da6ccfc53..000000000000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-"