29 lines
898 B
Bash
29 lines
898 B
Bash
# Template file for 'fcitx5-unikey'
|
|
pkgname=fcitx5-unikey
|
|
version=5.0.9
|
|
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 qt5-devel"
|
|
makedepends="fcitx5 libfcitx5-devel fmt-devel fcitx5-qt5-devel"
|
|
depends="fcitx5"
|
|
short_desc="Fcitx5 - Unikey engine"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
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=a72d59e21ddde6ccfa5f66accd9d763ded7c8210dbb19a99435aa35b4ac7d5ed
|
|
conflicts="fcitx-unikey>=0"
|
|
|
|
fcitx5-unikey-macro-editor_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - Macro Editor"
|
|
pkg_install() {
|
|
vmove usr/lib/fcitx5/qt5
|
|
}
|
|
}
|