/[packages]/cauldron/ckb-next/current/SOURCES/ckb-next-0.4.2-fix-daemon-path.patch
ViewVC logotype

Annotation of /cauldron/ckb-next/current/SOURCES/ckb-next-0.4.2-fix-daemon-path.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1617995 - (hide annotations) (download)
Sat Aug 22 15:00:34 2020 UTC (3 years, 1 month ago) by daviddavid
File size: 860 byte(s)
- add upstream to replace AppIndicator with minimal KStatusNotifier

1 julien 1469202 Index: src/daemon/CMakeLists.txt
2     ===================================================================
3 daviddavid 1617995 --- a/src/daemon/CMakeLists.txt
4     +++ b/src/daemon/CMakeLists.txt 2019-12-18 21:56:35.629779187 +0100
5 julien 1469202 @@ -413,7 +413,7 @@
6     elseif (LINUX)
7     install(
8     TARGETS ckb-next-daemon
9     - DESTINATION "bin")
10     + DESTINATION "libexec")
11     endif ()
12    
13     # Declare target's auxiliary files installation paths
14     Index: linux/systemd/ckb-next-daemon.service.in
15     ===================================================================
16 daviddavid 1617995 --- a/linux/systemd/ckb-next-daemon.service.in
17     +++ b/linux/systemd/ckb-next-daemon.service.in 2019-12-18 22:01:48.462909825 +0100
18 julien 1469202 @@ -5,7 +5,7 @@
19     Description=Corsair Keyboards and Mice Daemon
20    
21     [Service]
22     -ExecStart=@CMAKE_INSTALL_PREFIX@/bin/ckb-next-daemon
23     +ExecStart=/usr/libexec/ckb-next-daemon
24     Restart=on-failure
25    
26     [Install]

  ViewVC Help
Powered by ViewVC 1.1.28