Added package install manifests for split binary packages so files previously left in debian/tmp are assigned to the correct outputs:

zoitechat-common (desktop integration, dbus service, icons, locales, appdata, mime).
    zoitechat-dev (plugin development header + pkg-config file).
    zoitechat-lua, zoitechat-perl, zoitechat-plugins, and zoitechat-python3 (plugin/shared module payloads).
Simplified zoitechat.install to only the core executable + man page, with shared data moved to zoitechat-common to match package split intent.
This commit is contained in:
2026-02-16 13:59:59 -07:00
parent 7143aec20d
commit 7ff4cb9b8a
8 changed files with 19 additions and 4 deletions

View File

@@ -2816,7 +2816,7 @@ setup_apply_to_sess (session_gui *gui)
bg = &colors[COL_BG];
if (fe_dark_mode_is_enabled ())
fg = &colors[COL_FG];
if (prefs.hex_gui_ulist_style)
if (input_style)
font = input_style->font_desc;
gtkutil_apply_palette (gui->user_tree, bg, fg, font);