diff --git a/srcpkgs/fcitx5-rime-icons b/srcpkgs/fcitx5-rime-icons new file mode 120000 index 0000000000..2de077b5f2 --- /dev/null +++ b/srcpkgs/fcitx5-rime-icons @@ -0,0 +1 @@ +fcitx5-rime \ No newline at end of file diff --git a/srcpkgs/fcitx5-rime/template b/srcpkgs/fcitx5-rime/template new file mode 100644 index 0000000000..216df93b01 --- /dev/null +++ b/srcpkgs/fcitx5-rime/template @@ -0,0 +1,24 @@ +# Template file for 'fcitx5-rime' +pkgname=fcitx5-rime +version=5.0.5 +revision=1 +build_style=cmake +configure_args="-DRIME_DATA_DIR=/usr/share/rime-data" +hostmakedepends="cldr-emoji-annotation pkg-config gettext doxygen + extra-cmake-modules" +makedepends="libfcitx5-devel fmt-devel librime-devel" +depends="brise fcitx5-rime-icons" +short_desc="Fcitx v5 - RIME engine" +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-rime/fcitx5-rime-${version}.tar.xz" +checksum=7845893c572bfe0e3f19df91a8f25cfcc733990e6da7609850f89bc02907220a +lib32disabled=yes + +fcitx5-rime-icons_package() { + short_desc+=" - icons" + pkg_install() { + vmove usr/share/icons + } +}