From bf3ffe32e60fb8263b98bc8a9fa4173816f4c419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:08:32 +0700 Subject: [PATCH 01/11] fcitx5: update to 5.0.11. --- srcpkgs/fcitx5/patches/no-which.patch | 50 ++++++++++++--------------- srcpkgs/fcitx5/template | 4 +-- 2 files changed, 24 insertions(+), 30 deletions(-) diff --git a/srcpkgs/fcitx5/patches/no-which.patch b/srcpkgs/fcitx5/patches/no-which.patch index ae553dd1535c..4ef85bc54155 100644 --- a/srcpkgs/fcitx5/patches/no-which.patch +++ b/srcpkgs/fcitx5/patches/no-which.patch @@ -1,7 +1,5 @@ -Index: fcitx5-5.0.6/data/fcitx5-configtool.sh -=================================================================== ---- fcitx5-5.0.6.orig/data/fcitx5-configtool.sh -+++ fcitx5-5.0.6/data/fcitx5-configtool.sh +--- a/data/fcitx5-configtool.sh ++++ b/data/fcitx5-configtool.sh @@ -5,14 +5,14 @@ export TEXTDOMAIN=fcitx5 @@ -28,7 +26,7 @@ Index: fcitx5-5.0.6/data/fcitx5-configtool.sh _() { gettext "$@" } -@@ -101,7 +101,7 @@ detectDE() { +@@ -108,7 +108,7 @@ detectDE() { if [ x"$DE" = x"gnome" ]; then # gnome-default-applications-properties is only available in GNOME 2.x # but not in GNOME 3.x @@ -37,16 +35,16 @@ Index: fcitx5-5.0.6/data/fcitx5-configtool.sh fi } -@@ -116,7 +116,7 @@ run_kde() { +@@ -119,7 +119,7 @@ run_kde() { } run_qt() { - if which fcitx5-config-qt > /dev/null 2>&1; then + if command -v fcitx5-config-qt > /dev/null 2>&1; then - exec fcitx5-config-qt "$1" + exec fcitx5-config-qt fi return 1 -@@ -132,13 +132,13 @@ run_xdg() { +@@ -135,13 +135,13 @@ run_xdg() { ;; esac @@ -62,10 +60,8 @@ Index: fcitx5-5.0.6/data/fcitx5-configtool.sh shift echo "$cmd $*" } -Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh -=================================================================== ---- fcitx5-5.0.6.orig/data/fcitx5-diagnose.sh -+++ fcitx5-5.0.6/data/fcitx5-diagnose.sh +--- a/data/fcitx5-diagnose.sh ++++ b/data/fcitx5-diagnose.sh @@ -123,7 +123,7 @@ __get_pretty_name() { fi } @@ -75,9 +71,9 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh __conf_dir_init() { # Don't do any fancy check here, it's the user's fault, which we should detect -@@ -208,9 +208,9 @@ if type dbus-send &> /dev/null; then - "string:$1" 2> /dev/null) || return 1 - echo -n "${pid##* }" +@@ -214,9 +214,9 @@ if type dbus-send &> /dev/null; then + /controller org.fcitx.Fcitx.Controller1.DebugInfo 2> /dev/null) || return 1 + echo -n "${debuginfo}" } -elif qdbus_exe=$(which qdbus 2> /dev/null) || \ - qdbus_exe=$(which qdbus-qt4 2> /dev/null) || \ @@ -88,7 +84,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh dbus_exe=${qdbus_exe} dbus_get_name_owner() { "${qdbus_exe}" org.freedesktop.DBus /org/freedesktop/DBus \ -@@ -324,15 +324,15 @@ detectDE() { +@@ -345,15 +345,15 @@ detectDE() { if [ x"$DE" = x"gnome" ]; then # gnome-default-applications-properties is only available in GNOME 2.x # but not in GNOME 3.x @@ -107,7 +103,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh return 1 } -@@ -341,7 +341,7 @@ detectDE +@@ -362,7 +362,7 @@ detectDE # user and uid detect_user() { @@ -116,7 +112,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh cur_user=$(id -un) cur_uid=$(id -u) else -@@ -352,7 +352,7 @@ detect_user() { +@@ -373,7 +373,7 @@ detect_user() { else cur_uid="" fi @@ -125,7 +121,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh cur_user=$(whoami) elif [[ -d /proc/$$/ ]]; then cur_user=$(stat -c %U /proc/$$/) -@@ -374,7 +374,7 @@ _check_open_root() { +@@ -395,7 +395,7 @@ _check_open_root() { for f in /proc/1/environ /proc/1/mem /proc/kcore /proc/kmem; do try_open "$f" && return 0 done @@ -134,7 +130,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh for f in /proc/1/exe /proc/1/cwd /proc/1/root; do readlink "$f" &> /dev/null && return 0 done -@@ -966,7 +966,7 @@ _find_config_gtk() { +@@ -992,7 +992,7 @@ _find_config_gtk() { return 0 } local config_gtk @@ -143,7 +139,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh echo "${config_gtk}" _config_tool_gtk_exe="${config_gtk}" } -@@ -993,7 +993,7 @@ _check_config_gtk() { +@@ -1019,7 +1019,7 @@ _check_config_gtk() { local version=$1 local config_gtk config_gtk_name write_order_list_eval "$(_ 'Config GUI for gtk${1}:')" "${version}" @@ -152,7 +148,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh if ! _check_config_gtk_version "${version}"; then write_error_eval \ "$(_ 'Config GUI for gtk${1} not found.')" "${version}" -@@ -1014,7 +1014,7 @@ _check_config_qt() { +@@ -1040,7 +1040,7 @@ _check_config_qt() { local config_qt config_qt_name config_qt_name="fcitx5-config-qt" write_order_list_eval "$(_ 'Config GUI for qt:')" "${version}" @@ -161,7 +157,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh write_error "$(_ 'Config GUI for qt not found.')" return 1 fi -@@ -1027,7 +1027,7 @@ _check_config_kcm() { +@@ -1053,7 +1053,7 @@ _check_config_kcm() { local version=$1 local kcm_shell config_kcm write_order_list "$(_ 'Config GUI for kde:')" @@ -170,7 +166,7 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh write_error "$(print_not_found "kcmshell${version}")" return 1 fi -@@ -1043,7 +1043,7 @@ check_config_ui() { +@@ -1069,7 +1069,7 @@ check_config_ui() { local IFS=$'\n' write_title 1 "$(_ 'Fcitx Configure UI:')" write_order_list "$(_ 'Config Tool Wrapper:')" @@ -179,10 +175,8 @@ Index: fcitx5-5.0.6/data/fcitx5-diagnose.sh write_error_eval "$(_ 'Cannot find ${1} executable!')" fcitx5-configtool else write_eval "$(_ 'Found ${1} at ${2}.')" \ -Index: fcitx5-5.0.6/test/xvfb_wrapper.sh -=================================================================== ---- fcitx5-5.0.6.orig/test/xvfb_wrapper.sh -+++ fcitx5-5.0.6/test/xvfb_wrapper.sh +--- a/test/xvfb_wrapper.sh ++++ b/test/xvfb_wrapper.sh @@ -20,7 +20,7 @@ finish() trap finish EXIT diff --git a/srcpkgs/fcitx5/template b/srcpkgs/fcitx5/template index 75c9033334e0..2617d0ced467 100644 --- a/srcpkgs/fcitx5/template +++ b/srcpkgs/fcitx5/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5' pkgname=fcitx5 -version=5.0.10 +version=5.0.11 revision=1 build_style=cmake build_helper=qemu @@ -21,7 +21,7 @@ homepage="https://fcitx-im.org/wiki/Fcitx" _en_dict_ver=20121020 distfiles="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${version}.tar.xz https://download.fcitx-im.org/data/en_dict-${_en_dict_ver}.tar.gz" -checksum="e24c39260f5a42ad4c3b5d19fb0b3ec06c0922a10c2dbb0606d9ef28ebb9116b +checksum="f5523dbf8a03f7f7e1a20e5a242554bf2f128d593374c63d6956f596be0a30b9 c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb" skip_extraction=en_dict-${_en_dict_ver}.tar.gz lib32disabled=yes From 608ba9902faf50233f5e1429cd2f9818c80030c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:08:36 +0700 Subject: [PATCH 02/11] fcitx5-anthy: update to 5.0.8. --- srcpkgs/fcitx5-anthy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-anthy/template b/srcpkgs/fcitx5-anthy/template index 4678ff31b130..96ec77127d84 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.0.7 +version=5.0.8 revision=1 build_style=cmake hostmakedepends="pkg-config gettext extra-cmake-modules" @@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh " 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=080e8192093d447bd92bafc141470987c4df3016a0c561eef88070bca9cc8f3e +checksum=75ad18616e2199f151107f2a0b51fe46b1d17f7d20c00c1bc3913f39fc5964bc fcitx5-anthy-icons_package() { short_desc+=" - icons" From c68771dcef65a6d39c3d941a4808e2ef6e7ee671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:08:40 +0700 Subject: [PATCH 03/11] fcitx5-chewing: update to 5.0.8. --- srcpkgs/fcitx5-chewing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-chewing/template b/srcpkgs/fcitx5-chewing/template index cfc95e49a1a5..5bdde29ffaa0 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.0.7 +version=5.0.8 revision=1 build_style=cmake hostmakedepends="pkg-config gettext doxygen extra-cmake-modules" @@ -10,7 +10,7 @@ maintainer="Đoàn Trần Công Danh " 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=e293a1472d797df1275846044e2aca27f6b55f8f30fbb3811cb1d2bb1f03be55 +checksum=993acad34d3490c1903827e6ee6de4b946419b14c970e7b02154eaba28971eba lib32disabled=yes fcitx5-chewing-icons_package() { From 4afc10110dafda7ba43d3811efb06d81e54ef28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:08:46 +0700 Subject: [PATCH 04/11] fcitx5-chinese-addons: update to 5.0.9. --- srcpkgs/fcitx5-chinese-addons/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-chinese-addons/template b/srcpkgs/fcitx5-chinese-addons/template index b3a1158103c3..ed736a880094 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.0.8 +version=5.0.9 revision=1 build_style=cmake hostmakedepends="pkg-config gettext doxygen extra-cmake-modules qt5-qmake @@ -17,7 +17,7 @@ _pystroke_version=20121124 distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chinese-addons-${version}.tar.xz 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="554084525179e3b487c7395ab5d4e4fe2923889efe7f07e7993e84c0816afe51 +checksum="06661b2c53fd0cb5400f5174ae595d85e4d61270d5dfe2d88055cde18bba3736 42146ac97de6c13d55f9e99ed873915f4c66739e9c11532a34556badf9792c04 8eb128a9bfa43952e67cf2fcee1fd134c6f4cfd317bc2f6c38a615f5eb64e248" skip_extraction=" From bac78429dc99c37b6c576cbb3f73124a3896f037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:08:50 +0700 Subject: [PATCH 05/11] fcitx5-configtool: update to 5.0.9. --- srcpkgs/fcitx5-configtool/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fcitx5-configtool/template b/srcpkgs/fcitx5-configtool/template index 068a84612b26..183bc255a45e 100644 --- a/srcpkgs/fcitx5-configtool/template +++ b/srcpkgs/fcitx5-configtool/template @@ -1,7 +1,7 @@ # Template file for 'fcitx5-configtool' pkgname=fcitx5-configtool -version=5.0.8 -revision=2 +version=5.0.9 +revision=1 build_style=cmake hostmakedepends="cldr-emoji-annotation pkg-config gettext doxygen extra-cmake-modules glib-devel qt5-qmake qt5-host-tools xkeyboard-config @@ -17,7 +17,7 @@ maintainer="Đoàn Trần Công Danh " 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=84af8e06a946339518d01bf0b1cdc3dbf3af35a08a21004f0774551212cf5265 +checksum=dc5c32522e6318b6b30be5305a7565f835f06a9e1fc6afee1985ed6f01012deb lib32disabled=yes post_install() { From 9d7663d5fdbdda41ac5fa46bcecfab485b248f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:08:54 +0700 Subject: [PATCH 06/11] fcitx5-gtk: update to 5.0.10. --- srcpkgs/fcitx5-gtk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-gtk/template b/srcpkgs/fcitx5-gtk/template index b4bdb08b36ed..ca4cfd9d48ac 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.0.9 +version=5.0.10 revision=1 build_style=cmake build_helper=gir @@ -14,7 +14,7 @@ maintainer="Đoàn Trần Công Danh " 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=1600ecdf4a9c8d33654aefa65d33b71257c6db127bc77aee2d09e1e1ba26371e +checksum=b00571a15b9ad2841a0d9c322a9bf37dddca898ba02f35d49291475f7b88cd5c lib32disabled=yes build_options="gir" From 1a519eca1b9be6ff8091f6b1be7ba9b4be0c6985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:08:58 +0700 Subject: [PATCH 07/11] fcitx5-hangul: update to 5.0.6. --- srcpkgs/fcitx5-hangul/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-hangul/template b/srcpkgs/fcitx5-hangul/template index 3dcaa31056a8..c15cd91be28e 100644 --- a/srcpkgs/fcitx5-hangul/template +++ b/srcpkgs/fcitx5-hangul/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5-hangul' pkgname=fcitx5-hangul -version=5.0.5 +version=5.0.6 revision=1 build_style=cmake hostmakedepends="pkg-config gettext extra-cmake-modules" @@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh " 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=0ed5d898354220ec250bf11a69e7dbe46b2c3871f4eeaa7cc87461dce47b4876 +checksum=6a94f1b7d9385cfc63c4550957b8354ab36212ed36fc18eb69c45d6a49ad41c0 lib32disabled=yes fcitx5-hangul-icons_package() { From 5ab8fa6215ae7f07959e63923f95206a8c7ce387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:09:04 +0700 Subject: [PATCH 08/11] fcitx5-qt: update to 5.0.8. --- srcpkgs/fcitx5-qt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-qt/template b/srcpkgs/fcitx5-qt/template index 6392b4d275c9..0e0e152a3df2 100644 --- a/srcpkgs/fcitx5-qt/template +++ b/srcpkgs/fcitx5-qt/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5-qt' pkgname=fcitx5-qt -version=5.0.7 +version=5.0.8 revision=1 build_style=cmake configure_args="-DENABLE_QT4=OFF -DENABLE_QT5=ON -DENABLE_QT6=ON @@ -14,7 +14,7 @@ maintainer="Đoàn Trần Công Danh " 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=33efc353e68a43c80dc4b4eb2846e52ce27adc2f5a9a3feec2d57c1bf49057bf +checksum=58960b0a099b822880f750ca4eab212a854f507e537571b3653bb8d6aed1ba37 lib32disabled=yes if [ "$XBPS_TARGET_NOATOMIC8" ]; then From c42208c70d764be7075fda1e125ffbc1f65b6d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:09:08 +0700 Subject: [PATCH 09/11] fcitx5-rime: update to 5.0.9. --- srcpkgs/fcitx5-rime/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-rime/template b/srcpkgs/fcitx5-rime/template index e60a48ba4eda..9e9835fc252c 100644 --- a/srcpkgs/fcitx5-rime/template +++ b/srcpkgs/fcitx5-rime/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5-rime' pkgname=fcitx5-rime -version=5.0.8 +version=5.0.9 revision=1 build_style=cmake configure_args="-DRIME_DATA_DIR=/usr/share/rime-data" @@ -13,7 +13,7 @@ maintainer="Đoàn Trần Công Danh " 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=e37eecb61bb1f0df59ccf24912681813f9b24a8d4d8ebee9883f5f19c2b38866 +checksum=b4e712c1f74a2e68dc4600be69537d2f56c1f85ccd7583197d553c247303759e lib32disabled=yes fcitx5-rime-icons_package() { From f31142eeec448ee0ed358b0ff1b4ff243baabb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:09:14 +0700 Subject: [PATCH 10/11] fcitx5-table-extra: update to 5.0.7. --- srcpkgs/fcitx5-table-extra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx5-table-extra/template b/srcpkgs/fcitx5-table-extra/template index ec5535283ba9..26bf5d3d6474 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.0.6 +version=5.0.7 revision=1 build_style=cmake hostmakedepends="gettext libime-utils extra-cmake-modules" @@ -11,4 +11,4 @@ maintainer="Đoàn Trần Công Danh " 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=85ef72e47f612cdb21bd9b4b5a9245f04dc7effd81fd2caf858bd01ff53b28c2 +checksum=259c00654c2fda97610b04cd1daa68ec3ece2ff30e8c7198e7959177cfc0cd83 From d3568545c4a36d149b19e37764b913e623cf3dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 Dec 2021 22:09:27 +0700 Subject: [PATCH 11/11] libime: update to 1.0.10. --- srcpkgs/libime/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libime/template b/srcpkgs/libime/template index 060da90beff7..6501bdf4d00c 100644 --- a/srcpkgs/libime/template +++ b/srcpkgs/libime/template @@ -1,6 +1,6 @@ # Template file for 'libime' pkgname=libime -version=1.0.9 +version=1.0.10 revision=1 build_style=cmake build_helper=qemu @@ -16,7 +16,7 @@ distfiles="https://download.fcitx-im.org/fcitx5/libime/libime-${version}.tar.xz https://download.fcitx-im.org/data/lm_sc.3gm.arpa-${_lm_sc_version}.tar.bz2 https://download.fcitx-im.org/data/dict.utf8-${_dict_version}.tar.xz https://download.fcitx-im.org/data/table.tar.gz" -checksum="4a32f35c1351d51b456523a4b342b7e38a562e0fbbf75f601eb6d5e5862a2c98 +checksum="00a43e6b514b01f5f777a2e365df9e591e6d88b1df160b925a40d1f80da5771a 751bab7c55ea93a2cedfb0fbb7eb09f67d4da9c2c55496e5f31eb8580f1d1e2f 300597e6f7f79f788480fd665de8a07bfe90227048b5a7e39f40f43a62a981df 6196053c724125e3ae3d8bd6b2f9172d0c83b65b0d410d3cde63b7a8d6ab87b7"