summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-23 00:39:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-24 21:39:38 +0100
commit1784c6ddd3e4296a181e39776cfb147f1c46e14d (patch)
tree451a416f6e7aca641a352038e3e6ccb475ec39f4 /kde-plasma/xdg-desktop-portal-kde
parentdev-util/gtk-update-icon-cache: stable 3.24.11 for hppa, bug #702260 (diff)
downloadgentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.gz
gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.bz2
gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.zip
kde-plasma: Drop KDE Plasma 5.16.5
Package-Manager: Portage-2.3.82, Repoman-2.3.20 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.16.5.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index d89ffcd9edb3..77653a91ce28 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.16.5.tar.xz 61576 BLAKE2B b9d186e3269aae6c079bae8abf01e790300da5ba255ecaa37ca2b139bb5c017f0cc118adbaca8d4f846cfbf5d563d574cddca4703e9d917f7001468b27734db6 SHA512 381298cc001795902343512f8bb08c363acfb6e3ef398e0f170f305572ca9a5caaf458e85b6f48ac84bcd963a34e535c666b0ddc1bb910a894a8b8de8801467e
DIST xdg-desktop-portal-kde-5.17.4.tar.xz 63064 BLAKE2B 14150aaf52629973192025e572c0b8444554023bff2a5dfd3cffebccad7a880c6490d79451e62a0997e411f45ea90fb5ad39dc39ba8917344c443d56582093e9 SHA512 2c4ce80e6a0bcc9486d1b3947c27f1af00870d6ffcf0b35c35bd7413683fae393f1b21646276c6200a41c2d5d98c84b440a8fdc3b0ac283466a45709fc151d1c
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild
deleted file mode 100644
index f728d449e5a4..000000000000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="screencast"
-
-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)
- screencast? (
- dev-libs/glib:2
- media-libs/libepoxy
- media-libs/mesa[gbm]
- media-video/pipewire:=
- )
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kwayland)
- $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
- screencast? ( sys-apps/xdg-desktop-portal[screencast] )
- !screencast? ( sys-apps/xdg-desktop-portal )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package screencast GLIB2)
- $(cmake-utils_use_find_package screencast PipeWire)
- $(cmake-utils_use_find_package screencast GBM)
- $(cmake-utils_use_find_package screencast Epoxy)
- )
- kde5_src_configure
-}