File tree Expand file tree Collapse file tree 2 files changed +22
-17
lines changed
src/dde-desktop/ddplugin-videowallpaper Expand file tree Collapse file tree 2 files changed +22
-17
lines changed Original file line number Diff line number Diff line change
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
+
1
8
dde-file-manager-extensions (1.1.15) unstable; urgency=medium
2
9
3
10
* disable encrypt feature by default.
Original file line number Diff line number Diff line change @@ -77,22 +77,20 @@ target_link_libraries(${PROJECT_NAME}
77
77
${Media_LIBRARIES}
78
78
)
79
79
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
+ )
88
87
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
+ )
93
92
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} " )
You can’t perform that action at this time.
0 commit comments