From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 940BA158009 for ; Mon, 26 Jun 2023 14:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB33EE08A5; Mon, 26 Jun 2023 14:27:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91BF9E08A5 for ; Mon, 26 Jun 2023 14:27:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C5F5340DD9 for ; Mon, 26 Jun 2023 14:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9357DAC0 for ; Mon, 26 Jun 2023 14:27:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1687789653.5932fa56c1d3133cd1ac45e1c6bbddd370e20c3f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/, net-irc/weechat/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/files/weechat-3.8-gettext-0.22.patch net-irc/weechat/files/weechat-3.8-workaround-broken-translations.patch net-irc/weechat/weechat-3.8.ebuild X-VCS-Directories: net-irc/weechat/ net-irc/weechat/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5932fa56c1d3133cd1ac45e1c6bbddd370e20c3f X-VCS-Branch: master Date: Mon, 26 Jun 2023 14:27:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb5e644b-9b10-47db-b767-c3b0b9c5e306 X-Archives-Hash: 5e44fe705b43e744f9f52399f81d0962 commit: 5932fa56c1d3133cd1ac45e1c6bbddd370e20c3f Author: David Seifert gentoo org> AuthorDate: Mon Jun 26 14:27:33 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jun 26 14:27:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5932fa56 net-irc/weechat: fix gettext 0.22 breakage correctly Closes: https://bugs.gentoo.org/908976 Signed-off-by: David Seifert gentoo.org> ...n-translations.patch => weechat-3.8-gettext-0.22.patch} | 14 ++++++-------- net-irc/weechat/weechat-3.8.ebuild | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/net-irc/weechat/files/weechat-3.8-workaround-broken-translations.patch b/net-irc/weechat/files/weechat-3.8-gettext-0.22.patch similarity index 54% rename from net-irc/weechat/files/weechat-3.8-workaround-broken-translations.patch rename to net-irc/weechat/files/weechat-3.8-gettext-0.22.patch index 339b3ebe2d26..a39e265b9b99 100644 --- a/net-irc/weechat/files/weechat-3.8-workaround-broken-translations.patch +++ b/net-irc/weechat/files/weechat-3.8-gettext-0.22.patch @@ -7,14 +7,12 @@ Subject: [PATCH] Mark breaking translation as fuzzy --- a/po/cs.po +++ b/po/cs.po -@@ -142,7 +142,7 @@ msgstr "%sChyba: příkaz \"%s\" již existuje pro plugin \"%s\"" - msgid "%sBad file descriptor (%d) used in hook_fd" - msgstr "" +@@ -144,7 +144,7 @@ --#, c-format -+#, c-format, fuzzy + #, c-format msgid "End of command '%s', timeout reached (%.1fs)" - msgstr "Konec příkazu '%s', vypršel časový limit (%.lfs)" +-msgstr "Konec příkazu '%s', vypršel časový limit (%.lfs)" ++msgstr "Konec příkazu '%s', vypršel časový limit (%.1fs)" --- -2.41.0 + #, c-format + msgid "System clock skew detected (%+ld seconds), reinitializing all timers" diff --git a/net-irc/weechat/weechat-3.8.ebuild b/net-irc/weechat/weechat-3.8.ebuild index ef801944230e..6053570ece4a 100644 --- a/net-irc/weechat/weechat-3.8.ebuild +++ b/net-irc/weechat/weechat-3.8.ebuild @@ -82,7 +82,7 @@ BDEPEND+=" PATCHES=( "${FILESDIR}"/${PN}-3.3-cmake_lua_version.patch - "${FILESDIR}"/${PN}-3.8-workaround-broken-translations.patch + "${FILESDIR}"/${PN}-3.8-gettext-0.22.patch ) DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc README.adoc"