From 1750338a490fb46d70c310374ece6a7eacba9ec6 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 30 May 2023 22:30:54 +0200 Subject: [PATCH] - added meson patch, release 2 (evolution 3.46.x) --- bijiben-meson.patch | 28 ++++++++++++++++++++++++++++ bijiben.spec | 4 +++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 bijiben-meson.patch diff --git a/bijiben-meson.patch b/bijiben-meson.patch new file mode 100644 index 0000000..c6ed14f --- /dev/null +++ b/bijiben-meson.patch @@ -0,0 +1,28 @@ +--- bijiben-40.1/data/meson.build.orig 2021-04-30 13:59:10.261303400 +0200 ++++ bijiben-40.1/data/meson.build 2023-05-30 22:29:24.066598907 +0200 +@@ -4,7 +4,6 @@ subdir('appdata') + mime = 'org.gnome.Notes.xml' + + i18n.merge_file( +- mime, + input: mime + '.in', + output: mime, + po_dir: po_dir, +@@ -18,7 +17,6 @@ desktop_conf = configuration_data() + desktop_conf.set ('icon', application_id) + + i18n.merge_file( +- desktop, + type: 'desktop', + input: configure_file( + input: files (desktop + '.in'), +--- bijiben-40.1/data/appdata/meson.build.orig 2021-04-30 13:59:10.258303400 +0200 ++++ bijiben-40.1/data/appdata/meson.build 2023-05-30 22:28:34.223535597 +0200 +@@ -1,7 +1,6 @@ + info = 'org.gnome.Notes.appdata.xml' + + i18n.merge_file( +- info, + input: info + '.in', + output: info, + po_dir: po_dir, diff --git a/bijiben.spec b/bijiben.spec index fa961de..344cc83 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -2,11 +2,12 @@ Summary: Bijiben - notes editor Summary(pl.UTF-8): Bijiben - edytor notatek Name: bijiben Version: 40.1 -Release: 1 +Release: 2 License: GPL v3+ Group: X11/Applications/Editors Source0: https://download.gnome.org/sources/bijiben/40/%{name}-%{version}.tar.xz # Source0-md5: 86731a4110b07667fe5d8953a11e411d +Patch0: %{name}-meson.patch URL: https://wiki.gnome.org/Apps/Bijiben BuildRequires: curl-devel BuildRequires: evolution-data-server-devel >= 3.33.2 @@ -50,6 +51,7 @@ zintegrowanego z pulpitem. %prep %setup -q +%patch0 -p1 %build %meson build \ -- 2.44.0