From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 163E213838B for ; Mon, 22 Sep 2014 16:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE984E09A5; Mon, 22 Sep 2014 16:20:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 583B8E09A5 for ; Mon, 22 Sep 2014 16:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39B693401D6 for ; Mon, 22 Sep 2014 16:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF44E5F0B for ; Mon, 22 Sep 2014 16:20:50 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1411402830.fcc3e1868d148df17585ac514b099cb55c5071a1.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwayland/files/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch X-VCS-Directories: kde-base/kwayland/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fcc3e1868d148df17585ac514b099cb55c5071a1 X-VCS-Branch: master Date: Mon, 22 Sep 2014 16:20:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd6790d9-87cb-4e59-8e89-905ef729944c X-Archives-Hash: 3591440806c4a6a9e971cfc351e36606 commit: fcc3e1868d148df17585ac514b099cb55c5071a1 Author: Elias Probst eliasprobst eu> AuthorDate: Mon Sep 22 16:18:00 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Sep 22 16:20:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fcc3e186 [kde-base/kwayland] Update wayland-1.5.patch Package-Manager: portage-2.2.13 --- kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch b/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch index 246e207..e04e458 100644 --- a/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch +++ b/kde-base/kwayland/files/kwayland-9999-wayland-1.5.patch @@ -1,13 +1,13 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5020a29..bf2c360 100644 +index 4c15e21..26157e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWAYLAND set(REQUIRED_QT_VERSION 5.3.0) find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui) --find_package(Wayland 1.2 COMPONENTS Client Egl Cursor Server) -+find_package(Wayland 1.2 COMPONENTS Client Cursor Server) +-find_package(Wayland 1.3 COMPONENTS Client Egl Cursor Server) ++find_package(Wayland 1.3 COMPONENTS Client Cursor Server) set_package_properties(Wayland PROPERTIES TYPE REQUIRED )