abinfo "Installing Fcitx5 neo-dark theme, wide variant ..."
install -Dvm644 "$SRCDIR"/input_panel.png \
    -t "$PKGDIR"/usr/share/fcitx5/themes/neo-dark-wide/input_panel.png
install -Dvm644 "$SRCDIR"/theme-wide.conf \
    -t "$PKGDIR"/usr/share/fcitx5/themes/neo-dark-wide/theme.conf

abinfo "Installing Fcitx5 neo-dark theme, thin variant ..."
install -Dvm644 "$SRCDIR"/input_panel-thin.png \
    -t "$PKGDIR"/usr/share/fcitx5/themes/neo-dark-thin/input_panel.png
install -Dvm644 "$SRCDIR"/theme-thin.conf \
    -t "$PKGDIR"/usr/share/fcitx5/themes/neo-dark-thin/theme.conf

abinfo "Installing license file ..."
install -Dvm644 UNLICENSE "$PKGDIR"/usr/share/doc/"$PKGNAME"/LICENSE
