diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-31 12:48:40 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-31 14:23:38 -0400 |
commit | 82257423e7277117b49cedbec7deb78e9a11888d (patch) | |
tree | 335bb66489d14b434f12d747169eaec096c05674 /media-gfx/simple-scan/files | |
parent | media-gfx/shotwell: Drop old versions (diff) | |
download | gentoo-82257423e7277117b49cedbec7deb78e9a11888d.tar.gz gentoo-82257423e7277117b49cedbec7deb78e9a11888d.tar.bz2 gentoo-82257423e7277117b49cedbec7deb78e9a11888d.zip |
media-gfx/simple-scan: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/simple-scan/files')
-rw-r--r-- | media-gfx/simple-scan/files/40.7-fix-build-with-meson-0.61.1.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/media-gfx/simple-scan/files/40.7-fix-build-with-meson-0.61.1.patch b/media-gfx/simple-scan/files/40.7-fix-build-with-meson-0.61.1.patch deleted file mode 100644 index b1a161df922a..000000000000 --- a/media-gfx/simple-scan/files/40.7-fix-build-with-meson-0.61.1.patch +++ /dev/null @@ -1,39 +0,0 @@ -https://gitlab.gnome.org/GNOME/simple-scan/-/commit/da6626debe00be1a0660f30cf2bf7629186c01d5 -https://bugs.gentoo.org/831891 - -From: r-value <i@rvalue.moe> -Date: Tue, 16 Nov 2021 02:43:11 +0800 -Subject: [PATCH] Remove incorrect i18n.merge_file argument - -The positional argument was being silently ignored until meson 0.60.0 where -it fails with "ERROR: Function does not take positional arguments". ---- - data/meson.build | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) - -diff --git a/data/meson.build b/data/meson.build -index 2b5a0ee3..cf6e4ae1 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -8,16 +8,14 @@ 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', -- input: 'simple-scan.desktop.in', -+i18n.merge_file (input: 'simple-scan.desktop.in', - output: 'simple-scan.desktop', - install: true, - install_dir: join_paths (datadir, 'applications'), - po_dir: '../po', - type: 'desktop') - --i18n.merge_file ('appdata-file', -- input: 'simple-scan.appdata.xml.in', -+i18n.merge_file (input: 'simple-scan.appdata.xml.in', - output: 'simple-scan.appdata.xml', - install: true, - install_dir: join_paths (datadir, 'metainfo'), --- -GitLab - |