23 lines
722 B
Bash
23 lines
722 B
Bash
# Template file for 'fcitx5-chewing'
|
|
pkgname=fcitx5-chewing
|
|
version=5.1.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config gettext doxygen extra-cmake-modules"
|
|
makedepends="libfcitx5-devel fmt-devel libchewing-devel"
|
|
short_desc="Fcitx5 - chewing engine"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://fcitx-im.org/wiki/Fcitx"
|
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-${version}.tar.xz"
|
|
checksum=cd6a83c5a37e54ac815d9c45e5bd605c0eb6941fbf5eaa4be6e9226b854512a2
|
|
lib32disabled=yes
|
|
|
|
fcitx5-chewing-icons_package() {
|
|
short_desc+=" - icons"
|
|
conflicts="fcitx-chewing<=0.2.3_1"
|
|
pkg_install() {
|
|
vmove usr/share/icons
|
|
}
|
|
}
|