Ported back the config move to /usr/share/xdg (Closes: #883034)
This commit is contained in:
parent
0a250fee96
commit
8def3f1027
16
debian/changelog
vendored
16
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
|
||||
@ -8,7 +14,7 @@ lxqt-panel (0.12.0-4) experimental; urgency=medium
|
||||
lxqt-panel (0.12.0-3) experimental; urgency=medium
|
||||
|
||||
* Fixed host OS query in rules - we really want to know the system
|
||||
instead of set it
|
||||
instead of set it
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 29 Oct 2017 21:27:27 +0100
|
||||
|
||||
@ -38,7 +44,7 @@ lxqt-panel (0.11.1-4) unstable; urgency=medium
|
||||
* Removed some not needed versions from build dependencies
|
||||
* Bumped Standards to 4.1.0 - no changes needed
|
||||
* Ported back fix for explicit keyword (Closes: #873599)
|
||||
Thanks Adrian Bunk for spotting this.
|
||||
Thanks Adrian Bunk for spotting this.
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Mon, 04 Sep 2017 01:29:45 +0200
|
||||
|
||||
@ -51,7 +57,7 @@ lxqt-panel (0.11.1-3) unstable; urgency=medium
|
||||
lxqt-panel (0.11.1-2) unstable; urgency=medium
|
||||
|
||||
* Bumped Standards to 4.0.0 - no changes needed
|
||||
* Added to Dependencies: lxqt-about, lxqt-policykit
|
||||
* Added to Dependencies: lxqt-about, lxqt-policykit
|
||||
* Added Recommends: lxqt-config, lxqt-panel-l10n, lxqt-qtplugin, lxqt-runner,
|
||||
lxqt-session, pavucontrol-qt | pavucontrol, qlipper
|
||||
(Closes: #866255)
|
||||
@ -75,7 +81,7 @@ lxqt-panel (0.11.1-1) unstable; urgency=medium
|
||||
- liblxqt-globalkeys-ui0-dev (>= 0.11.1)
|
||||
- libsysstat-qt5-0-dev (>= 0.3.3)
|
||||
* Fixed VCS-Git, pointing to the right branch
|
||||
* Bumped years in d/copyright
|
||||
* Bumped years in d/copyright
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Mon, 02 Jan 2017 18:12:54 +0100
|
||||
|
||||
|
22
debian/patches/move-configs.patch
vendored
Normal file
22
debian/patches/move-configs.patch
vendored
Normal file
@ -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
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
||||
clock-and-volume.patch
|
||||
move-configs.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user