Skip to content
Open
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
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Source: https://github.com/linuxdeepin/dde-services
# License: ...

# Config files
Files: .clang-format *.in *.ini *.json *.conf *.xml *.service *.desktop *.patch
Files: .clang-format *.in *.ini *.json *.conf *.xml *.service *.desktop *.patch *.policy
Copyright: None
License: CC0-1.0

Expand Down
9 changes: 6 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Build-Depends: debhelper (>= 11),
libdtk6gui-dev,
libdtk6core-dev,
libx11-dev,
libxext-dev,
libxss-dev,
libxcb-randr0-dev,
libxcb1-dev,
libxcb-xinput-dev,
Expand All @@ -41,11 +43,12 @@ Depends:
${shlibs:Depends},
${misc:Depends},
deepin-service-manager (>> 1.0.21),
dbus
dbus,
deepin-power-control (>= 2.0.1)
Recommends:
iio-sensor-proxy
Breaks: dde-daemon (<< 6.1.94)
Replaces: dde-daemon (<< 6.1.94)
Breaks: dde-daemon (<< 6.1.102)
Replaces: dde-daemon (<< 6.1.102)
Description: deepin desktop-environment plugins service
This package provides various system service plugins for Deepin Desktop
Environment, including:
Expand Down
8 changes: 5 additions & 3 deletions src/plugin-qt/power/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# SPDX-License-Identifier: LGPL-3.0-or-later

add_subdirectory(session)
# TODO: system-level power is provided by dde-daemon's dde-system-daemon
# for both X11 and Wayland. Remove this when unified.
# add_subdirectory(system)
add_subdirectory(system)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/misc/org.deepin.dde.daemon.power.json
DESTINATION ${CMAKE_INSTALL_DATADIR}/dsg/configs/org.deepin.dde.daemon/
)
Loading
Loading