diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-06 14:14:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-11 16:23:04 +0200 |
commit | 3418527cb776abaa30e40eed3f8b024179f17ebd (patch) | |
tree | e5f3e31c3a67fd6b96d367236878155ffafdf663 /kde-frameworks/plasma/plasma-5.77.0-r1.ebuild | |
parent | kde-frameworks/kxmlgui: drop 5.77.0* (diff) | |
download | gentoo-3418527cb776abaa30e40eed3f8b024179f17ebd.tar.gz gentoo-3418527cb776abaa30e40eed3f8b024179f17ebd.tar.bz2 gentoo-3418527cb776abaa30e40eed3f8b024179f17ebd.zip |
kde-frameworks/plasma: drop 5.77.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/plasma/plasma-5.77.0-r1.ebuild')
-rw-r--r-- | kde-frameworks/plasma/plasma-5.77.0-r1.ebuild | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/kde-frameworks/plasma/plasma-5.77.0-r1.ebuild b/kde-frameworks/plasma/plasma-5.77.0-r1.ebuild deleted file mode 100644 index aa81b4337d2e..000000000000 --- a/kde-frameworks/plasma/plasma-5.77.0-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_ORG_NAME="${PN}-framework" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.1 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Plasma framework" -SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-fix-broken-background.patch.xz" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="gles2-only wayland X" - -BDEPEND=" - >=kde-frameworks/kdoctools-${PVCUT}:5 -" -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5[gles2-only=] - >=dev-qt/qtquickcontrols-${QTMIN}:5 - >=dev-qt/qtsql-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kactivities-${PVCUT}*:5 - =kde-frameworks/karchive-${PVCUT}*:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kdeclarative-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/kguiaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/kirigami-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - =kde-frameworks/kxmlgui-${PVCUT}*:5 - !gles2-only? ( virtual/opengl ) - wayland? ( - =kde-frameworks/kwayland-${PVCUT}*:5 - media-libs/mesa[egl] - ) - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libX11 - x11-libs/libxcb - ) -" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto ) -" - -RESTRICT+=" test" - -PATCHES=( "${WORKDIR}/${P}-fix-broken-background.patch" ) # KDE-bug 430390 - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package !gles2-only OpenGL) - $(cmake_use_find_package wayland EGL) - $(cmake_use_find_package wayland KF5Wayland) - $(cmake_use_find_package X X11) - $(cmake_use_find_package X XCB) - ) - - ecm_src_configure -} |