[lxqt-config/f21] - Missing patch

Helio Chissini de Castro heliocastro at fedoraproject.org
Sun Dec 21 15:14:47 UTC 2014


commit c759d08924ee851aaf9b047d7258543b62026035
Author: Helio Chissini de Castro <helio at kde.org>
Date:   Sun Dec 21 13:14:35 2014 -0200

    - Missing patch

 lxqt-config-0.8.0-unify.patch |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/lxqt-config-0.8.0-unify.patch b/lxqt-config-0.8.0-unify.patch
new file mode 100644
index 0000000..557cb23
--- /dev/null
+++ b/lxqt-config-0.8.0-unify.patch
@@ -0,0 +1,18 @@
+--- lxqt-config-0.8.0/CMakeLists.txt.unify	2014-12-19 19:05:14.137418623 -0200
++++ lxqt-config-0.8.0/CMakeLists.txt	2014-12-19 19:07:27.969737331 -0200
+@@ -13,6 +13,7 @@
+ set(CMAKE_INCLUDE_CURRENT_DIR ON)
+ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+ set(CMAKE_AUTOMOC ON)
++find_package(lxqt REQUIRED QUIET)
+ if(USE_QT5)
+     cmake_minimum_required(VERSION 2.8.11)
+     find_package(Qt5Widgets REQUIRED QUIET)
+@@ -21,7 +22,6 @@
+     find_package(Qt5Concurrent REQUIRED QUIET)
+     find_package(Qt5X11Extras REQUIRED QUIET)
+     find_package(Qt5LinguistTools REQUIRED QUIET)
+-    find_package(lxqt-qt5 REQUIRED QUIET)
+     find_package(qt5xdg REQUIRED)
+ else()
+     set(QT_USE_QTDBUS 1)


More information about the scm-commits mailing list