23 lines
693 B
Bash
23 lines
693 B
Bash
# Template file for 'fcitx5-anthy'
|
|
pkgname=fcitx5-anthy
|
|
version=5.0.14
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config gettext extra-cmake-modules"
|
|
makedepends="anthy-unicode-devel libfcitx5-devel"
|
|
depends="fcitx5"
|
|
short_desc="Fcitx5 - Anthy engine"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://fcitx-im.org/wiki/Fcitx"
|
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-${version}.tar.xz"
|
|
checksum=0a874d70df4ef22f1eb868c27eaf66e3354e1609db8ded392544f8f6bc54a7b7
|
|
|
|
fcitx5-anthy-icons_package() {
|
|
short_desc+=" - icons"
|
|
conflicts="fcitx-anthy<=0.2.3_2"
|
|
pkg_install() {
|
|
vmove usr/share/icons
|
|
}
|
|
}
|