remove theme manager in favor of theme selector in preferences.

This commit is contained in:
2026-01-16 17:54:40 -07:00
parent 33efa85ac9
commit 46da9fe581
25 changed files with 1 additions and 1594 deletions

View File

@@ -49,27 +49,6 @@ if get_option('gtk-frontend')
endif
endif
if get_option('theme-manager')
htm_desktop = i18n.merge_file(
input: 'net.zoite.Zoitechat.ThemeManager.desktop.in',
output: 'net.zoite.Zoitechat.ThemeManager.desktop',
po_dir: '../../po',
type: 'desktop',
install: true,
install_dir: appdir
)
if desktop_utils.found()
test('Validate net.zoite.Zoitechat.ThemeManager.desktop', desktop_utils,
args: [htm_desktop]
)
endif
install_data('net.zoite.Zoitechat.ThemeManager.xml',
install_dir: join_paths(get_option('datadir'), 'mime/packages')
)
endif
if get_option('plugin')
plugin_metainfo = []