summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:13:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:54:01 +0200
commitedec50860f7acd5dd09f600243ca49966d66322a (patch)
treecafd912bdadad932bd9ae59d7790839fcbc65aa1 /kde-plasma/xdg-desktop-portal-kde
parentkde-apps: Re-add ~x86 keyword to 20.04.0 (diff)
downloadgentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.gz
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.bz2
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.zip
kde-plasma: Drop KDE Plasma 5.18.4.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 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.18.4.1.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index ada59b997649..717db9b99987 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,3 +1,2 @@
DIST xdg-desktop-portal-kde-5.17.5.tar.xz 62912 BLAKE2B cc108a943c925c0943a4a391b4c00619d734837106c617d8dc12a21e890707dbd1aaace11dfa2ecd9b9a32a08dfba57b3baf1e7b33dec481a15e0fcc9f1abaf1 SHA512 b5a82d6744e49d2f6edb7bef2120f5517216dcbf8681cf50fb5522444f635d6cae17cf499310866e351ef9eaab35d37f604d241451a23fbd5f037e377cfd102c
-DIST xdg-desktop-portal-kde-5.18.4.1.tar.xz 65140 BLAKE2B d28ffc6f278d225e3210034cfdd28eb15fc79ade2588d6cb5b65b27614df3385d590cfbaf9cb798e05ccc23432e05840c07e52e775a678b7c80f444675d74c78 SHA512 c2dd09780211dbfd7aa2d2af7de97aef317aad916db690b6658380b7d576aeb01f35477f976548690a3713568cdf1cafc985277a7921bfa586d5810125be8963
DIST xdg-desktop-portal-kde-5.18.5.tar.xz 65068 BLAKE2B 0455aafc8e9c0544bbb5df398ca80fa395391d5205e4e1a88a09e0f8bd399bfd5c5d56ef5b2cae8892cd48e4ddaf1c49dd583e04a0157204c646d3833005690f SHA512 2380250e4d159b69a518e6cffc0f9310386683d7d852ac9b5d6c63390ccf95f325197d3a6e27482b17602d0ce7e69bd12262dceaf178ce93a81f7ad6f95d7f6a
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.4.1.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.4.1.ebuild
deleted file mode 100644
index 9f1a0bbc2194..000000000000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="screencast"
-
-COMMON_DEPEND="
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
- >=dev-qt/qtwidgets-${QTMIN}:5
- screencast? (
- media-libs/libepoxy
- media-libs/mesa[gbm]
- media-video/pipewire:=
- )
-"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/kwayland-${KFMIN}:5
- >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
- sys-apps/xdg-desktop-portal[screencast?]
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package screencast PipeWire)
- $(cmake_use_find_package screencast GBM)
- $(cmake_use_find_package screencast Epoxy)
- )
- ecm_src_configure
-}