23 lines
727 B
Bash
23 lines
727 B
Bash
# Template file for 'fcitx5-hangul'
|
|
pkgname=fcitx5-hangul
|
|
version=5.0.6
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config gettext extra-cmake-modules"
|
|
makedepends="libhangul-devel libfcitx5-devel"
|
|
depends="fcitx5-hangul-icons"
|
|
short_desc="Fcitx5 - Hangul support"
|
|
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-hangul/fcitx5-hangul-${version}.tar.xz"
|
|
checksum=6a94f1b7d9385cfc63c4550957b8354ab36212ed36fc18eb69c45d6a49ad41c0
|
|
lib32disabled=yes
|
|
|
|
fcitx5-hangul-icons_package() {
|
|
short_desc+=" - icons"
|
|
conflicts="fcitx-hangul<=0.3.1_1"
|
|
pkg_install() {
|
|
vmove usr/share/icons
|
|
}
|
|
}
|