diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 21:50:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 23:21:36 +0100 |
commit | d3d3dfeb634261d4d22a9f791ca8038d0113b649 (patch) | |
tree | 4c594c797be393bab5a454c9e7d90532a0a22fcf /kde-plasma/kwin | |
parent | kde-plasma/plasma-workspace: Drop translations of Plasma session name (diff) | |
download | gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.gz gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.bz2 gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.zip |
kde-plasma: Drop KDE Plasma 5.17.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin')
-rw-r--r-- | kde-plasma/kwin/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwin/files/kwin-5.17.1-dont-use-MESA_EGL_NO_X11_HEADERS.patch | 57 | ||||
-rw-r--r-- | kde-plasma/kwin/kwin-5.17.1.ebuild | 107 |
3 files changed, 0 insertions, 165 deletions
diff --git a/kde-plasma/kwin/Manifest b/kde-plasma/kwin/Manifest index dfa3678b8114..51bdb1ee6337 100644 --- a/kde-plasma/kwin/Manifest +++ b/kde-plasma/kwin/Manifest @@ -1,3 +1,2 @@ DIST kwin-5.16.5.tar.xz 6250592 BLAKE2B 3bb7e18f993ddc405d1d6ba20e6e8c1770206f7adeec34f60e3f015a7ddf01c7e28d0908e3c590e7a98fca526fe4698b30d116132f668924e58618efb7e32a92 SHA512 26792c58dbdb6d4c452c7953f16ebd67a0115547e5cd537f4e0facf94e461845df8261a106260c30ea6a2ab9b4b98c748ddbe35ecd6de78ba3a87a1d62e05a93 -DIST kwin-5.17.1.tar.xz 6248528 BLAKE2B c8ac8ceb14ac695ecea2dcf49383cc86c38fa2312321c4585111c0849ef84771e39d364411eb650e8ef26a58c371d6a546aacc9156f7b4a2cca727fc94c25ba0 SHA512 89ce4460ea0575b8e13d82d3d1ea3ebd00393ead996448be5de586c75dfee3d09fe7c21df93c16ba93fca681749ce971026cce7eedc16f9b4ab7c211cdf290ea DIST kwin-5.17.2.tar.xz 6254516 BLAKE2B 0b877b0707a177f3dcab434aceef8cd1a9a9e04d6d340dd313e0f08ea7bd230234237b079ff8960ad4d1acb30870026ddfc95c71337357574f62eab6e266d3bb SHA512 c10a7e0832064046a67a490f429720a56658872d4de05b92dbea50114946601af36cfe546eb332bb659f07343f39d0a258c8dc316df11bf117cb875136f72b8f diff --git a/kde-plasma/kwin/files/kwin-5.17.1-dont-use-MESA_EGL_NO_X11_HEADERS.patch b/kde-plasma/kwin/files/kwin-5.17.1-dont-use-MESA_EGL_NO_X11_HEADERS.patch deleted file mode 100644 index a15c8aee1533..000000000000 --- a/kde-plasma/kwin/files/kwin-5.17.1-dont-use-MESA_EGL_NO_X11_HEADERS.patch +++ /dev/null @@ -1,57 +0,0 @@ -From 8e176c8b0d97e78e8b33fac3b5acded277bbcf4f Mon Sep 17 00:00:00 2001 -From: Vlad Zahorodnii <vladzzag@gmail.com> -Date: Mon, 21 Oct 2019 21:20:11 +0300 -Subject: Don't use MESA_EGL_NO_X11_HEADERS - -Summary: -With recent Mesa updates (19.2.1), MESA_EGL_NO_X11_HEADERS doesn't have -any effect. So, let's include fixx11h.h instead. - -Test Plan: I am able to build kwin once again. - -Reviewers: #kwin, davidedmundson - -Reviewed By: #kwin, davidedmundson - -Subscribers: kwin - -Tags: #kwin - -Differential Revision: https://phabricator.kde.org/D24840 ---- - plugins/qpa/eglhelpers.h | 2 +- - plugins/qpa/offscreensurface.h | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/plugins/qpa/eglhelpers.h b/plugins/qpa/eglhelpers.h -index 1eb7624..30eb56d 100644 ---- a/plugins/qpa/eglhelpers.h -+++ b/plugins/qpa/eglhelpers.h -@@ -20,9 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. - - #pragma once - --#define MESA_EGL_NO_X11_HEADERS - #include <epoxy/egl.h> - #include "fixqopengl.h" -+#include <fixx11h.h> - - #include <QSurfaceFormat> - -diff --git a/plugins/qpa/offscreensurface.h b/plugins/qpa/offscreensurface.h -index 1254981..5b8ce29 100644 ---- a/plugins/qpa/offscreensurface.h -+++ b/plugins/qpa/offscreensurface.h -@@ -20,9 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. - - #pragma once - --#define MESA_EGL_NO_X11_HEADERS - #include <epoxy/egl.h> - #include "fixqopengl.h" -+#include <fixx11h.h> - - #include <qpa/qplatformoffscreensurface.h> - --- -cgit v1.1 diff --git a/kde-plasma/kwin/kwin-5.17.1.ebuild b/kde-plasma/kwin/kwin-5.17.1.ebuild deleted file mode 100644 index 61b6f0494ca9..000000000000 --- a/kde-plasma/kwin/kwin-5.17.1.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="optional" -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="caps gles2 multimedia" - -COMMON_DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel '' '' '5=') - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kidletime '' '' '5=') - $(add_frameworks_dep kinit) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem X) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_plasma_dep breeze) - $(add_plasma_dep kdecoration) - $(add_plasma_dep kscreenlocker) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui 'gles2=' '' '5=') - $(add_qt_dep qtscript) - $(add_qt_dep qtsensors) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - >=dev-libs/libinput-1.9 - >=dev-libs/wayland-1.2 - media-libs/fontconfig - media-libs/freetype - media-libs/libepoxy - media-libs/mesa[egl,gbm,gles2?,wayland,X(+)] - virtual/libudev:= - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXi - x11-libs/libdrm - >=x11-libs/libxcb-1.10 - >=x11-libs/libxkbcommon-0.7.0 - x11-libs/xcb-util-cursor - x11-libs/xcb-util-image - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-wm - caps? ( sys-libs/libcap ) -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kirigami) - $(add_qt_dep qtquickcontrols) - $(add_qt_dep qtquickcontrols2) - $(add_qt_dep qtvirtualkeyboard) - multimedia? ( $(add_qt_dep qtmultimedia 'gstreamer,qml') ) -" -DEPEND="${COMMON_DEPEND} - $(add_qt_dep designer) - $(add_qt_dep qtconcurrent) - x11-base/xorg-proto -" -PDEPEND=" - $(add_plasma_dep kde-cli-tools) -" - -RESTRICT+=" test" - -PATCHES=( "${FILESDIR}/${P}-dont-use-MESA_EGL_NO_X11_HEADERS.patch" ) - -src_prepare() { - kde5_src_prepare - use multimedia || eapply "${FILESDIR}/${PN}-5.16.80-gstreamer-optional.patch" - - # Access violations, bug #640432 - sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \ - -i CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package caps Libcap) - ) - - kde5_src_configure -} |