Skip to content

Commit 6aa3897

Browse files
committed
chore: remove huangli and lunar calendar components
Removed huangli database and generator along with lunar calendar functionality since the calendar now has built-in huangli support. This includes: 1. Deleted huangli-generator tool and its database files 2. Removed lunar-calendar service and related code 3. Updated Makefile and spec file to reflect these removals 4. Cleaned up no longer needed dependencies and configurations The removal was done because the system calendar now natively includes huangli data, making these separate components redundant and unnecessary for maintenance. chore: 移除黄历和农历日历组件 由于日历现已内置黄历支持,移除了黄历数据库和生成器以及农历日历功能。具体 包括: 1. 删除了huangli-generator工具及其数据库文件 2. 移除了lunar-calendar服务及相关代码 3. 更新了Makefile和spec文件以反映这些变更 4. 清理了不再需要的依赖项和配置 此次移除是因为系统日历现已原生包含黄历数据,使得这些独立组件变得冗余且无 需继续维护。
1 parent ec723ec commit 6aa3897

18 files changed

Lines changed: 0 additions & 1414 deletions

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@ TESTS = \
2424
${GOPKG_PREFIX}/grub_theme/themetxt \
2525
${GOPKG_PREFIX}/gtk-thumbnailer \
2626
${GOPKG_PREFIX}/hans2pinyin \
27-
${GOPKG_PREFIX}/huangli \
28-
${GOPKG_PREFIX}/huangli-generator \
2927
${GOPKG_PREFIX}/i18n_dependent \
3028
${GOPKG_PREFIX}/image-blur \
3129
${GOPKG_PREFIX}/image-blur-helper \
3230
${GOPKG_PREFIX}/inhibit_hint \
3331
${GOPKG_PREFIX}/lang_info \
3432
${GOPKG_PREFIX}/language_support \
3533
${GOPKG_PREFIX}/locale-helper \
36-
${GOPKG_PREFIX}/lunar-calendar \
3734
${GOPKG_PREFIX}/polkit \
3835
${GOPKG_PREFIX}/powersupply \
3936
${GOPKG_PREFIX}/powersupply/battery \
@@ -95,7 +92,6 @@ BINARIES = \
9592
adjust-grub-theme \
9693
image-blur \
9794
image-blur-helper
98-
#lunar-calendar \
9995

10096
all: build-binary build-dev ts-to-policy
10197

huangli-generator/.gitignore

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

huangli-generator/Makefile

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

huangli-generator/README.org

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

huangli-generator/huangli.db

-632 KB
Binary file not shown.

huangli-generator/huangliBase.db

-10 MB
Binary file not shown.

huangli-generator/main.go

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

0 commit comments

Comments
 (0)