Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Files: dconfig-center/dde-dconfig-editor/*.qrc
Copyright: None
License: CC0-1.0

# log-related config
Files: dconfig-center/dde-dconfig-daemon/misc/**/*.json
Copyright: None
License: CC0-1.0

# example
Files: dconfig-center/example/configs/* dconfig-center/example/*.pro
Copyright: None
Expand Down
6 changes: 6 additions & 0 deletions dconfig-center/dde-dconfig-daemon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ install(FILES services/dde-dconfig-daemon.service DESTINATION ${CMAKE_INSTALL_PR

## bin
install(TARGETS dde-dconfig-daemon DESTINATION ${CMAKE_INSTALL_BINDIR})

# debug config file
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/misc/deepin-debug-config/dde-dconfig-daemon.json
DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-debug-config/deepin-debug-config.d)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/misc/deepin-log-config/dde-dconfig-daemon.json
DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-log-viewer/deepin-log.conf.d)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "dde-dconfig-daemon",
"group": "dde",
"submodules": [
{
"name": "dde-dconfig-daemon",
"exec": "dde-dconfig-daemon.sh"
}
],
"version": "V1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "dde-dconfig-daemon",
"group": "dde",
"submodules": [
{
"name": "dsg.config",
"filter": "dsg.config",
"exec": "/usr/bin/dde-dconfig-daemon",
"logType": "journal"
}
],
"visible": 1,
"version": "V1.0"
}
2 changes: 2 additions & 0 deletions debian/dde-dconfig-daemon.install
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ usr/share/dbus-1/system.d/*
usr/share/dbus-1/interfaces/*
usr/share/dbus-1/system-services/*
usr/share/dde-dconfig/translations/*
usr/share/deepin-debug-config/deepin-debug-config.d/*.json
usr/share/deepin-log-viewer/deepin-log.conf.d/*.json
usr/lib/systemd/system/*
Loading