Update to simple-scan-42.0.

This commit is contained in:
ajacoutot 2022-04-13 05:56:51 +00:00
parent 39916d46c3
commit e84f862408
3 changed files with 3 additions and 27 deletions

View File

@ -1,8 +1,7 @@
COMMENT= simple scanning utility
GNOME_PROJECT= simple-scan
GNOME_VERSION= 40.7
REVISION= 1
GNOME_VERSION= 42.0
CATEGORIES= graphics

View File

@ -1,2 +1,2 @@
SHA256 (simple-scan-40.7.tar.xz) = fFUYUsta99NKqYn4rV7ePL4xgoz43VrsKytv3NGsPVM=
SIZE (simple-scan-40.7.tar.xz) = 1480288
SHA256 (simple-scan-42.0.tar.xz) = rB+Fev0LyIl90gRQI618VxPlzu/KVrCzzF6aR5UylYY=
SIZE (simple-scan-42.0.tar.xz) = 1097464

View File

@ -1,23 +0,0 @@
Fix build with meson >= 0.60.0
Index: data/meson.build
--- data/meson.build.orig
+++ data/meson.build
@@ -8,7 +8,7 @@ install_data ('org.gnome.SimpleScan.gschema.xml',
install_dir: join_paths (datadir, 'glib-2.0', 'schemas'))
meson.add_install_script ('meson_compile_gschema.py')
-i18n.merge_file ('desktop-file',
+i18n.merge_file (
input: 'simple-scan.desktop.in',
output: 'simple-scan.desktop',
install: true,
@@ -16,7 +16,7 @@ i18n.merge_file ('desktop-file',
po_dir: '../po',
type: 'desktop')
-i18n.merge_file ('appdata-file',
+i18n.merge_file (
input: 'simple-scan.appdata.xml.in',
output: 'simple-scan.appdata.xml',
install: true,