6da47128e8.patch 846 B

123456789101112131415161718192021222324252627282930313233
  1. From 6da47128e8da04edccccdfcbc9101940fc15fe3a Mon Sep 17 00:00:00 2001
  2. From: Mike Gilbert <floppym@gentoo.org>
  3. Date: Thu, 20 Jan 2022 14:18:09 -0500
  4. Subject: [PATCH] meson: i18n.merge_file() does not take a positional argument
  5. ---
  6. data/meson.build | 2 --
  7. 1 file changed, 2 deletions(-)
  8. diff --git a/data/meson.build b/data/meson.build
  9. index 9f244566..bfbc514c 100644
  10. --- a/data/meson.build
  11. +++ b/data/meson.build
  12. @@ -2,7 +2,6 @@ desktop_conf = configuration_data()
  13. desktop_conf.set('VERSION', glade_version)
  14. i18n.merge_file(
  15. - 'desktop',
  16. type: 'desktop',
  17. input: configure_file(
  18. input: 'org.gnome.Glade.desktop.in.in',
  19. @@ -18,7 +17,6 @@ i18n.merge_file(
  20. appdata = glade_name + '.appdata.xml'
  21. i18n.merge_file(
  22. - 'appdata',
  23. input: 'org.gnome.Glade.appdata.xml.in',
  24. output: '@BASENAME@',
  25. po_dir: po_dir,
  26. --
  27. GitLab