lxqt-config: update to 0.11.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -1,45 +0,0 @@
|
||||
From b341dc4629946d56a96d634c75859d9c31b501ad Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Tue, 15 Sep 2015 18:00:46 +0200
|
||||
Subject: [PATCH] fix double prefixed RPATH
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
lxqt-config-appearance/CMakeLists.txt | 2 +-
|
||||
lxqt-config-input/CMakeLists.txt | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/lxqt-config-appearance/CMakeLists.txt b/lxqt-config-appearance/CMakeLists.txt
|
||||
index e160755..8c1674e 100644
|
||||
--- a/lxqt-config-appearance/CMakeLists.txt
|
||||
+++ b/lxqt-config-appearance/CMakeLists.txt
|
||||
@@ -77,7 +77,7 @@ target_link_libraries(${PROJECT_NAME}
|
||||
|
||||
set_target_properties("${PROJECT_NAME}"
|
||||
PROPERTIES
|
||||
- INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||
+ INSTALL_RPATH "${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||
)
|
||||
|
||||
install(TARGETS
|
||||
diff --git a/lxqt-config-input/CMakeLists.txt b/lxqt-config-input/CMakeLists.txt
|
||||
index 5c42961..e495b37 100644
|
||||
--- a/lxqt-config-input/CMakeLists.txt
|
||||
+++ b/lxqt-config-input/CMakeLists.txt
|
||||
@@ -68,7 +68,7 @@ target_link_libraries(lxqt-config-input
|
||||
|
||||
set_target_properties(lxqt-config-input
|
||||
PROPERTIES
|
||||
- INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||
+ INSTALL_RPATH "${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||
)
|
||||
|
||||
install(TARGETS
|
||||
--
|
||||
2.1.0
|
||||
|
||||
@@ -2,18 +2,18 @@ SUMMARY = "LXQt system settings center"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt distro_features_check
|
||||
inherit lxqt distro_features_check gtk-icon-cache
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS += "qtsvg liblxqt libkscreen"
|
||||
|
||||
SRCREV = "b8a6f3a9ba0eed02a3f964eaba2d577a8bb3c89d"
|
||||
PV = "0.10.0"
|
||||
SRC_URI += "file://0001-fix-double-prefixed-RPATH.patch"
|
||||
SRCREV = "c828d2c74a75b984429e2fdff1967c676707fe59"
|
||||
PV = "0.11.0"
|
||||
|
||||
# there are no dev files / pack liblxqt-config-cursor.so correctly
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
${datadir}/lxqt/icons \
|
||||
${libdir}/liblxqt-config-cursor.so \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user