pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/gtranslator gtranslator: fix build with latest...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/484dad3ff264
branches:  trunk
changeset: 375749:484dad3ff264
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 24 20:15:57 2022 +0000

description:
gtranslator: fix build with latest meson

diffstat:

 editors/gtranslator/distinfo                       |   3 ++-
 editors/gtranslator/patches/patch-data_meson.build |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 41c86f51c0f5 -r 484dad3ff264 editors/gtranslator/distinfo
--- a/editors/gtranslator/distinfo      Thu Mar 24 19:53:53 2022 +0000
+++ b/editors/gtranslator/distinfo      Thu Mar 24 20:15:57 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:21:29 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/03/24 20:15:57 wiz Exp $
 
 BLAKE2s (gtranslator-3.32.1.tar.xz) = fcb1699eff1437e0a679a59eb8717b7d53dafaddcc8c297bbfc08db6dc4e7387
 SHA512 (gtranslator-3.32.1.tar.xz) = 932190242dc3a5d801ecf9272a163f0df8757d8c5aa1da30bd456b0d2762503b854f0c42cc2c4f93c9c6538d008001c8b120c8a73582d6cea84134aef9367431
 Size (gtranslator-3.32.1.tar.xz) = 2771008 bytes
+SHA1 (patch-data_meson.build) = 6541abcd667cfbe122ecf87b319ff23d3670144d
diff -r 41c86f51c0f5 -r 484dad3ff264 editors/gtranslator/patches/patch-data_meson.build
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gtranslator/patches/patch-data_meson.build        Thu Mar 24 20:15:57 2022 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-data_meson.build,v 1.1 2022/03/24 20:15:57 wiz Exp $
+
+Fix build with latest meson.
+
+--- data/meson.build.orig      2019-04-21 17:46:14.000000000 +0000
++++ data/meson.build
+@@ -14,7 +14,6 @@ desktop_in = configure_file(
+ )
+ 
+ i18n.merge_file(
+-  desktop,
+   type: 'desktop',
+   input: desktop_in,
+   output: '@0@.desktop'.format(gtr_app_id),
+@@ -36,7 +35,6 @@ appdata_in = configure_file(
+ )
+ 
+ i18n.merge_file(
+-  appdata,
+   input: appdata_in,
+   output: appdata,
+   po_dir: po_dir,



Home | Main Index | Thread Index | Old Index