From 06ca740827cf5225562e4d77a06b7aa7abe73ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 23 Mar 2021 18:02:57 +0700 Subject: [PATCH] New package: fcitx5-chewing-5.0.5 --- srcpkgs/fcitx5-chewing-icons | 1 + srcpkgs/fcitx5-chewing/template | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 120000 srcpkgs/fcitx5-chewing-icons create mode 100644 srcpkgs/fcitx5-chewing/template diff --git a/srcpkgs/fcitx5-chewing-icons b/srcpkgs/fcitx5-chewing-icons new file mode 120000 index 0000000000..88c258a7eb --- /dev/null +++ b/srcpkgs/fcitx5-chewing-icons @@ -0,0 +1 @@ +fcitx5-chewing \ No newline at end of file diff --git a/srcpkgs/fcitx5-chewing/template b/srcpkgs/fcitx5-chewing/template new file mode 100644 index 0000000000..83dadccc2b --- /dev/null +++ b/srcpkgs/fcitx5-chewing/template @@ -0,0 +1,22 @@ +# Template file for 'fcitx5-chewing' +pkgname=fcitx5-chewing +version=5.0.5 +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 " +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=9c2f208796198daa6c37d9918929f0301792c1611afbc14155ef4dd69d699163 +lib32disabled=yes + +fcitx5-chewing-icons_package() { + short_desc+=" - icons" + conflicts="fcitx-chewing<=0.2.3_1" + pkg_install() { + vmove usr/share/icons + } +}