ibus-theme-tools from home:hollowman project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_hollowman_Arch]
Server = https://download.opensuse.org/repositories/home:/hollowman/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Arch/$(uname -m)/home_hollowman_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_hollowman_Arch/ibus-theme-tools
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Fedora_Rawhide/home:hollowman.repo
dnf install ibus-theme-tools
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Mageia_Cauldron/home:hollowman.repo
dnf install ibus-theme-tools
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Mageia_8/home:hollowman.repo
dnf install ibus-theme-tools
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/openSUSE_Tumbleweed/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/openSUSE_Factory/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For SLE 15 SP2 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP2_Backports/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For SLE 15 SP1 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP1_Backports/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/15.4/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/15.3/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For SLE 15 SP3 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP3_Backports/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP3/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP2/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP1/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For SLE 15 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_Backports/home:hollowman.repo
zypper refresh
zypper install ibus-theme-tools
For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?
For Fedora 35 run the following as root:
?
For Fedora 34 run the following as root:
?