lxqt-session: update 0.11.0 -> 0.11.1

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-01-17 18:26:38 +01:00
parent e71562d448
commit 8b27735e59
2 changed files with 19 additions and 11 deletions

View File

@@ -11,21 +11,29 @@ Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
CMakeLists.txt | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ad07be..62710e4 100644
index d62552f..0f8a569 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,6 @@ find_package(Qt5X11Extras REQUIRED QUIET)
find_package(Qt5LinguistTools REQUIRED QUIET)
@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
find_package(lxqt REQUIRED QUIET)
-find_package(XdgUserDirs REQUIRED QUIET)
project(lxqt-session)
@@ -26,9 +27,6 @@ find_package(KF5WindowSystem REQUIRED)
find_package(lxqt REQUIRED)
-# Please don't move, must be after lxqt
-find_package(XdgUserDirs REQUIRED)
-
include(LXQtCompilerSettings NO_POLICY_SCOPE)
include(LXQtTranslate)
# Translations **********************************
--
2.5.5
2.7.4

View File

@@ -9,8 +9,8 @@ REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "liblxqt kwindowsystem"
SRC_URI += "file://0001-do-not-check-for-xdg-udser-dirs-at-build-time-it-is-.patch"
SRCREV = "5a06388d31e835b1646d879d7414f419a3090e84"
PV = "0.11.0"
SRCREV = "e31edb8d02476df7a02d142eda4af41794f91015"
PV = "0.11.1"
RDEPENDS_${PN} += "xdg-user-dirs"