All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pcmanfm: fix build with gettext-tiny
@ 2021-03-29 19:06 Fabrice Fontaine
  2021-04-04 12:08 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-03-29 19:06 UTC (permalink / raw)
  To: buildroot

Fix build of pcmanfm in version 1.3.2 with gettext-tiny

Fixes:
 - http://autobuild.buildroot.org/results/69f4e5fa44208429b143011640971a61d709d5b1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 ...po-de-po-fix-build-with-gettext-tiny.patch | 35 +++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 package/pcmanfm/0001-po-de-po-fix-build-with-gettext-tiny.patch

diff --git a/package/pcmanfm/0001-po-de-po-fix-build-with-gettext-tiny.patch b/package/pcmanfm/0001-po-de-po-fix-build-with-gettext-tiny.patch
new file mode 100644
index 0000000000..ededd450ae
--- /dev/null
+++ b/package/pcmanfm/0001-po-de-po-fix-build-with-gettext-tiny.patch
@@ -0,0 +1,35 @@
+From 2e51d1015ffd58f26f4ddf03a858164edcf64a8c Mon Sep 17 00:00:00 2001
+From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Date: Fri, 26 Mar 2021 09:16:08 +0100
+Subject: [PATCH] po/de.po: fix build with gettext-tiny
+
+Build of de.gmo is broken with gettext-tiny since version 1.3.2 and
+commit 80e0f662861e6d0ad8888f61c19c0695978779bf:
+
+file=`echo de | sed 's,.*/,,'`.gmo \
+  && rm -f $file && /home/buildroot/autobuild/instance-2/output-1/host/bin/msgfmt -o $file de.po
+Makefile:102: recipe for target 'de.gmo' failed
+
+Fixes:
+ - http://autobuild.buildroot.org/results/69f4e5fa44208429b143011640971a61d709d5b1
+
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+[Upstream status: https://github.com/lxde/pcmanfm/pull/8]
+---
+ po/de.po | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/po/de.po b/po/de.po
+index 766a44e..9781ba3 100644
+--- a/po/de.po
++++ b/po/de.po
+@@ -961,8 +961,7 @@ msgstr "Diese Ordneransicht merken"
+ #: ../src/main-win-ui.c:279
+ msgid ""
+ "Check to remember view and sort as folder setting rather than global one"
+-msgstr
+-"Ansicht und Sortierung f?r dieses Verzeichnis anstelle der globalen "
++msgstr "Ansicht und Sortierung f?r dieses Verzeichnis anstelle der globalen "
+ "Einstellung merken"
+ 
+ #: ../src/main-win-ui.c:281
-- 
2.30.2

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

* [Buildroot] [PATCH 1/1] package/pcmanfm: fix build with gettext-tiny
  2021-03-29 19:06 [Buildroot] [PATCH 1/1] package/pcmanfm: fix build with gettext-tiny Fabrice Fontaine
@ 2021-04-04 12:08 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-04-04 12:08 UTC (permalink / raw)
  To: buildroot

On Mon, 29 Mar 2021 21:06:33 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fix build of pcmanfm in version 1.3.2 with gettext-tiny
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/69f4e5fa44208429b143011640971a61d709d5b1
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  ...po-de-po-fix-build-with-gettext-tiny.patch | 35 +++++++++++++++++++
>  1 file changed, 35 insertions(+)
>  create mode 100644 package/pcmanfm/0001-po-de-po-fix-build-with-gettext-tiny.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-04-04 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 19:06 [Buildroot] [PATCH 1/1] package/pcmanfm: fix build with gettext-tiny Fabrice Fontaine
2021-04-04 12:08 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.