Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] uim: ship a notice for -anthy
@ 2021-04-14 23:53 sgn
  2021-04-15  0:47 ` Gorggg
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2021-04-14 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages uim-anthy-notice
https://github.com/void-linux/void-packages/pull/30245

uim: ship a notice for -anthy
Close: #29981

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30245.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uim-anthy-notice-30245.patch --]
[-- Type: text/x-diff, Size: 1701 bytes --]

From b7da4ab816837dc15e57935d0433427d22a3d7ff 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: Thu, 15 Apr 2021 06:51:37 +0700
Subject: [PATCH] uim: ship a notice for -anthy

Close: #29981
---
 srcpkgs/uim/files/README.voidlinux | 9 +++++++++
 srcpkgs/uim/template               | 3 ++-
 2 files changed, 11 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 000000000000..ae4b0b2feb0f
--- /dev/null
+++ b/srcpkgs/uim/files/README.voidlinux
@@ -0,0 +1,9 @@
+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.
+
+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.
+
+See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953616
diff --git a/srcpkgs/uim/template b/srcpkgs/uim/template
index 12df0eddb067..1a782b680f78 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"
 	}
 }
 

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

* Re: uim: ship a notice for -anthy
  2021-04-14 23:53 [PR PATCH] uim: ship a notice for -anthy sgn
@ 2021-04-15  0:47 ` Gorggg
  2021-04-15 11:49 ` [PR PATCH] [Updated] " sgn
  2021-04-15 14:39 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: Gorggg @ 2021-04-15  0:47 UTC (permalink / raw)
  To: ml

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

New comment by Gorggg on void-packages repository

https://github.com/void-linux/void-packages/pull/30245#issuecomment-819940413

Comment:
@sgn

This looks good. Thank you for making this.

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

* Re: [PR PATCH] [Updated] uim: ship a notice for -anthy
  2021-04-14 23:53 [PR PATCH] uim: ship a notice for -anthy sgn
  2021-04-15  0:47 ` Gorggg
@ 2021-04-15 11:49 ` sgn
  2021-04-15 14:39 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-15 11:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages uim-anthy-notice
https://github.com/void-linux/void-packages/pull/30245

uim: ship a notice for -anthy
Close: #29981

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->
@Gorggg 


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uim-anthy-notice-30245.patch --]
[-- Type: text/x-diff, Size: 1774 bytes --]

From 2789f7354960700458e0fb678c79f8a37b34ae88 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: Thu, 15 Apr 2021 06:51:37 +0700
Subject: [PATCH] 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 000000000000..69f9beaf055b
--- /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 12df0eddb067..1a782b680f78 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"
 	}
 }
 

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

* Re: [PR PATCH] [Merged]: uim: ship a notice for -anthy
  2021-04-14 23:53 [PR PATCH] uim: ship a notice for -anthy sgn
  2021-04-15  0:47 ` Gorggg
  2021-04-15 11:49 ` [PR PATCH] [Updated] " sgn
@ 2021-04-15 14:39 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-15 14:39 UTC (permalink / raw)
  To: ml

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

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

uim: ship a notice for -anthy
https://github.com/void-linux/void-packages/pull/30245

Description:
Close: #29981

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->
@Gorggg 


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

end of thread, other threads:[~2021-04-15 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 23:53 [PR PATCH] uim: ship a notice for -anthy sgn
2021-04-15  0:47 ` Gorggg
2021-04-15 11:49 ` [PR PATCH] [Updated] " sgn
2021-04-15 14:39 ` [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).