From: Jakub Bogusz Date: Tue, 30 May 2023 20:24:19 +0000 (+0200) Subject: - added meson patch, release 4 (evolution 3.46.x) X-Git-Tag: auto/th/almanah-0.12.3-4 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ae9fd64767623baf338aecaef2be9dcd5f09dcbf;p=packages%2Falmanah.git - added meson patch, release 4 (evolution 3.46.x) --- 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 \