[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:47 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=ca1d99e

The following commit has been merged in the master branch:
commit ca1d99e261f01bb7a9fa6ed3728a8148b8ee08ee
Author: Alexander Potashev <aspotashev at gmail.com>
Date:   Tue Jul 21 04:46:18 2015 +0300

    plugins/mousepad: At least KF5::Wayland 5.3.90 is required
    
    Fake input interface was added to KF5::Wayland only a couple of weeks
    ago, it has not been released yet with this feature.
    
    CCMAIL: mgraesslin at kde.org
---
 plugins/mousepad/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/mousepad/CMakeLists.txt b/plugins/mousepad/CMakeLists.txt
index ecfdbb7..85798af 100644
--- a/plugins/mousepad/CMakeLists.txt
+++ b/plugins/mousepad/CMakeLists.txt
@@ -6,7 +6,7 @@ find_package(XTest REQUIRED)
 find_package(X11 REQUIRED)
 find_package(LibFakeKey REQUIRED)
 find_package(Qt5X11Extras REQUIRED)
-find_package(KF5Wayland)
+find_package(KF5Wayland 5.3.90)
 
 set(HAVE_WAYLAND ${KF5Wayland_FOUND})
 configure_file(config-mousepad.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-mousepad.h )

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list