Ported back the config move to /usr/share/xdg (Closes: #883034)

ubuntu/bionic debian/0.12.0-5
Alf Gaida 7 years ago
parent 0a250fee96
commit 8def3f1027

8
debian/changelog vendored

@ -1,6 +1,12 @@
lxqt-panel (0.12.0-5) experimental; urgency=medium
* Ported back the config move to /usr/share/xdg (Closes: #883034)
-- Alf Gaida <agaida@siduction.org> Sat, 02 Dec 2017 03:23:04 +0100
lxqt-panel (0.12.0-4) experimental; urgency=medium
* ported back some cosmetics (volume % and clock size)
* Ported back some cosmetics (volume % and clock size)
(Closes: #880150)
-- Alf Gaida <agaida@siduction.org> Sun, 05 Nov 2017 01:49:39 +0100

@ -0,0 +1,22 @@
From 9d857d1871b1c9e3b988412d691e9dfba4a14f6d Mon Sep 17 00:00:00 2001
From: Alf Gaida <agaida@siduction.org>
Date: Wed, 29 Nov 2017 01:00:07 +0100
Subject: [PATCH] move panel config to /usr/share/lxqt
---
panel/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
index 5a322a3e..522c1ffc 100644
--- a/panel/CMakeLists.txt
+++ b/panel/CMakeLists.txt
@@ -114,7 +114,7 @@ target_link_libraries(${PROJECT}
)
install(TARGETS ${PROJECT} RUNTIME DESTINATION bin)
-install(FILES ${CONFIG_FILES} DESTINATION ${LXQT_ETC_XDG_DIR}/lxqt)
+install(FILES ${CONFIG_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/lxqt)
install(FILES ${PUB_HEADERS} DESTINATION include/lxqt)
install(FILES
man/lxqt-panel.1

@ -1 +1,2 @@
clock-and-volume.patch
move-configs.patch

Loading…
Cancel
Save