mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-25 10:40:21 +02:00
fcitx5-qt: update to 5.1.4.
This commit is contained in:
parent
ad9d9f5735
commit
ed1b1298ac
2 changed files with 11 additions and 3 deletions
|
@ -2155,6 +2155,12 @@ libdruntime-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
|
||||||
libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
|
libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
|
||||||
libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
|
libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
|
||||||
libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
|
libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
|
||||||
|
libFcitx5Qt6DBusAddons.so.1 fcitx5-qt6-5.1.4_1
|
||||||
|
libFcitx5Qt6WidgetsAddons.so.2 fcitx5-qt6-5.1.4_1
|
||||||
|
libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1
|
||||||
|
libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1
|
||||||
|
libdruntime-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1
|
||||||
|
libphobos2-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1
|
||||||
libmarblewidget-qt5.so.28 marble5-17.12.2_1
|
libmarblewidget-qt5.so.28 marble5-17.12.2_1
|
||||||
libastro.so.2 marble5-17.12.2_1
|
libastro.so.2 marble5-17.12.2_1
|
||||||
libparrot.so.6.9.0 parrot-6.9.0_1
|
libparrot.so.6.9.0 parrot-6.9.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fcitx5-qt'
|
# Template file for 'fcitx5-qt'
|
||||||
pkgname=fcitx5-qt
|
pkgname=fcitx5-qt
|
||||||
version=5.1.3
|
version=5.1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_QT4=OFF -DENABLE_QT5=ON
|
configure_args="-DENABLE_QT4=OFF -DENABLE_QT5=ON
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="LGPL-2.1-or-later, BSD-3-Clause"
|
license="LGPL-2.1-or-later, BSD-3-Clause"
|
||||||
homepage="https://fcitx-im.org/wiki/Fcitx"
|
homepage="https://fcitx-im.org/wiki/Fcitx"
|
||||||
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.tar.xz"
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.tar.xz"
|
||||||
checksum=c1f03ae44340aa5ece644fb24275312377206995ee43e94a311b62e642c2df73
|
checksum=92526e4424d45900443b20f0f57500417b9b7dad54409b370a67166db7d2b149
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
@ -37,7 +37,6 @@ fcitx5-qt5_package() {
|
||||||
short_desc+="5"
|
short_desc+="5"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/fcitx5-qt5-*
|
vmove usr/bin/fcitx5-qt5-*
|
||||||
vmove usr/lib/fcitx5/qt5
|
|
||||||
vmove usr/lib/qt5
|
vmove usr/lib/qt5
|
||||||
vmove "usr/libexec/*qt5-*"
|
vmove "usr/libexec/*qt5-*"
|
||||||
vmove "usr/lib/*Qt5*.so.*"
|
vmove "usr/lib/*Qt5*.so.*"
|
||||||
|
@ -60,8 +59,11 @@ fcitx5-qt6_package() {
|
||||||
short_desc+="6"
|
short_desc+="6"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/fcitx5-qt6-*
|
vmove usr/bin/fcitx5-qt6-*
|
||||||
|
vmove usr/lib/fcitx5/qt6
|
||||||
vmove usr/lib/qt6
|
vmove usr/lib/qt6
|
||||||
vmove "usr/lib/*Qt6*.so.*"
|
vmove "usr/lib/*Qt6*.so.*"
|
||||||
|
vmove "usr/libexec/*qt6-*"
|
||||||
|
vmove "usr/share/applications/org.fcitx.fcitx5-qt6-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue