From f2388ad18824d1df4c82094edd5dfddc0333926f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 7 Mar 2022 21:38:15 +0700 Subject: [PATCH] New package: fcitx5-unikey-5.0.8 Close #35968 --- srcpkgs/fcitx5-unikey-macro-editor | 1 + srcpkgs/fcitx5-unikey/template | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 120000 srcpkgs/fcitx5-unikey-macro-editor create mode 100644 srcpkgs/fcitx5-unikey/template diff --git a/srcpkgs/fcitx5-unikey-macro-editor b/srcpkgs/fcitx5-unikey-macro-editor new file mode 120000 index 00000000000..addfd6b40b7 --- /dev/null +++ b/srcpkgs/fcitx5-unikey-macro-editor @@ -0,0 +1 @@ +fcitx5-unikey \ No newline at end of file diff --git a/srcpkgs/fcitx5-unikey/template b/srcpkgs/fcitx5-unikey/template new file mode 100644 index 00000000000..d9feaafcfbe --- /dev/null +++ b/srcpkgs/fcitx5-unikey/template @@ -0,0 +1,28 @@ +# Template file for 'fcitx5-unikey' +pkgname=fcitx5-unikey +version=5.0.8 +revision=1 +build_style=cmake +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +hostmakedepends="pkg-config gettext extra-cmake-modules" +makedepends="fcitx5 libfcitx5-devel fmt-devel fcitx5-qt5-devel" +depends="fcitx5" +short_desc="Fcitx5 - Unikey engine" +maintainer="Đoàn Trần Công Danh " +license="GPL-2.0-or-later" +homepage="https://fcitx-im.org/wiki/Fcitx" +distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-unikey/fcitx5-unikey-${version}.tar.xz" +checksum=7505d9f937512272baf348ba38c72bef7f27fd2df9ae5dbc99cf738c5fcef8d0 +conflicts="fcitx-unikey>=0" + +fcitx5-unikey-macro-editor_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - Macro Editor" + pkg_install() { + vmove usr/lib/fcitx5/qt5 + } +}