mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fcitx5-unikey: update to 5.1.1.
This commit is contained in:
parent
1e66526159
commit
9dabeb721a
1 changed files with 6 additions and 10 deletions
|
@ -1,28 +1,24 @@
|
||||||
# Template file for 'fcitx5-unikey'
|
# Template file for 'fcitx5-unikey'
|
||||||
pkgname=fcitx5-unikey
|
pkgname=fcitx5-unikey
|
||||||
version=5.1.1
|
version=5.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
#configure_args=""
|
configure_args="-DENABLE_QT=On -DUSE_QT6=On"
|
||||||
#make_build_args=""
|
hostmakedepends="pkg-config gettext extra-cmake-modules qt6-base"
|
||||||
#make_install_args=""
|
makedepends="fcitx5 libfcitx5-devel fmt-devel fcitx5-qt6-devel"
|
||||||
#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"
|
depends="fcitx5"
|
||||||
short_desc="Fcitx5 - Unikey engine"
|
short_desc="Fcitx5 - Unikey engine"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://fcitx-im.org/wiki/Fcitx"
|
homepage="https://fcitx-im.org/wiki/Fcitx"
|
||||||
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-unikey/fcitx5-unikey-${version}.tar.xz"
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-unikey/fcitx5-unikey-${version}.tar.xz"
|
||||||
checksum=616149b2594847b1563789114dc5af96194acac8540faaaa96966ffaa4bec761
|
checksum=e56db4731f55615448328b07dc18cc7af518f2d8801ee516fadbdab36aac93c1
|
||||||
conflicts="fcitx-unikey>=0"
|
conflicts="fcitx-unikey>=0"
|
||||||
|
|
||||||
fcitx5-unikey-macro-editor_package() {
|
fcitx5-unikey-macro-editor_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - Macro Editor"
|
short_desc+=" - Macro Editor"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/fcitx5/qt5
|
vmove usr/lib/fcitx5/qt6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue