Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Fcitx5 update
@ 2024-05-21  2:33 sgn
  2024-05-22  2:29 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2024-05-21  2:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages fcitx5-update
https://github.com/void-linux/void-packages/pull/50447

Fcitx5 update
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/50447.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fcitx5-update-50447.patch --]
[-- Type: text/x-diff, Size: 36233 bytes --]

From bde075fc161c0fe7485441af14e7dde8ba75a8f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:12:01 +0700
Subject: [PATCH 01/23] fcitx5: update to 5.1.9.

---
 srcpkgs/fcitx5-icons    |  1 -
 srcpkgs/fcitx5/template | 17 +++++------------
 2 files changed, 5 insertions(+), 13 deletions(-)
 delete mode 120000 srcpkgs/fcitx5-icons

diff --git a/srcpkgs/fcitx5-icons b/srcpkgs/fcitx5-icons
deleted file mode 120000
index 99ac64afc6154c..00000000000000
--- a/srcpkgs/fcitx5-icons
+++ /dev/null
@@ -1 +0,0 @@
-fcitx5
\ No newline at end of file
diff --git a/srcpkgs/fcitx5/template b/srcpkgs/fcitx5/template
index 0b8c9ca74ca6a5..c2537a8c3234ff 100644
--- a/srcpkgs/fcitx5/template
+++ b/srcpkgs/fcitx5/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5'
 pkgname=fcitx5
-version=5.1.8
+version=5.1.9
 revision=1
 build_style=cmake
 build_helper=qemu
@@ -13,16 +13,17 @@ makedepends="fmt-devel expat-devel iso-codes enchant2-devel libxkbfile-devel
  dbus-devel pango-devel glib-devel libevent-devel xcb-util-wm-devel
  xcb-util-keysyms-devel xcb-util-devel xcb-imdkit-devel libxkbcommon-devel
  wayland-devel wayland-protocols gdk-pixbuf-devel json-c-devel libuv-devel"
-depends="fcitx5-icons"
 short_desc="Flexible Context-aware Input Tool with eXtension - v5"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
 _en_dict_ver=20121020
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${version}.tar.xz
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${version}.tar.zst
  https://download.fcitx-im.org/data/en_dict-${_en_dict_ver}.tar.gz"
-checksum="e7558003e06e41fcd112b7bd66a884f42df732682f0a29327ccef119cae90a9b
+checksum="44428c050b640c38ad6251b74e1e9c2a8f51e38333573f51c3358702506a1f8c
  c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb"
+
+replaces="fcitx5-icons>=0"
 skip_extraction=en_dict-${_en_dict_ver}.tar.gz
 lib32disabled=yes
 CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
