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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AD88158009 for ; Fri, 23 Jun 2023 22:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A43CFE07EA; Fri, 23 Jun 2023 22:42:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B2E3E07EA for ; Fri, 23 Jun 2023 22:42:18 +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 7F07F340B25 for ; Fri, 23 Jun 2023 22:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE1FBA80 for ; Fri, 23 Jun 2023 22:42:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687560124.5f5e32b47cfc2b2bdb5d32e451c2a7b5050b1e0e.sam@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-workaround-broken-translations.patch net-irc/weechat/weechat-3.8.ebuild X-VCS-Directories: net-irc/weechat/files/ net-irc/weechat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f5e32b47cfc2b2bdb5d32e451c2a7b5050b1e0e X-VCS-Branch: master Date: Fri, 23 Jun 2023 22:42:15 +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: baa39762-105a-4489-8e73-bc65fa2b2ff2 X-Archives-Hash: b3e9ad283289f1b2b3b6aa08fde69edb commit: 5f5e32b47cfc2b2bdb5d32e451c2a7b5050b1e0e Author: Sam James gentoo org> AuthorDate: Fri Jun 23 22:40:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 23 22:42:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5e32b4 net-irc/weechat: workaround build failure w/ gettext-0.22 Closes: https://bugs.gentoo.org/908976 Thanks-to: James McGeehan IV gmail.com> Signed-off-by: Sam James gentoo.org> .../weechat-3.8-workaround-broken-translations.patch | 20 ++++++++++++++++++++ net-irc/weechat/weechat-3.8.ebuild | 1 + 2 files changed, 21 insertions(+) diff --git a/net-irc/weechat/files/weechat-3.8-workaround-broken-translations.patch b/net-irc/weechat/files/weechat-3.8-workaround-broken-translations.patch new file mode 100644 index 000000000000..339b3ebe2d26 --- /dev/null +++ b/net-irc/weechat/files/weechat-3.8-workaround-broken-translations.patch @@ -0,0 +1,20 @@ +https://bugs.gentoo.org/908976 + +From 7c811ad118d073c23038e61ee68ecdc07d5b563a Mon Sep 17 00:00:00 2001 +From: blockiv +Date: Thu, 22 Jun 2023 05:26:02 +0000 +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 "" + +-#, c-format ++#, c-format, fuzzy + msgid "End of command '%s', timeout reached (%.1fs)" + msgstr "Konec příkazu '%s', vypršel časový limit (%.lfs)" + +-- +2.41.0 diff --git a/net-irc/weechat/weechat-3.8.ebuild b/net-irc/weechat/weechat-3.8.ebuild index 11bbd607533d..ef801944230e 100644 --- a/net-irc/weechat/weechat-3.8.ebuild +++ b/net-irc/weechat/weechat-3.8.ebuild @@ -82,6 +82,7 @@ BDEPEND+=" PATCHES=( "${FILESDIR}"/${PN}-3.3-cmake_lua_version.patch + "${FILESDIR}"/${PN}-3.8-workaround-broken-translations.patch ) DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc README.adoc"