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

diff --git a/almanah-meson.patch b/almanah-meson.patch
new file mode 100644 (file)
index 0000000..cd0a4d8
--- /dev/null
@@ -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,
index edd85da086a3c5e35fbea7a3486bd7b791113fd2..13835fddb5ac9522bbf8431ab0736b4951571e92 100644 (file)
@@ -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 \
This page took 0.137527 seconds and 4 git commands to generate.