Skip to content

Commit e9b7184

Browse files
committed
chore: remove deprecated theme and thumbnail modules
1. Removed cursor-helper DBus service and related files 2. Removed theme_thumb module for generating theme previews 3. Removed themes module for theme management and scanning 4. Removed thumbnails module for file thumbnail generation 5. Removed thumbnailer binary 6. Updated Makefile to exclude removed components from build 7. These modules have been migrated to other repositories or are no longer needed Influence: 1. Verify build completes successfully without removed components 2. Test remaining functionality in the API package 3. Ensure no dependencies on removed modules in other packages 4. Check that system theme management still works through other services 5. Confirm file thumbnail generation is handled by other components chore: 移除已弃用的主题和缩略图模块 1. 移除 cursor-helper DBus 服务及相关文件 2. 移除用于生成主题预览的 theme_thumb 模块 3. 移除用于主题管理和扫描的 themes 模块 4. 移除用于文件缩略图生成的 thumbnails 模块 5. 移除 thumbnailer 二进制文件 6. 更新 Makefile 从构建中排除已移除的组件 7. 这些模块已迁移到其他仓库或不再需要 Influence: 1. 验证构建在没有移除组件的情况下成功完成 2. 测试 API 包中剩余的功能 3. 确保其他包不依赖已移除的模块 4. 检查系统主题管理是否仍通过其他服务正常工作 5. 确认文件缩略图生成由其他组件处理
1 parent dea6b2c commit e9b7184

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+0
-8891
lines changed

Makefile

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ INSTALL_LOCALE_HELPER ?= 0
1111
TESTS = \
1212
${GOPKG_PREFIX}/adjust-grub-theme \
1313
${GOPKG_PREFIX}/blurimage \
14-
${GOPKG_PREFIX}/cursor-helper \
1514
${GOPKG_PREFIX}/dde-open \
1615
${GOPKG_PREFIX}/deepin-shutdown-sound \
1716
${GOPKG_PREFIX}/device \
@@ -38,30 +37,10 @@ TESTS = \
3837
${GOPKG_PREFIX}/session \
3938
${GOPKG_PREFIX}/sound-theme-player \
4039
${GOPKG_PREFIX}/soundutils \
41-
${GOPKG_PREFIX}/theme_thumb \
42-
${GOPKG_PREFIX}/theme_thumb/common \
43-
${GOPKG_PREFIX}/theme_thumb/cursor \
44-
${GOPKG_PREFIX}/theme_thumb/gtk \
45-
${GOPKG_PREFIX}/theme_thumb/icon \
46-
${GOPKG_PREFIX}/themes \
47-
${GOPKG_PREFIX}/themes/scanner \
48-
${GOPKG_PREFIX}/thumbnailer \
49-
${GOPKG_PREFIX}/thumbnails \
50-
${GOPKG_PREFIX}/thumbnails/cursor \
51-
${GOPKG_PREFIX}/thumbnails/font \
52-
${GOPKG_PREFIX}/thumbnails/gtk \
53-
${GOPKG_PREFIX}/thumbnails/icon \
54-
${GOPKG_PREFIX}/thumbnails/images \
55-
${GOPKG_PREFIX}/thumbnails/loader \
56-
${GOPKG_PREFIX}/thumbnails/pdf \
57-
${GOPKG_PREFIX}/thumbnails/text \
5840
${GOPKG_PREFIX}/userenv \
5941
${GOPKG_PREFIX}/validator
6042

6143
LIBRARIES = \
62-
thumbnails \
63-
themes \
64-
theme_thumb\
6544
dxinput \
6645
drandr \
6746
soundutils \
@@ -83,9 +62,7 @@ BINARIES = \
8362
device \
8463
graphic \
8564
locale-helper \
86-
thumbnailer \
8765
hans2pinyin \
88-
cursor-helper \
8966
gtk-thumbnailer \
9067
sound-theme-player \
9168
deepin-shutdown-sound \

cursor-helper/cursor_helper_test.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

cursor-helper/exported_methods_auto.go

Lines changed: 0 additions & 17 deletions
This file was deleted.

cursor-helper/main.go

Lines changed: 0 additions & 124 deletions
This file was deleted.

misc/services/org.deepin.dde.CursorHelper1.service

Lines changed: 0 additions & 3 deletions
This file was deleted.

theme_thumb/common/common.go

Lines changed: 0 additions & 42 deletions
This file was deleted.

theme_thumb/cursor/cursor.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)