mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
fcitx5-gtk: update to 5.1.4.
This commit is contained in:
parent
5dd780df07
commit
3411c7e5ec
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fcitx5-gtk'
|
||||
pkgname=fcitx5-gtk
|
||||
version=5.1.3
|
||||
version=5.1.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_helper=gir
|
||||
|
@ -14,7 +14,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://fcitx-im.org/wiki/Fcitx"
|
||||
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-${version}.tar.zst"
|
||||
checksum=3ad646fe468835d4db470c371c830af9b4eba6abe534693b43dbfdc62aae4cc8
|
||||
checksum=1dcfc5bce9cb886dd461f9f9efa109f9da735cd7041e3fdaed7754b7ea099453
|
||||
lib32disabled=yes
|
||||
|
||||
build_options="gir"
|
||||
|
@ -35,6 +35,8 @@ post_install() {
|
|||
fcitx5-gtk+2_package() {
|
||||
short_desc="${short_desc% common}+2 IM Modules"
|
||||
lib32disabled=yes
|
||||
replaces="libfcitx-gtk>=0"
|
||||
provides="libfcitx-gtk-5_1"
|
||||
pkg_install() {
|
||||
vmove usr/lib/gtk-2.0
|
||||
vmove usr/bin/fcitx5-gtk2-immodule-probing
|
||||
|
@ -44,6 +46,8 @@ fcitx5-gtk+2_package() {
|
|||
fcitx5-gtk+3_package() {
|
||||
short_desc="${short_desc% common}+3 IM Modules"
|
||||
lib32disabled=yes
|
||||
replaces="libfcitx-gtk3>=0"
|
||||
provides="libfcitx-gtk3-5_1"
|
||||
pkg_install() {
|
||||
vmove usr/lib/gtk-3.0
|
||||
vmove usr/bin/fcitx5-gtk3-immodule-probing
|
||||
|
|
Loading…
Add table
Reference in a new issue