From 902bb87d7965b710b10d7ce5026f5e53d149c9e92ae2fc7b8cfc3ee5fcba72f4 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 29 Nov 2015 19:13:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=52 --- fix-wayland-1.3-dependency.diff | 13 ------------- kwayland.spec | 2 -- 2 files changed, 15 deletions(-) delete mode 100644 fix-wayland-1.3-dependency.diff diff --git a/fix-wayland-1.3-dependency.diff b/fix-wayland-1.3-dependency.diff deleted file mode 100644 index 7dc3846..0000000 --- a/fix-wayland-1.3-dependency.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: kwayland-5.4.1/CMakeLists.txt -=================================================================== ---- kwayland-5.4.1.orig/CMakeLists.txt -+++ kwayland-5.4.1/CMakeLists.txt -@@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABL - set(REQUIRED_QT_VERSION 5.4.0) - find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui) - --find_package(Wayland 1.3 COMPONENTS Client Server) -+find_package(Wayland 1.2 COMPONENTS Client Server) - set_package_properties(Wayland PROPERTIES - TYPE REQUIRED - ) diff --git a/kwayland.spec b/kwayland.spec index e232781..6d75bf2 100644 --- a/kwayland.spec +++ b/kwayland.spec @@ -25,8 +25,6 @@ Group: Development/Libraries/KDE Url: http://www.kde.org Source: %{name}-%{version}.tar.xz Source1: baselibs.conf -# PATCH-FIX-OPENSUSE fix-wayland-1.3-dependency.diff alarrosa@suse.de -- Changes the wayland version kwayland depends on -Patch0: fix-wayland-1.3-dependency.diff BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 1.4.0 BuildRequires: fdupes