summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-03-14 02:51:31 +0000
committernia <nia@pkgsrc.org>2022-03-14 02:51:31 +0000
commit5be1b91aab9863932ab31179f14c685119769444 (patch)
treec126e496e1d05770d26edf6f524efaf6affc09eb /time
parentd3d7397b8efa55c07ca2843a74884c6a2c6d89d5 (diff)
downloadpkgsrc-5be1b91aab9863932ab31179f14c685119769444.tar.gz
gnome-calendar: fix build with latest meson
Diffstat (limited to 'time')
-rw-r--r--time/gnome-calendar/distinfo3
-rw-r--r--time/gnome-calendar/patches/patch-data_appdata_meson.build15
2 files changed, 17 insertions, 1 deletions
diff --git a/time/gnome-calendar/distinfo b/time/gnome-calendar/distinfo
index 4bdfb677c49..069ed343ec3 100644
--- a/time/gnome-calendar/distinfo
+++ b/time/gnome-calendar/distinfo
@@ -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 --git a/time/gnome-calendar/patches/patch-data_appdata_meson.build b/time/gnome-calendar/patches/patch-data_appdata_meson.build
new file mode 100644
index 00000000000..9517ac59baf
--- /dev/null
+++ b/time/gnome-calendar/patches/patch-data_appdata_meson.build
@@ -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',