diff options
author | 2019-07-09 22:09:33 +0200 | |
---|---|---|
committer | 2019-07-10 08:37:21 +0200 | |
commit | 69f49c5d7296130b18acd1d1fb72a0cf4f042c7f (patch) | |
tree | 677b37e1d9d3e9f535a0e910c9f98f349fd139ca /kde-plasma/xdg-desktop-portal-kde | |
parent | dev-python/PyQtWebEngine: add 5.13.0 (diff) | |
download | gentoo-69f49c5d7296130b18acd1d1fb72a0cf4f042c7f.tar.gz gentoo-69f49c5d7296130b18acd1d1fb72a0cf4f042c7f.tar.bz2 gentoo-69f49c5d7296130b18acd1d1fb72a0cf4f042c7f.zip |
kde-plasma: Drop KDE Plasma 5.16.2
Package-Manager: Portage-2.3.68, Repoman-2.3.16
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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.2.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest index 5058dc80655f..092f50e7d74d 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.15.5.tar.xz 60292 BLAKE2B 5e0f07ec5e57d978c444fc65e1aa70b04dea458d34d9c091da5699501995499fb877e90ae0272634fc7dd62fa192a99d7f800bf7627612e2eafb6763e3f732ca SHA512 f575c9a5273cef3ab34a7eb4be520cdec3344fd6729f79d4475f200a177fba40b265815136c4af18ce6e48c9736bb835af4d972c5563171ead2e4390e938fcbf -DIST xdg-desktop-portal-kde-5.16.2.tar.xz 61824 BLAKE2B 96394430bf8139fd03bee65f2a72739d6e2cb0b700bad119afd260e1459b52e4e4c0b1dd971095e1e430a1132ed425a0d9086164f2f2d428b152bf96adb6a8d3 SHA512 f6533dea51f1b2ced81c5ba4f0d64295184cdfb755bd6aa996a0f1878743209d2b01eeafc1bcf250dff33a99b367a7470b95611be0f33f5bb681068beba57217 DIST xdg-desktop-portal-kde-5.16.3.tar.xz 61560 BLAKE2B d6c3c58f9f75295693fec28634bfc317b3a9d100208090a536b1be44e4e7498dff97ba34066dada9780514036112576abccb2d07cdffd83f3167a7b74dbf5001 SHA512 98ab00255ebd535525f909008304d10f6c94edb9be6a32488bc943279d0169bb70c48c05863795045568d0b404d1b088f298b80d869fbacb502ff812fd772732 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.2.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.2.ebuild deleted file mode 100644 index 0f81e42f3e0b..000000000000 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.2.ebuild +++ /dev/null @@ -1,48 +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="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 -} |