Skip to content

Commit 42a505f

Browse files
Clauszydeepin-bot[bot]
authored andcommitted
feat: install video wallpaper for all edtion
install video wallpaper for all edtion Log: Task: https://pms.uniontech.com/task-view-350675.html
1 parent d1d1227 commit 42a505f

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
dde-file-manager-extensions (1.1.16) unstable; urgency=medium
2+
3+
* install video wallpaper for all edtion.
4+
*
5+
6+
-- zhangyu <[email protected]> Wed, 29 May 2024 10:39:23 +0800
7+
18
dde-file-manager-extensions (1.1.15) unstable; urgency=medium
29

310
* disable encrypt feature by default.

src/dde-desktop/ddplugin-videowallpaper/CMakeLists.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,20 @@ target_link_libraries(${PROJECT_NAME}
7777
${Media_LIBRARIES}
7878
)
7979

80-
if(COMPLIE_ON_V23)
81-
#install library file
82-
install(TARGETS
83-
${PROJECT_NAME}
84-
LIBRARY
85-
DESTINATION
86-
${DFM_PLUGIN_DESKTOP_EDGE_DIR}
87-
)
80+
#install library file
81+
install(TARGETS
82+
${PROJECT_NAME}
83+
LIBRARY
84+
DESTINATION
85+
${DFM_PLUGIN_DESKTOP_EDGE_DIR}
86+
)
8887

89-
dconfig_meta_files(APPID "org.deepin.dde.file-manager"
90-
BASE "${CMAKE_SOURCE_DIR}/assets/configs"
91-
FILES "${CMAKE_SOURCE_DIR}/assets/configs/org.deepin.dde.file-manager.desktop.videowallpaper.json"
92-
)
88+
dconfig_meta_files(APPID "org.deepin.dde.file-manager"
89+
BASE "${CMAKE_SOURCE_DIR}/assets/configs"
90+
FILES "${CMAKE_SOURCE_DIR}/assets/configs/org.deepin.dde.file-manager.desktop.videowallpaper.json"
91+
)
9392

94-
# copy install file for packgage
95-
SET(DEBIAN_PATH ${CMAKE_SOURCE_DIR}/debian)
96-
FILE(COPY debian/dde-desktop-videowallpaper-plugin.install DESTINATION ${DEBIAN_PATH})
97-
message("copy video wallpaper install file to ${DEBIAN_PATH}")
98-
endif()
93+
# copy install file for packgage
94+
SET(DEBIAN_PATH ${CMAKE_SOURCE_DIR}/debian)
95+
FILE(COPY debian/dde-desktop-videowallpaper-plugin.install DESTINATION ${DEBIAN_PATH})
96+
message("copy video wallpaper install file to ${DEBIAN_PATH}")

0 commit comments

Comments
 (0)