slackbuilds/desktop/gnome-calendar/e35dbc1acd03dd1751b755b6c8e...

26 lines
773 B
Diff

From e35dbc1acd03dd1751b755b6c8e1932a692ad4e1 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Fri, 21 Jan 2022 21:18:39 +0100
Subject: [PATCH] meson.build: fix meson 0.61 builds
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
data/appdata/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index b5ee6540..200c3507 100644
--- a/data/appdata/meson.build
+++ b/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',
--
GitLab