@@ -41,14 +42,6 @@ post_install() {
 		"${DESTDIR}/usr/lib/cmake"/*/*Targets.cmake
 }
 
-fcitx5-icons_package() {
-	short_desc+=" - icons"
-	conflicts="fcitx<=4.2.9.8_3"
-	pkg_install() {
-		vmove usr/share/icons
-	}
-}
-
 libfcitx5_package() {
 	short_desc+=" - libraries"
 	lib32disabled=yes

From 5b729246f1e81a3d69a8c86266d5ca99d87abb30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:12:32 +0700
Subject: [PATCH 02/23] fcitx5-anthy: update to 5.1.4.

---
 srcpkgs/fcitx5-anthy-icons    |  1 -
 srcpkgs/fcitx5-anthy/template | 15 ++++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)
 delete mode 120000 srcpkgs/fcitx5-anthy-icons

diff --git a/srcpkgs/fcitx5-anthy-icons b/srcpkgs/fcitx5-anthy-icons
deleted file mode 120000
index 6fee45a4d39675..00000000000000
--- a/srcpkgs/fcitx5-anthy-icons
+++ /dev/null
@@ -1 +0,0 @@
-fcitx5-anthy
\ No newline at end of file
diff --git a/srcpkgs/fcitx5-anthy/template b/srcpkgs/fcitx5-anthy/template
index 088114dcdebba6..32f07dbdc6d0fe 100644
--- a/srcpkgs/fcitx5-anthy/template
+++ b/srcpkgs/fcitx5-anthy/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-anthy'
 pkgname=fcitx5-anthy
-version=5.1.3
+version=5.1.4
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config gettext extra-cmake-modules"
@@ -10,13 +10,6 @@ short_desc="Fcitx5 - Anthy 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-anthy/fcitx5-anthy-${version}.tar.xz"
-checksum=a4e2587b9fbfd758fc626b890f201b14f16c9d46bd0d0a9b622ad2c03f7ddb36
-
-fcitx5-anthy-icons_package() {
-	short_desc+=" - icons"
-	conflicts="fcitx-anthy<=0.2.3_2"
-	pkg_install() {
-		vmove usr/share/icons
-	}
-}
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-${version}.tar.zst"
+checksum=7b45f4d299577d18284a48530d525fb9bb9b8a7f21f8d886ceb9ce4886926bb8
+replaces="fcitx5-anthy-icons>=0"

From 472aa80d18e1a446d0fb5ce582887e6b56a71a0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:13:39 +0700
Subject: [PATCH 03/23] fcitx5-chewing: update to 5.1.3.

---
 srcpkgs/fcitx5-chewing-icons    |  1 -
 srcpkgs/fcitx5-chewing/template | 15 ++++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)
 delete mode 120000 srcpkgs/fcitx5-chewing-icons

diff --git a/srcpkgs/fcitx5-chewing-icons b/srcpkgs/fcitx5-chewing-icons
deleted file mode 120000
index 88c258a7ebb9e0..00000000000000
--- a/srcpkgs/fcitx5-chewing-icons
+++ /dev/null
@@ -1 +0,0 @@
-fcitx5-chewing
\ No newline at end of file
diff --git a/srcpkgs/fcitx5-chewing/template b/srcpkgs/fcitx5-chewing/template
index c7ba67e777ee1e..508672f2606c9b 100644
--- a/srcpkgs/fcitx5-chewing/template
+++ b/srcpkgs/fcitx5-chewing/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-chewing'
 pkgname=fcitx5-chewing
-version=5.1.1
+version=5.1.3
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config gettext doxygen extra-cmake-modules"
@@ -9,14 +9,7 @@ short_desc="Fcitx5 - chewing engine"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-${version}.tar.xz"
-checksum=cd6a83c5a37e54ac815d9c45e5bd605c0eb6941fbf5eaa4be6e9226b854512a2
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-${version}.tar.zst"
+checksum=9734e2e67a4b179bd515a2eb613dfd57fdb7357273e5380fc15a9202ccc87a3a
 lib32disabled=yes
-
-fcitx5-chewing-icons_package() {
-	short_desc+=" - icons"
-	conflicts="fcitx-chewing<=0.2.3_1"
-	pkg_install() {
-		vmove usr/share/icons
-	}
-}
+replaces="fcitx5-chewing-icons>=0"

From a75d4c2f793e181ddcc17f06f83f2263e054ba09 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:14:03 +0700
Subject: [PATCH 04/23] fcitx5-chinese-addons: update to 5.1.5.

---
 srcpkgs/fcitx5-chinese-addons-icons    |  1 -
 srcpkgs/fcitx5-chinese-addons/template | 15 ++++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)
 delete mode 120000 srcpkgs/fcitx5-chinese-addons-icons

diff --git a/srcpkgs/fcitx5-chinese-addons-icons b/srcpkgs/fcitx5-chinese-addons-icons
deleted file mode 120000
index 20d63bef802660..00000000000000
--- a/srcpkgs/fcitx5-chinese-addons-icons
+++ /dev/null
@@ -1 +0,0 @@
-fcitx5-chinese-addons
\ No newline at end of file
diff --git a/srcpkgs/fcitx5-chinese-addons/template b/srcpkgs/fcitx5-chinese-addons/template
index 4ea930728acdb7..fccb08a507cd8e 100644
--- a/srcpkgs/fcitx5-chinese-addons/template
+++ b/srcpkgs/fcitx5-chinese-addons/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-chinese-addons'
 pkgname=fcitx5-chinese-addons
-version=5.1.4
+version=5.1.5
 revision=1
 build_style=cmake
 configure_args="-DENABLE_OPENCC=ON -DENABLE_GUI=ON -DENABLE_BROWSER=ON
@@ -8,23 +8,23 @@ configure_args="-DENABLE_OPENCC=ON -DENABLE_GUI=ON -DENABLE_BROWSER=ON
 hostmakedepends="pkg-config gettext doxygen extra-cmake-modules libime-utils"
 makedepends="libfcitx5-devel fmt-devel opencc-devel fcitx5-lua-devel
  libcurl-devel boost-devel libime-devel"
-depends="fcitx5-chinese-addons-icons"
 short_desc="Fcitx5 - Chinese related addon"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
 _pytable_version=20121124
 _pystroke_version=20121124
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chinese-addons-${version}.tar.xz
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chinese-addons-${version}.tar.zst
  http://download.fcitx-im.org/data/py_table-${_pytable_version}.tar.gz
  http://download.fcitx-im.org/data/py_stroke-${_pystroke_version}.tar.gz"
-checksum="39b582d76543582d59c71fe4a0f1e082d032bd7f145b3320d34d38f961317ed2
+checksum="4987c529080d9920d1d29469f3721a57394e101d8ea05c4e3225bb689696da24
  42146ac97de6c13d55f9e99ed873915f4c66739e9c11532a34556badf9792c04
  8eb128a9bfa43952e67cf2fcee1fd134c6f4cfd317bc2f6c38a615f5eb64e248"
 skip_extraction="
  py_table-${_pytable_version}.tar.gz
  py_stroke-${_pystroke_version}.tar.gz"
 lib32disabled=yes
+replaces="fcitx5-chinese-addons-icons>=0"
 
 _have_webengine=no
 if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
@@ -52,13 +52,6 @@ post_extract() {
 	done
 }
 
-fcitx5-chinese-addons-icons_package() {
-	short_desc+=" - icons"
-	pkg_install() {
-		vmove usr/share/icons
-	}
-}
-
 fcitx5-cloudpinyin_package() {
 	short_desc="Fcitx5 - Cloud based PinYin"
 	pkg_install() {

From fd996ed257275fdc94af1cb691ac8b2868eb3d3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:14:32 +0700
Subject: [PATCH 05/23] fcitx5-configtool: update to 5.1.5.

---
 srcpkgs/fcitx5-configtool/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/fcitx5-configtool/template b/srcpkgs/fcitx5-configtool/template
index f822d41fd251d4..0aaa1a360fbaa0 100644
--- a/srcpkgs/fcitx5-configtool/template
+++ b/srcpkgs/fcitx5-configtool/template
@@ -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

From 2c8924ac7b625000d0e4d88b252f5b6cb6369515 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:14:44 +0700
Subject: [PATCH 06/23] fcitx5-gtk: update to 5.1.3.

---
 srcpkgs/fcitx5-gtk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcitx5-gtk/template b/srcpkgs/fcitx5-gtk/template
index 76cd9f353e5fe8..4cd06ad98dd899 100644
--- a/srcpkgs/fcitx5-gtk/template
+++ b/srcpkgs/fcitx5-gtk/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-gtk'
 pkgname=fcitx5-gtk
-version=5.1.2
+version=5.1.3
 revision=1
 build_style=cmake
 build_helper=gir
@@ -13,8 +13,8 @@ short_desc="Fcitx v5 - GTK common"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-${version}.tar.xz"
-checksum=46ee7cd8e8b266023451c44fe1a065ad8437165b8a21852f5a398144ddc6328c
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-${version}.tar.zst"
+checksum=3ad646fe468835d4db470c371c830af9b4eba6abe534693b43dbfdc62aae4cc8
 lib32disabled=yes
 
 build_options="gir"

From de5d6e55ff9613868098c7df85df24ca0e2e2262 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:14:49 +0700
Subject: [PATCH 07/23] fcitx5-hangul: update to 5.1.3.

---
 srcpkgs/fcitx5-hangul-icons    |  1 -
 srcpkgs/fcitx5-hangul/template | 16 ++++------------
 2 files changed, 4 insertions(+), 13 deletions(-)
 delete mode 120000 srcpkgs/fcitx5-hangul-icons

diff --git a/srcpkgs/fcitx5-hangul-icons b/srcpkgs/fcitx5-hangul-icons
deleted file mode 120000
index aeca5d0f662cb3..00000000000000
--- a/srcpkgs/fcitx5-hangul-icons
+++ /dev/null
@@ -1 +0,0 @@
-fcitx5-hangul
\ No newline at end of file
diff --git a/srcpkgs/fcitx5-hangul/template b/srcpkgs/fcitx5-hangul/template
index 086280299a0f99..51604e9373dc02 100644
--- a/srcpkgs/fcitx5-hangul/template
+++ b/srcpkgs/fcitx5-hangul/template
@@ -1,23 +1,15 @@
 # Template file for 'fcitx5-hangul'
 pkgname=fcitx5-hangul
-version=5.1.2
+version=5.1.3
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config gettext extra-cmake-modules"
 makedepends="libhangul-devel libfcitx5-devel"
-depends="fcitx5-hangul-icons"
 short_desc="Fcitx5 - Hangul support"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-hangul/fcitx5-hangul-${version}.tar.xz"
-checksum=6f1683070ad2ec1f9dbade949ff2e0668cc93dbe526ef1aaa990e16d3a8419df
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-hangul/fcitx5-hangul-${version}.tar.zst"
+checksum=ef9e7cd746dac1700818a732e9be366e5ac2912f3de30d2b3f6d78772d5757b1
 lib32disabled=yes
-
-fcitx5-hangul-icons_package() {
-	short_desc+=" - icons"
-	conflicts="fcitx-hangul<=0.3.1_1"
-	pkg_install() {
-		vmove usr/share/icons
-	}
-}
+replaces="fcitx5-hangul-icons>=0"

From 5e872e8e705ee2ad0caf60ef2aad5e78ee323cea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:15:01 +0700
Subject: [PATCH 08/23] fcitx5-lua: update to 5.0.13.

---
 srcpkgs/fcitx5-lua/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcitx5-lua/template b/srcpkgs/fcitx5-lua/template
index bf96c04773c4bf..84b24e0136143a 100644
--- a/srcpkgs/fcitx5-lua/template
+++ b/srcpkgs/fcitx5-lua/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-lua'
 pkgname=fcitx5-lua
-version=5.0.12
+version=5.0.13
 revision=1
 build_style=cmake
 configure_args="-DUSE_DLOPEN=No"
@@ -13,8 +13,8 @@ short_desc="Lua scripting support for fcitx5"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fcitx/fcitx5-lua"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-${version}.tar.xz"
-checksum=e41fd871bcefbe609cb161ddc42edf02e95fe29537d352a0b3dacd7f3f067002
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-${version}.tar.zst"
+checksum=40d11db9bb68952d12706148fd3ade3b6dfbc0448a2cd071a80aadc7dd957737
 lib32disabled=yes
 
 fcitx5-lua-devel_package() {

From b15d606248a25816746b4f9a0f55a4c2d23866c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:15:05 +0700
Subject: [PATCH 09/23] fcitx5-m17n: update to 5.1.1.

---
 srcpkgs/fcitx5-m17n/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcitx5-m17n/template b/srcpkgs/fcitx5-m17n/template
index 144eafb1b8bb69..be5f768afb990d 100644
--- a/srcpkgs/fcitx5-m17n/template
+++ b/srcpkgs/fcitx5-m17n/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-m17n'
 pkgname=fcitx5-m17n
-version=5.1.0
+version=5.1.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config gettext doxygen extra-cmake-modules"
@@ -11,6 +11,6 @@ short_desc="Fcitx v5 - m17n engine"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-m17n/fcitx5-m17n-${version}.tar.xz"
-checksum=8556f492afa1c624710de9116bcc33f46407a6225538f3bcf22face60c9acb67
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-m17n/fcitx5-m17n-${version}.tar.zst"
+checksum=d976160ec262c6985b0e008ae4a97ce003c3de00ba7fe8841efd6cc6e33e56ec
 lib32disabled=yes

From 6c84a69152252299593cb39674ecea6590113c5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:15:09 +0700
Subject: [PATCH 10/23] fcitx5-qt: update to 5.1.6.

---
 srcpkgs/fcitx5-qt/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fcitx5-qt/template b/srcpkgs/fcitx5-qt/template
index f41b3d06fc0900..effd00ee9fcb59 100644
--- a/srcpkgs/fcitx5-qt/template
+++ b/srcpkgs/fcitx5-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'fcitx5-qt'
 pkgname=fcitx5-qt
-version=5.1.5
-revision=2
+version=5.1.6
+revision=1
 build_style=cmake
 configure_args="-DENABLE_QT4=OFF -DENABLE_QT5=ON
  -DCMAKE_INSTALL_QT6PLUGINDIR=/usr/lib/qt6/plugins
@@ -14,8 +14,8 @@ short_desc="Flexible Context-aware Input Tool with eXtension v5 - Qt"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.tar.xz"
-checksum=f663f12f0c3806684f43dcc64decc4f81c853e9027e2203188e20d7507b39c31
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.tar.zst"
+checksum=ffab4eb177cfec4284f65b51f1328863d951bb4b1d46210f8d713013a07438b5
 lib32disabled=yes
 
 post_patch() {

From a4ca7575edce66b9d1bf6377c41ccf1135208b45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:15:15 +0700
Subject: [PATCH 11/23] fcitx5-rime: update to 5.1.6.

---
 srcpkgs/fcitx5-rime-icons    |  1 -
 srcpkgs/fcitx5-rime/template | 16 +++++-----------
 2 files changed, 5 insertions(+), 12 deletions(-)
 delete mode 120000 srcpkgs/fcitx5-rime-icons

diff --git a/srcpkgs/fcitx5-rime-icons b/srcpkgs/fcitx5-rime-icons
deleted file mode 120000
index 2de077b5f2e35b..00000000000000
--- a/srcpkgs/fcitx5-rime-icons
+++ /dev/null
@@ -1 +0,0 @@
-fcitx5-rime
\ No newline at end of file
diff --git a/srcpkgs/fcitx5-rime/template b/srcpkgs/fcitx5-rime/template
index a8d5dec786ae9c..229c05f564aa4b 100644
--- a/srcpkgs/fcitx5-rime/template
+++ b/srcpkgs/fcitx5-rime/template
@@ -1,24 +1,18 @@
 # Template file for 'fcitx5-rime'
 pkgname=fcitx5-rime
-version=5.1.5
+version=5.1.6
 revision=1
 build_style=cmake
 configure_args="-DRIME_DATA_DIR=/usr/share/rime-data"
 hostmakedepends="cldr-emoji-annotation pkg-config gettext doxygen
  extra-cmake-modules"
 makedepends="libfcitx5-devel fmt-devel librime-devel"
-depends="brise fcitx5-rime-icons"
+depends="brise"
 short_desc="Fcitx v5 - RIME engine"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${version}.tar.xz"
-checksum=fde5601799207f58266e43889e819b987fde1f4bcedb18f75fa93ec33784b2c3
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${version}.tar.zst"
+checksum=2e5d13f9b8065d86e0fcf389982783563913bda36e47f6f1c3d85024957e090a
 lib32disabled=yes
-
-fcitx5-rime-icons_package() {
-	short_desc+=" - icons"
-	pkg_install() {
-		vmove usr/share/icons
-	}
-}
+replaces="fcitx5-rime-icons>=0"

From ed1e362f1228df85f213bb2f8ace5a3da6fd893c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:16:15 +0700
Subject: [PATCH 12/23] fcitx5-table-extra: update to 5.1.5.

---
 srcpkgs/fcitx5-table-extra/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcitx5-table-extra/template b/srcpkgs/fcitx5-table-extra/template
index 9720c77fc8be41..a3c7b0497db6a2 100644
--- a/srcpkgs/fcitx5-table-extra/template
+++ b/srcpkgs/fcitx5-table-extra/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-table-extra'
 pkgname=fcitx5-table-extra
-version=5.1.4
+version=5.1.5
 revision=1
 build_style=cmake
 hostmakedepends="gettext libime-utils extra-cmake-modules"
@@ -10,5 +10,5 @@ short_desc="Fcitx5 - Boshiamy, Zhengma, Cangjie, and Quick table"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="Public Domain"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/fcitx5-table-extra-${version}.tar.xz"
-checksum=79184a3db769aef327f7c85309d31f73d617dd69ca6f9bc51a452ebd46b2a3ea
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/fcitx5-table-extra-${version}.tar.zst"
+checksum=399b2360555e081f12324e7733b76fc83132409e809fc9b8ebe889348f6285ba

From 1e63485bba826c0569bf1049f7cd609fa79c585a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:16:22 +0700
Subject: [PATCH 13/23] fcitx5-table-other: update to 5.1.2.

---
 srcpkgs/fcitx5-table-other/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcitx5-table-other/template b/srcpkgs/fcitx5-table-other/template
index 4074e1264a8614..4109e733042956 100644
--- a/srcpkgs/fcitx5-table-other/template
+++ b/srcpkgs/fcitx5-table-other/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-table-other'
 pkgname=fcitx5-table-other
-version=5.1.1
+version=5.1.2
 revision=1
 build_style=cmake
 hostmakedepends="gettext libime-utils extra-cmake-modules"
@@ -10,5 +10,5 @@ short_desc="Fcitx5 - non-Chinese table"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-table-other/fcitx5-table-other-${version}.tar.xz"
-checksum=4bc312c56f6cbf173b2d159835f5e88e57da47831c47818f366092862cb67cfb
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-table-other/fcitx5-table-other-${version}.tar.zst"
+checksum=0bb9ddc96427c3759569a4584b65beee20268e021459ddc2b90fded9bdc7ac2c

From ba0f4146fc68a065a62e621fe0cdb71892d87b1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:16:31 +0700
Subject: [PATCH 14/23] fcitx5-unikey: update to 5.1.4.

---
 srcpkgs/fcitx5-unikey/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcitx5-unikey/template b/srcpkgs/fcitx5-unikey/template
index 0d0af560cc91d3..5290fbd498e642 100644
--- a/srcpkgs/fcitx5-unikey/template
+++ b/srcpkgs/fcitx5-unikey/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-unikey'
 pkgname=fcitx5-unikey
-version=5.1.3
+version=5.1.4
 revision=1
 build_style=cmake
 configure_args="-DENABLE_QT=On -DUSE_QT6=On"
@@ -11,8 +11,8 @@ 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=a6e5befedff3e8e4421f92eae5a35bccd636988a190dc9a9befa0680d39c392b
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-unikey/fcitx5-unikey-${version}.tar.zst"
+checksum=453e74a0a763d6e9820075c26de35c6fff5c51bd893c045fadf4a300bf1a8e65
 conflicts="fcitx-unikey>=0"
 
 fcitx5-unikey-macro-editor_package() {

From 3afc66d0a2e0d4029c1fb88f6e028210e0492b31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:16:41 +0700
Subject: [PATCH 15/23] fcitx5-zhuyin: update to 5.1.1.

---
 srcpkgs/fcitx5-zhuyin/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fcitx5-zhuyin/template b/srcpkgs/fcitx5-zhuyin/template
index 1f1e875818796b..77396110e574bb 100644
--- a/srcpkgs/fcitx5-zhuyin/template
+++ b/srcpkgs/fcitx5-zhuyin/template
@@ -1,6 +1,6 @@
 # Template file for 'fcitx5-zhuyin'
 pkgname=fcitx5-zhuyin
-version=5.1.0
+version=5.1.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config gettext doxygen extra-cmake-modules libzhuyin"
@@ -11,14 +11,13 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
 _model_version=20161206
-distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-zhuyin/fcitx5-zhuyin-${version}.tar.xz
+distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-zhuyin/fcitx5-zhuyin-${version}.tar.zst
  https://download.fcitx-im.org/data/model.text.${_model_version}.tar.gz"
-checksum="130c1fad23e097d2c3ea041efb58758290445284f6ab77612786dd411867c533
+checksum="9984f458caa2d963b982d2b411a5784f97766b1a47b2b3f137bec479adb14b5d
  5c7024e5735389c471f54b867eda0d98c5a40a5e5e75333a9febac107508f704"
 skip_extraction="model.text.${_model_version}.tar.gz"
 lib32disabled=yes
 
 post_extract() {
-	local _srcdistdir=${XBPS_SRCDISTDIR}/${pkgname}-${version}
-	cp ${_srcdistdir}/$skip_extraction data
+	vsrccopy $skip_extraction data
 }

From 1755258e0743f7bbbb7e0adb4b0c0f152832b0b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:16:54 +0700
Subject: [PATCH 16/23] libime-jyutping: update to 1.0.11.

---
 srcpkgs/libime-jyutping/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libime-jyutping/template b/srcpkgs/libime-jyutping/template
index 7cd3a9c8616d66..1394668b45e48c 100644
--- a/srcpkgs/libime-jyutping/template
+++ b/srcpkgs/libime-jyutping/template
@@ -1,6 +1,6 @@
 # Template file for 'libime-jyutping'
 pkgname=libime-jyutping
-version=1.0.10
+version=1.0.11
 revision=1
 build_style=cmake
 build_helper=qemu
@@ -13,10 +13,10 @@ license="LGPL-2.1-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
 _dict_version=20180104
 _model_version=20180103
-distfiles="https://download.fcitx-im.org/fcitx5/libime-jyutping/libime-jyutping-${version}.tar.xz
+distfiles="https://download.fcitx-im.org/fcitx5/libime-jyutping/libime-jyutping-${version}.tar.zst
  https://download.fcitx-im.org/data/jyutping-dict-${_dict_version}.tar.xz
  https://download.fcitx-im.org/data/jyutping-model-${_model_version}.tar.xz"
-checksum="df31f967407050f780237de43d673662b5db4080298641f769805fc16a1a1ea8
+checksum="82691817b0ba995831b4257b6eab12a6dc056ca6ec7388931118ab6be4742d4c
  e3a5b13edb8efa2f764245a3232f99ba7e7670e22b8cbe666a4fffa84b35f35b
  4f07229e2080f0ee30ce51b016409f260af82a58dd406a01ea5981b59ca87071"
 skip_extraction="jyutping-dict-${_dict_version}.tar.xz

From 9aff268a41932e265a6e700d6c7af9b7c31bf009 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:16:56 +0700
Subject: [PATCH 17/23] libime: update to 1.1.7.

---
 srcpkgs/libime/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libime/template b/srcpkgs/libime/template
index 7961e9d8d846a4..73f0ca86e451dd 100644
--- a/srcpkgs/libime/template
+++ b/srcpkgs/libime/template
@@ -1,6 +1,6 @@
 # Template file for 'libime'
 pkgname=libime
-version=1.1.6
+version=1.1.7
 revision=1
 build_style=cmake
 build_helper=qemu
@@ -11,15 +11,15 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://fcitx-im.org/wiki/Fcitx"
 _lm_sc=lm_sc.arpa-20230712.tar.xz
-_dict=dict-20230412.tar.xz
+_dict=dict-20240416.tar.zst
 _table=table-20240108.tar.gz
-distfiles="https://download.fcitx-im.org/fcitx5/libime/libime-${version}.tar.xz
+distfiles="https://download.fcitx-im.org/fcitx5/libime/libime-${version}.tar.zst
  https://download.fcitx-im.org/data/${_lm_sc}
  https://download.fcitx-im.org/data/${_dict}
  https://download.fcitx-im.org/data/$_table"
-checksum="2d9bb381762d3e0becb7b9867f262b12aae57bcf6fd332da8a1fb978f29a2f1f
+checksum="4a20b0b77c6f4b166ebac2fb9aa411869a2835ee4a4679398c77bd576c673d49
  badd62c16c6373787a0fda8f09cd452d12f60d5868856f651ceecf1a07baba32
- f05fccaff9687900aac3d9ad5a81b20888b573201403fbcd9bbc7907d9e97507
+ 9c262cbfa306cb4c3b055991b7e22b453e0f267f20ceb5d9d9e5f8fbe4f2d367
  729c596d86907de727c74d0fc3fd241c406c5debd2b4cb74eefe022387ee9dae"
 skip_extraction="
  ${_lm_sc}

From 7f637cbd6e93f887540eadbff7c638afe27a6a47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:17:03 +0700
Subject: [PATCH 18/23] xcb-imdkit: update to 1.0.8.

---
 srcpkgs/xcb-imdkit/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xcb-imdkit/template b/srcpkgs/xcb-imdkit/template
index 2a6830066e32b4..488c4e7cbf1b2e 100644
--- a/srcpkgs/xcb-imdkit/template
+++ b/srcpkgs/xcb-imdkit/template
@@ -1,6 +1,6 @@
 # Template file for 'xcb-imdkit'
 pkgname=xcb-imdkit
-version=1.0.7
+version=1.0.8
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules"
@@ -9,8 +9,8 @@ short_desc="Implementation of xim protocol in xcb"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="LGPL-2.1-only"
 homepage="https://github.com/fcitx/xcb-imdkit"
-distfiles="https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-${version}.tar.xz"
-checksum=0b1ca8c91ba60cd966ea4dfc0c70e2dfc389746cd358c034f14eb6ac72a5a9d4
+distfiles="https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-${version}.tar.zst"
+checksum=fec78a8b71c65fcd52ab6ca0ed6f7b13b50b281d8aec6c41eb60e497d8a41cf0
 
 post_install() {
 	sed -i '/prefix=/!s,/usr,${exec_prefix},' \

From 7b466c3aa1fa69cd1496bcab54986842e492ebce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:18:08 +0700
Subject: [PATCH 19/23] fcitx: depends on fcitx5 for icons

---
 srcpkgs/fcitx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fcitx/template b/srcpkgs/fcitx/template
index ab9172b3e9cd1c..e4443bdd7998df 100644
--- a/srcpkgs/fcitx/template
+++ b/srcpkgs/fcitx/template
@@ -1,7 +1,7 @@
 # Template file for 'fcitx'
 pkgname=fcitx
 version=4.2.9.9
-revision=2
+revision=3
 build_style=cmake
 build_helper=gir
 configure_args="-DSYSCONFDIR=/etc -DFORCE_OPENCC=OFF -DFORCE_PRESAGE=OFF
@@ -13,7 +13,7 @@ hostmakedepends="pkg-config doxygen extra-cmake-modules glib-devel"
 makedepends="iso-codes gettext-devel enchant2-devel libxml2-devel
  json-c-devel opencc-devel
  libxkbfile-devel icu-devel dbus-devel gtk+-devel gtk+3-devel"
-depends="fcitx5-icons fcitx5-chinese-addons-icons"
+depends="fcitx5 fcitx5-chinese-addons"
 short_desc="Flexible Context-aware Input Tool with eXtension"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"

From 045f759cd7332c5ecf1261d62b237ec86ab79cee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:18:09 +0700
Subject: [PATCH 20/23] fcitx-anthy: depends on fcitx5 for icons

---
 srcpkgs/fcitx-anthy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fcitx-anthy/template b/srcpkgs/fcitx-anthy/template
index 02150ea5ca5d77..274f16b839d0b4 100644
--- a/srcpkgs/fcitx-anthy/template
+++ b/srcpkgs/fcitx-anthy/template
@@ -1,11 +1,11 @@
 # Template file for 'fcitx-anthy'
 pkgname=fcitx-anthy
 version=0.2.4
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="anthy-devel fcitx-devel"
-depends="fcitx>=4.2.9 fcitx5-anthy-icons"
+depends="fcitx>=4.2.9 fcitx5-anthy"
 short_desc="Fcitx wrapper for Anthy IM engine"
 maintainer="Matthias von Faber <mvf@gmx.eu>"
 license="GPL-2.0-or-later"

From a2cd333897e828d3e0632e53a6e0ea27fb6bd00b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:18:09 +0700
Subject: [PATCH 21/23] fcitx-chewing: depends on fcitx5 for icons

---
 srcpkgs/fcitx-chewing/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fcitx-chewing/template b/srcpkgs/fcitx-chewing/template
index 67d01e039272b2..ba93b46f5b2c42 100644
--- a/srcpkgs/fcitx-chewing/template
+++ b/srcpkgs/fcitx-chewing/template
@@ -1,11 +1,11 @@
 # Template file for 'fcitx-chewing'
 pkgname=fcitx-chewing
 version=0.2.3
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config libfcitx"
 makedepends="fcitx-devel libchewing-devel"
-depends="fcitx5-chewing-icons"
+depends="fcitx5-chewing"
 short_desc="Fcitx wrapper for Chewing IM engine"
 maintainer="Robert Stancil <robert.stancil@mavs.uta.edu>"
 license="GPL-2.0-only"

From 411c81dede7e535b1b35ad562cf415a5361af062 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:18:09 +0700
Subject: [PATCH 22/23] fcitx-hangul: depends on fcitx5 for icons

---
 srcpkgs/fcitx-hangul/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fcitx-hangul/template b/srcpkgs/fcitx-hangul/template
index 10e8b6cc1a678a..ed1a388c8da1af 100644
--- a/srcpkgs/fcitx-hangul/template
+++ b/srcpkgs/fcitx-hangul/template
@@ -1,11 +1,11 @@
 # Template file for 'fcitx-hangul'
 pkgname=fcitx-hangul
 version=0.3.1
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config libfcitx gettext"
 makedepends="libhangul-devel fcitx-devel"
-depends="fcitx>=4.2.9 fcitx5-hangul-icons"
+depends="fcitx>=4.2.9 fcitx5-hangul"
 short_desc="Hangul (Korean) support for fcitx"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"

From f773efe64e2990ca3ad2e087240bffb88b27e404 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 21 May 2024 09:18:09 +0700
Subject: [PATCH 23/23] fcitx-rime: depends on fcitx5 for icons

---
 srcpkgs/fcitx-rime/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fcitx-rime/template b/srcpkgs/fcitx-rime/template
index ac419419183b3d..6362f1e6a9040c 100644
--- a/srcpkgs/fcitx-rime/template
+++ b/srcpkgs/fcitx-rime/template
@@ -1,12 +1,12 @@
 # Template file for 'fcitx-rime'
 pkgname=fcitx-rime
 version=0.3.2
-revision=4
+revision=5
 build_style=cmake
 configure_args="-DCMAKE_BUILD_TYPE=None -DRIME_DATA_DIR=/usr/share/rime-data"
 hostmakedepends="pkg-config libfcitx"
 makedepends="fcitx-devel librime-devel"
-depends="brise fcitx5-rime-icons"
+depends="brise fcitx5-rime"
 short_desc="Fcitx Wrapper for librime"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Fcitx5 update
  2024-05-21  2:33 [PR PATCH] Fcitx5 update sgn
@ 2024-05-22  2:29 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2024-05-22  2:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]

There's a merged pull request on the void-packages repository

Fcitx5 update
https://github.com/void-linux/void-packages/pull/50447

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-22  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-21  2:33 [PR PATCH] Fcitx5 update sgn
2024-05-22  2:29 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).