]> git.pld-linux.org Git - packages/bijiben.git/commitdiff
- added meson patch, release 2 (evolution 3.46.x) master auto/th/bijiben-40.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 May 2023 20:30:54 +0000 (22:30 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 May 2023 20:30:54 +0000 (22:30 +0200)
bijiben-meson.patch [new file with mode: 0644]
bijiben.spec

diff --git a/bijiben-meson.patch b/bijiben-meson.patch
new file mode 100644 (file)
index 0000000..c6ed14f
--- /dev/null
@@ -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,
index fa961deda4a81b318da853099afea6efc21ae22a..344cc83d504c2c555b5516d0cc9370509ff6a0fd 100644 (file)
@@ -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 \
This page took 0.062186 seconds and 4 git commands to generate.