pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/gnome-calendar gnome-calendar: fix build with lat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b97d3911b19a
branches:  trunk
changeset: 375413:b97d3911b19a
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Mar 14 02:51:31 2022 +0000

description:
gnome-calendar: fix build with latest meson

diffstat:

 time/gnome-calendar/distinfo                               |   3 +-
 time/gnome-calendar/patches/patch-data_appdata_meson.build |  15 ++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r ef22ee3ba144 -r b97d3911b19a time/gnome-calendar/distinfo
--- a/time/gnome-calendar/distinfo      Mon Mar 14 02:49:09 2022 +0000
+++ b/time/gnome-calendar/distinfo      Mon Mar 14 02:51:31 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:24:19 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/03/14 02:51:31 nia Exp $
 
 BLAKE2s (gnome-calendar-40.0.tar.xz) = f5e2e731c59e9e63d3d984bf5a44e86e09b0af66009072a7e436a0ac4f82f36f
 SHA512 (gnome-calendar-40.0.tar.xz) = 8c1f7ecad90e8cefc2560795a0045ff243e4647d717b66d433b11deb10a01d07d2ab03978da8cb4d0e9227e91338213a8142ebae5044c0a8cf26e7c0f64f4b7e
 Size (gnome-calendar-40.0.tar.xz) = 552888 bytes
+SHA1 (patch-data_appdata_meson.build) = 2c73557dca415a2945218ec02d4dfbfd101e8e71
diff -r ef22ee3ba144 -r b97d3911b19a time/gnome-calendar/patches/patch-data_appdata_meson.build
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/gnome-calendar/patches/patch-data_appdata_meson.build        Mon Mar 14 02:51:31 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-data_appdata_meson.build,v 1.1 2022/03/14 02:51:31 nia Exp $
+
+Remove unused positional argument. These were previously ignored
+and now cause failures.
+
+--- data/appdata/meson.build.orig      2021-03-22 18:55:09.573393600 +0000
++++ data/appdata/meson.build
+@@ -1,7 +1,6 @@
+ appdata_conf = configuration_data()
+ appdata_conf.set('appid', application_id)
+ appdata = i18n.merge_file(
+-  'appdata',
+   input: configure_file(
+     input: files('org.gnome.Calendar.appdata.xml.in.in'),
+     output: 'org.gnome.Calendar.appdata.xml.in',



Home | Main Index | Thread Index | Old Index