Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwayland/files/
Date: Mon, 22 Sep 2014 16:20:55
Message-Id: 1411402830.fcc3e1868d148df17585ac514b099cb55c5071a1.kensington@gentoo
1 commit: fcc3e1868d148df17585ac514b099cb55c5071a1
2 Author: Elias Probst <mail <AT> eliasprobst <DOT> eu>
3 AuthorDate: Mon Sep 22 16:18:00 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 22 16:20:30 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fcc3e186
7
8 [kde-base/kwayland] Update wayland-1.5.patch
9
10 Package-Manager: portage-2.2.13
11
12 ---
13 kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch b/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch
17 index 246e207..e04e458 100644
18 --- a/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch
19 +++ b/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch
20 @@ -1,13 +1,13 @@
21 diff --git a/CMakeLists.txt b/CMakeLists.txt
22 -index 5020a29..bf2c360 100644
23 +index 4c15e21..26157e5 100644
24 --- a/CMakeLists.txt
25 +++ b/CMakeLists.txt
26 @@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWAYLAND
27 set(REQUIRED_QT_VERSION 5.3.0)
28 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
29
30 --find_package(Wayland 1.2 COMPONENTS Client Egl Cursor Server)
31 -+find_package(Wayland 1.2 COMPONENTS Client Cursor Server)
32 +-find_package(Wayland 1.3 COMPONENTS Client Egl Cursor Server)
33 ++find_package(Wayland 1.3 COMPONENTS Client Cursor Server)
34 set_package_properties(Wayland PROPERTIES
35 TYPE REQUIRED
36 )