fcitx5-gtk: split immodule probing
This commit is contained in:
parent
92ca371926
commit
94b1aa5442
@ -1,7 +1,7 @@
|
||||
# Template file for 'fcitx5-gtk'
|
||||
pkgname=fcitx5-gtk
|
||||
version=5.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
build_helper=gir
|
||||
configure_args="$(vopt_bool gir ENABLE_GIR)"
|
||||
@ -37,6 +37,7 @@ fcitx5-gtk+2_package() {
|
||||
lib32disabled=yes
|
||||
pkg_install() {
|
||||
vmove usr/lib/gtk-2.0
|
||||
vmove usr/bin/fcitx5-gtk2-immodule-probing
|
||||
}
|
||||
}
|
||||
|
||||
@ -45,6 +46,7 @@ fcitx5-gtk+3_package() {
|
||||
lib32disabled=yes
|
||||
pkg_install() {
|
||||
vmove usr/lib/gtk-3.0
|
||||
vmove usr/bin/fcitx5-gtk3-immodule-probing
|
||||
}
|
||||
}
|
||||
|
||||
@ -53,6 +55,7 @@ fcitx5-gtk4_package() {
|
||||
lib32disabled=yes
|
||||
pkg_install() {
|
||||
vmove usr/lib/gtk-4.0
|
||||
vmove usr/bin/fcitx5-gtk4-immodule-probing
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user