gnome-books: fix for meson 0.61
This commit is contained in:
		
							
								
								
									
										33
									
								
								srcpkgs/gnome-books/patches/meson-0.61.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								srcpkgs/gnome-books/patches/meson-0.61.patch
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,33 @@ | ||||
| From 2663dcdaaaa71f067a4c2d0005eecc0fdf940bf5 Mon Sep 17 00:00:00 2001 | ||||
| From: Michal Vasilek <michal@vasilek.cz> | ||||
| Date: Wed, 9 Mar 2022 17:46:00 +0100 | ||||
| Subject: [PATCH] meson: remove positional args from i18n.merge_file | ||||
|  | ||||
| This causes the build to fail with meson 0.61+ | ||||
| --- | ||||
|  data/meson.build | 2 -- | ||||
|  1 file changed, 2 deletions(-) | ||||
|  | ||||
| diff --git a/data/meson.build b/data/meson.build | ||||
| index bc6edfb4..5061554d 100644 | ||||
| --- a/data/meson.build | ||||
| +++ b/data/meson.build | ||||
| @@ -54,7 +54,6 @@ sources += gnome.compile_resources( | ||||
|  appdata = 'org.gnome.Books.appdata.xml' | ||||
|   | ||||
|  appdata_file = i18n.merge_file( | ||||
| -  appdata, | ||||
|    input: appdata + '.in', | ||||
|    output: appdata, | ||||
|    po_dir: po_dir, | ||||
| @@ -74,7 +73,6 @@ if appstream_util.found() | ||||
|  desktop = 'org.gnome.Books.desktop' | ||||
|   | ||||
|  desktop_file = i18n.merge_file( | ||||
| -  desktop, | ||||
|    type: 'desktop', | ||||
|    input: desktop + '.in', | ||||
|    output: desktop, | ||||
| --  | ||||
| 2.35.1 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Michal Vasilek
					Michal Vasilek