mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
fcitx5-configtool: update to 5.1.5.
This commit is contained in:
parent
bbba15131b
commit
68709c6c8b
1 changed files with 14 additions and 14 deletions
|
@ -1,25 +1,26 @@
|
|||
# Template file for 'fcitx5-configtool'
|
||||
pkgname=fcitx5-configtool
|
||||
version=5.1.4
|
||||
version=5.1.5
|
||||
revision=1
|
||||
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
|
||||
-DKF6_HOST_TOOLING=/usr/lib/cmake -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="cldr-emoji-annotation pkg-config gettext doxygen
|
||||
extra-cmake-modules glib-devel qt5-qmake qt5-host-tools xkeyboard-config
|
||||
AppStream kcoreaddons kpackage"
|
||||
makedepends="libfcitx5-devel fcitx5-gtk-devel fcitx5-qt5-devel
|
||||
libglib-devel qt5-devel qt5-x11extras-devel kitemviews-devel
|
||||
qt5-quickcontrols2-devel qt5-declarative-devel kcoreaddons-devel
|
||||
ki18n-devel kpackage-devel kdeclarative-devel kirigami2-devel
|
||||
plasma-framework-devel kiconthemes-devel kwidgetsaddons-devel
|
||||
extra-cmake-modules glib-devel qt6-base xkeyboard-config
|
||||
AppStream kf6-kcoreaddons kf6-kpackage kf6-kcmutils"
|
||||
makedepends="libfcitx5-devel fcitx5-gtk-devel fcitx5-qt6-devel
|
||||
libglib-devel qt6-base-devel qt6-declarative-devel qt6-svg-devel
|
||||
kf6-kitemviews-devel kf6-kcoreaddons-devel kf6-ki18n-devel
|
||||
kf6-kpackage-devel kf6-kdeclarative-devel kf6-kirigami-devel
|
||||
libplasma-devel kf6-kiconthemes-devel kf6-kwidgetsaddons-devel
|
||||
kf6-ksvg-devel kf6-kcmutils-devel
|
||||
libxkbcommon-devel iso-codes libX11-devel libxkbfile-devel"
|
||||
depends="qt5-svg"
|
||||
short_desc="Fcitx v5 - config tool"
|
||||
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-configtool/fcitx5-configtool-${version}.tar.xz"
|
||||
checksum=67f07068c2065ae61c52c520790a65ef4b8dba993dbece665f9f7d2de2055e35
|
||||
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-${version}.tar.zst"
|
||||
checksum=47ef1374f9cbecfe3613d5e4c7f4d21c6162e0aef0b3d000e916bd26e26b0fc4
|
||||
lib32disabled=yes
|
||||
|
||||
post_install() {
|
||||
|
@ -44,8 +45,7 @@ fcitx5-kcm_package() {
|
|||
kde-cli-tools"
|
||||
pkg_install() {
|
||||
vmove usr/bin/fcitx5-plasma-theme-generator
|
||||
vmove usr/lib/qt5/plugins
|
||||
vmove usr/share/kpackage
|
||||
vmove usr/lib/qt6/plugins
|
||||
vmove usr/share/applications/kcm_fcitx5.desktop
|
||||
DESTDIR=${PKGDESTDIR} \
|
||||
ninja -C build po/kcm_fcitx5/install
|
||||
|
|
Loading…
Add table
Reference in a new issue