From e7ca4f4527e94d4a5f54975f3eac89fcbd61a246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 15 Apr 2021 06:51:37 +0700 Subject: [PATCH 1/3] uim: ship a notice for -anthy Close: #29981 --- srcpkgs/uim/files/README.voidlinux | 11 +++++++++++ srcpkgs/uim/template | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/uim/files/README.voidlinux diff --git a/srcpkgs/uim/files/README.voidlinux b/srcpkgs/uim/files/README.voidlinux new file mode 100644 index 00000000000..69f9beaf055 --- /dev/null +++ b/srcpkgs/uim/files/README.voidlinux @@ -0,0 +1,11 @@ +With the switch of Anthy's upstream to Debian, Anthy switched to +utf-8 backend. However, it still supports EUC-JP encoding. +Anthy-utf8 backend needs to be used, though. + +Quote from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953616 + +> If you have customized enabled-im-list on "stretch" system (in +> ~/.uim.d/customs/custom-global.scm) with uim-pref-gtk or other tools, +> uim sticks to use anthy instead of anthy-utf8 and fails kanji-conversion. + +If you have said customization, please remove them. diff --git a/srcpkgs/uim/template b/srcpkgs/uim/template index 12df0eddb06..1a782b680f7 100644 --- a/srcpkgs/uim/template +++ b/srcpkgs/uim/template @@ -1,7 +1,7 @@ # Template file for 'uim' pkgname=uim version=1.8.8 -revision=4 +revision=5 build_style=gnu-configure build_helper=qmake configure_args="--enable-pref --enable-fep --with-gtk2 --with-gtk3 @@ -65,6 +65,7 @@ uim-anthy_package() { vmove "usr/lib/uim/plugin/libuim-anthy*.so" vmove "usr/share/uim/anthy*.scm" vmove "usr/share/uim/pixmaps/anthy*.png" + vdoc "${FILESDIR}/README.voidlinux" } } From c53fb0968506e9a215ca0dfaeac12034a5943b23 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 15 Apr 2021 16:48:59 +0200 Subject: [PATCH 2/3] linux5.4: update to 5.4.112. --- srcpkgs/linux5.4/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template index 1b2543f16e2..95072aa2f64 100644 --- a/srcpkgs/linux5.4/template +++ b/srcpkgs/linux5.4/template @@ -1,6 +1,6 @@ # Template file for 'linux5.4' pkgname=linux5.4 -version=5.4.111 +version=5.4.112 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz" -checksum=21626132658dc34cb41b7aa7b80ecf83751890a71ac1a63d77aea9d488271a03 +checksum=b8361d461a4254c86d4c68aa4ceab1debaa3b2ccc6785542d026837a4fc20ca4 python_version=3 patch_args="-Np1" From 33ea1605ba6bc0acc0899a01ae3c56a1ddbc459e Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 15 Apr 2021 16:50:27 +0200 Subject: [PATCH 3/3] linux4.19: update to 4.19.187. --- srcpkgs/linux4.19/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template index abbc9c9ed08..357b577d6ba 100644 --- a/srcpkgs/linux4.19/template +++ b/srcpkgs/linux4.19/template @@ -1,6 +1,6 @@ # Template file for 'linux4.19' pkgname=linux4.19 -version=4.19.186 +version=4.19.187 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" -checksum=d8c5d7844214510e85ceb9f5236f27f63fc03535a143f3aaa0c1677a8f92e631 +checksum=a04c023cac04b7d2e1c4c98a67a36a56e5b793386470a4d23e45d61e0297a0c3 python_version=2 #unverified patch_args="-Np1"