Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iputils: enable localization
@ 2022-07-08 18:53 mvf
  2022-07-08 19:27 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mvf @ 2022-07-08 18:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mvf/void-packages pr/iputils
https://github.com/void-linux/void-packages/pull/37931

iputils: enable localization
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

---

Before:
```
$ LANG=ja_JP.UTF-8 ping ix.de
PING ix.de (193.99.144.80) 56(84) bytes of data.
64 bytes from redirector.heise.de (193.99.144.80): icmp_seq=1 ttl=242 time=57.5 ms
```
After:
```
$ LANG=ja_JP.UTF-8 ping ix.de
PING ix.de (193.99.144.80) 56(84) バイトのデータ
64 バイト応答 送信元 redirector.heise.de (193.99.144.80): icmp_seq=1 ttl=242 時間=64.7ミリ秒
```


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

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

From c86e076cd8b29246487eb48f983b118a3a584d7c Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Fri, 8 Jul 2022 20:47:54 +0200
Subject: [PATCH] iputils: enable localization

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

diff --git a/srcpkgs/iputils/template b/srcpkgs/iputils/template
index 9d514743f1f1..f88a0a9bf9f0 100644
--- a/srcpkgs/iputils/template
+++ b/srcpkgs/iputils/template
@@ -1,10 +1,10 @@
 # Template file for 'iputils'
 pkgname=iputils
 version=20211215
-revision=1
+revision=2
 build_style=meson
 configure_args="-DNO_SETCAP_OR_SUID=true -DUSE_IDN=false -DBUILD_NINFOD=false"
-hostmakedepends="pkg-config docbook2x docbook-xsl-ns libcap-progs iproute2"
+hostmakedepends="pkg-config docbook2x docbook-xsl-ns libcap-progs iproute2 gettext"
 makedepends="libcap-devel"
 depends="libcap-progs"
 short_desc="Useful utilities for Linux networking (including ping)"

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

* Re: [PR PATCH] [Merged]: iputils: enable localization
  2022-07-08 18:53 [PR PATCH] iputils: enable localization mvf
@ 2022-07-08 19:27 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-07-08 19:27 UTC (permalink / raw)
  To: ml

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

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

iputils: enable localization
https://github.com/void-linux/void-packages/pull/37931

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

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

---

Before:
```
$ LANG=ja_JP.UTF-8 ping ix.de
PING ix.de (193.99.144.80) 56(84) bytes of data.
64 bytes from redirector.heise.de (193.99.144.80): icmp_seq=1 ttl=242 time=57.5 ms
```
After:
```
$ LANG=ja_JP.UTF-8 ping ix.de
PING ix.de (193.99.144.80) 56(84) バイトのデータ
64 バイト応答 送信元 redirector.heise.de (193.99.144.80): icmp_seq=1 ttl=242 時間=64.7ミリ秒
```


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

end of thread, other threads:[~2022-07-08 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 18:53 [PR PATCH] iputils: enable localization mvf
2022-07-08 19:27 ` [PR PATCH] [Merged]: " classabbyamp

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).