summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:14:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:22:22 +0200
commit451c714e3256087189b39b2b11184b52874a214f (patch)
tree909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/xdg-desktop-portal-kde
parentapp-office/pybliographer: Drop old (diff)
downloadgentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz
gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2
gentoo-451c714e3256087189b39b2b11184b52874a214f.zip
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12 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/Manifest1
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.3.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 24e22b604962..c9e56738e7d0 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.3.tar.xz 59696 BLAKE2B 1890651ea8fa5ecdeafe44621aab87adb9e95c7cd8bb44b215a99e20de4aafd866a0fb97787eade8d9aeb0fcc95ffeec60067e55c627ca61fd4d74094a4f48c5 SHA512 fd61fac6641a70ddc7411bca33f90f3be2f3acae14f8c5990f8416076a9a146624b05b929efa448633bf076e45eb23964c0df07eb1dabf65a7c8f2e08532daca
DIST xdg-desktop-portal-kde-5.15.4.tar.xz 60140 BLAKE2B 46ffad53e9013d7b19ffbc1ed13998d4b3d23134ff4c5d9a88f6dc6abc76bb4a4bb0fcef13f0a70be9d546b15589b1788cdf3d6743e7c4cbde84daffc636d1cd SHA512 0e44462187f9025ad3b9a63c4941e0db9952ada7ab76d23fe7283fda6e565ce1af13e13d84c16dd0b1805e972887d62f0282279ab427a0f35949d8bd2198d73c
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
deleted file mode 100644
index b36da6ccfc53..000000000000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.3.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
-"