for i in */; do
    [[ -e "$SRCDIR"/"$i"/theme.conf ]] || continue
    abinfo "Installing $i theme ..."
    install -Dvm644 "$SRCDIR"/"$i"/theme.conf \
        -t "$PKGDIR"/usr/share/fcitx5/themes/"$i"
    install -Dvm644 "$SRCDIR"/"$i"/*.svg \
        -t "$PKGDIR"/usr/share/fcitx5/themes/"$i"
done
