Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland/files/
Date: Sun, 31 May 2015 21:03:58
Message-Id: 1433105738.98ff80be88870c469128f400bdec998ab659958a.johu@gentoo
1 commit: 98ff80be88870c469128f400bdec998ab659958a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 20:55:38 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 20:55:38 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=98ff80be
7
8 [kde-plasma/kwayland] Remove unused patch
9
10 Package-Manager: portage-2.2.20
11
12 kde-plasma/kwayland/files/kwayland-wayland-1.5.patch | 13 -------------
13 1 file changed, 13 deletions(-)
14
15 diff --git a/kde-plasma/kwayland/files/kwayland-wayland-1.5.patch b/kde-plasma/kwayland/files/kwayland-wayland-1.5.patch
16 deleted file mode 100644
17 index e04e458..0000000
18 --- a/kde-plasma/kwayland/files/kwayland-wayland-1.5.patch
19 +++ /dev/null
20 @@ -1,13 +0,0 @@
21 -diff --git a/CMakeLists.txt b/CMakeLists.txt
22 -index 4c15e21..26157e5 100644
23 ---- a/CMakeLists.txt
24 -+++ b/CMakeLists.txt
25 -@@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWAYLAND
26 - set(REQUIRED_QT_VERSION 5.3.0)
27 - find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
28 -
29 --find_package(Wayland 1.3 COMPONENTS Client Egl Cursor Server)
30 -+find_package(Wayland 1.3 COMPONENTS Client Cursor Server)
31 - set_package_properties(Wayland PROPERTIES
32 - TYPE REQUIRED
33 - )