pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/gnome-calendar
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 14 02:51:31 UTC 2022
Modified Files:
pkgsrc/time/gnome-calendar: distinfo
Added Files:
pkgsrc/time/gnome-calendar/patches: patch-data_appdata_meson.build
Log Message:
gnome-calendar: fix build with latest meson
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/gnome-calendar/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/time/gnome-calendar/patches/patch-data_appdata_meson.build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/gnome-calendar/distinfo
diff -u pkgsrc/time/gnome-calendar/distinfo:1.4 pkgsrc/time/gnome-calendar/distinfo:1.5
--- pkgsrc/time/gnome-calendar/distinfo:1.4 Tue Oct 26 11:24:19 2021
+++ pkgsrc/time/gnome-calendar/distinfo Mon Mar 14 02:51:31 2022
@@ -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
Added files:
Index: pkgsrc/time/gnome-calendar/patches/patch-data_appdata_meson.build
diff -u /dev/null pkgsrc/time/gnome-calendar/patches/patch-data_appdata_meson.build:1.1
--- /dev/null Mon Mar 14 02:51:31 2022
+++ pkgsrc/time/gnome-calendar/patches/patch-data_appdata_meson.build Mon Mar 14 02:51:31 2022
@@ -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