From ae9fd64767623baf338aecaef2be9dcd5f09dcbf Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 30 May 2023 22:24:19 +0200 Subject: [PATCH] - added meson patch, release 4 (evolution 3.46.x) --- almanah-meson.patch | 17 +++++++++++++++++ almanah.spec | 4 +++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 almanah-meson.patch diff --git a/almanah-meson.patch b/almanah-meson.patch new file mode 100644 index 0000000..cd0a4d8 --- /dev/null +++ b/almanah-meson.patch @@ -0,0 +1,17 @@ +--- almanah-0.12.3/data/meson.build.orig 2021-03-05 16:05:46.935089000 +0100 ++++ almanah-0.12.3/data/meson.build 2023-05-30 22:14:56.161300753 +0200 +@@ -1,6 +1,5 @@ + desktop = 'almanah.desktop' + i18n.merge_file( +- desktop, + type: 'desktop', + input: desktop + '.in', + output: desktop, +@@ -19,7 +18,6 @@ endif + + appdata = 'almanah.appdata.xml' + i18n.merge_file( +- appdata, + input: appdata + '.in', + output: appdata, + po_dir: po_dir, diff --git a/almanah.spec b/almanah.spec index edd85da..13835fd 100644 --- a/almanah.spec +++ b/almanah.spec @@ -7,11 +7,12 @@ Summary: Almanah Diary - keep a personal diary Summary(pl.UTF-8): Almanah Diary - osobisty pamiętnik Name: almanah Version: 0.12.3 -Release: 3 +Release: 4 License: GPL v3+ Group: X11/Applications Source0: https://download.gnome.org/sources/almanah/0.12/%{name}-%{version}.tar.xz # Source0-md5: b4d6023342f49e23435e06fd54d7fa4c +Patch0: %{name}-meson.patch URL: https://wiki.gnome.org/Apps/Almanah_Diary BuildRequires: appstream-glib BuildRequires: atk-devel @@ -52,6 +53,7 @@ pamiętnik. %prep %setup -q +%patch0 -p1 %build %meson build \ -- 2.44.0