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 12B5C158009 for ; Fri, 30 Jun 2023 04:24:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 508F5E0848; Fri, 30 Jun 2023 04:24:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0B854E0848 for ; Fri, 30 Jun 2023 04:24:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 283F3340F87 for ; Fri, 30 Jun 2023 04:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7019A9D for ; Fri, 30 Jun 2023 04:24:05 +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: <1688097441.3f92e0d248944ecb3e4ba11f20e03334ec0c4610.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/files/, mate-base/mate-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-panel/files/mate-panel-1.26.3-gettext-0.22-fix.patch mate-base/mate-panel/mate-panel-1.26.3.ebuild X-VCS-Directories: mate-base/mate-panel/files/ mate-base/mate-panel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f92e0d248944ecb3e4ba11f20e03334ec0c4610 X-VCS-Branch: master Date: Fri, 30 Jun 2023 04:24:05 +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: 945d8f2c-069b-42eb-8d5d-9617e67a7874 X-Archives-Hash: 74c3b2bf69257a9a6c03e9ddcb9dd180 commit: 3f92e0d248944ecb3e4ba11f20e03334ec0c4610 Author: Brahmajit Das gmail com> AuthorDate: Mon Jun 26 18:28:59 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 30 03:57:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f92e0d2 mate-base/mate-panel: Fix msgfmt: no input file should be given if --desktop [sam: Note that mate.eclass automatically handles eautoreconf if needed.] Closes: https://bugs.gentoo.org/908877 Signed-off-by: Brahmajit Das gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31621 Signed-off-by: Sam James gentoo.org> .../files/mate-panel-1.26.3-gettext-0.22-fix.patch | 14 ++++++++++++++ mate-base/mate-panel/mate-panel-1.26.3.ebuild | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/mate-base/mate-panel/files/mate-panel-1.26.3-gettext-0.22-fix.patch b/mate-base/mate-panel/files/mate-panel-1.26.3-gettext-0.22-fix.patch new file mode 100644 index 000000000000..2f61ac1a5c57 --- /dev/null +++ b/mate-base/mate-panel/files/mate-panel-1.26.3-gettext-0.22-fix.patch @@ -0,0 +1,14 @@ +Bug: https://bugs.gentoo.org/908877 +Reference: https://savannah.gnu.org/bugs/index.php?64335 +Upstream PR: https://github.com/mate-desktop/mate-panel/pull/1375 +--- a/libmate-panel-applet/Makefile.am ++++ b/libmate-panel-applet/Makefile.am +@@ -95,7 +95,7 @@ appletdir = $(datadir)/mate-panel/applets + applet_in_files = org.mate.panel.TestApplet.mate-panel-applet.desktop.in + noinst_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) + $(noinst_DATA): $(applet_in_files) +- $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ ++ $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ + + EXTRA_DIST = \ + org.mate.panel.TestApplet.mate-panel-applet.desktop.in \ diff --git a/mate-base/mate-panel/mate-panel-1.26.3.ebuild b/mate-base/mate-panel/mate-panel-1.26.3.ebuild index 061ddad6aa70..6be1b67047d1 100644 --- a/mate-base/mate-panel/mate-panel-1.26.3.ebuild +++ b/mate-base/mate-panel/mate-panel-1.26.3.ebuild @@ -62,6 +62,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/${PN}-1.26.3-gettext-0.22-fix.patch +) + src_configure() { mate_src_configure \ --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \