diff --git a/srcpkgs/fcitx5-hangul-icons b/srcpkgs/fcitx5-hangul-icons new file mode 120000 index 0000000000..aeca5d0f66 --- /dev/null +++ b/srcpkgs/fcitx5-hangul-icons @@ -0,0 +1 @@ +fcitx5-hangul \ No newline at end of file diff --git a/srcpkgs/fcitx5-hangul/template b/srcpkgs/fcitx5-hangul/template new file mode 100644 index 0000000000..0e8116ae53 --- /dev/null +++ b/srcpkgs/fcitx5-hangul/template @@ -0,0 +1,23 @@ +# Template file for 'fcitx5-hangul' +pkgname=fcitx5-hangul +version=5.0.3 +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 " +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=e02d3d59e22a60e65099eaa0e5e394481a770a401c83b9979f754678c100f1e6 +lib32disabled=yes + +fcitx5-hangul-icons_package() { + short_desc+=" - icons" + conflicts="fcitx-hangul<=0.3.1_1" + pkg_install() { + vmove usr/share/icons + } +}