mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fcitx5-configtool: update to 5.1.3.
This commit is contained in:
parent
df1ca62ad9
commit
66cfa704d8
1 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fcitx5-configtool'
|
# Template file for 'fcitx5-configtool'
|
||||||
pkgname=fcitx5-configtool
|
pkgname=fcitx5-configtool
|
||||||
version=5.1.2
|
version=5.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_KCM=ON -DENABLE_CONFIG_QT=ON -DENABLE_TEST=ON"
|
configure_args="-DENABLE_KCM=ON -DENABLE_CONFIG_QT=ON -DENABLE_TEST=ON"
|
||||||
|
@ -19,12 +19,12 @@ 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-configtool/fcitx5-configtool-${version}.tar.xz"
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-${version}.tar.xz"
|
||||||
checksum=cc380dc966f81663d3323c00c900dcf0fcbd6c79e54872c2c249162a7900c1cc
|
checksum=1feef31b1bb0f89016845a217e5f56b266b86c1a44b4ed640b49c1378dccdcde
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# belongs to fcitx5-kcm
|
# belongs to fcitx5-kcm
|
||||||
rm ${DESTDIR}/usr/share/locale/*/*/org.fcitx.fcitx5.kcm.mo
|
rm ${DESTDIR}/usr/share/locale/*/*/kcm_fcitx5.mo
|
||||||
}
|
}
|
||||||
|
|
||||||
fcitx5-migrator_package() {
|
fcitx5-migrator_package() {
|
||||||
|
@ -44,11 +44,10 @@ fcitx5-kcm_package() {
|
||||||
kde-cli-tools"
|
kde-cli-tools"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/fcitx5-plasma-theme-generator
|
vmove usr/bin/fcitx5-plasma-theme-generator
|
||||||
vmove usr/lib/qt5/plugins/kcms
|
vmove usr/lib/qt5/plugins
|
||||||
vmove usr/share/kpackage
|
vmove usr/share/kpackage
|
||||||
vmove usr/share/kservices5
|
vmove usr/share/applications/kcm_fcitx5.desktop
|
||||||
vmove usr/share/metainfo
|
|
||||||
DESTDIR=${PKGDESTDIR} \
|
DESTDIR=${PKGDESTDIR} \
|
||||||
ninja -C build po/org.fcitx.fcitx5.kcm/install
|
ninja -C build po/kcm_fcitx5/install
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue