summaryrefslogtreecommitdiff
path: root/debian/patches/meson-i18n.merge_file-does-not-take-a-positional-argument.patch
diff options
context:
space:
mode:
authorNathan Pratta Teodosio <nathan.teodosio@canonical.com>2022-08-23 11:43:40 -0300
committerNathan Pratta Teodosio <nathan.teodosio@canonical.com>2022-08-23 11:51:33 -0300
commit2e9b3d9e544be4d8373741134e923fba6738388b (patch)
treedeb812f574bc9c8502d1870fdb26a1ba2bb474b9 /debian/patches/meson-i18n.merge_file-does-not-take-a-positional-argument.patch
parent00a09ac4976aaa3158638179b0815733b31b9272 (diff)
Drop all patches
They were incorporated upstream
Diffstat (limited to 'debian/patches/meson-i18n.merge_file-does-not-take-a-positional-argument.patch')
-rw-r--r--debian/patches/meson-i18n.merge_file-does-not-take-a-positional-argument.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/patches/meson-i18n.merge_file-does-not-take-a-positional-argument.patch b/debian/patches/meson-i18n.merge_file-does-not-take-a-positional-argument.patch
deleted file mode 100644
index fdf82997..00000000
--- a/debian/patches/meson-i18n.merge_file-does-not-take-a-positional-argument.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Thu, 20 Jan 2022 14:18:09 -0500
-Subject: meson: i18n.merge_file() does not take a positional argument
-
-https://gitlab.gnome.org/GNOME/glade/-/merge_requests/117
----
- data/meson.build | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/data/meson.build b/data/meson.build
-index 9f24456..bfbc514 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -2,7 +2,6 @@ desktop_conf = configuration_data()
- desktop_conf.set('VERSION', glade_version)
-
- i18n.merge_file(
-- 'desktop',
- type: 'desktop',
- input: configure_file(
- input: 'org.gnome.Glade.desktop.in.in',
-@@ -18,7 +17,6 @@ i18n.merge_file(
- appdata = glade_name + '.appdata.xml'
-
- i18n.merge_file(
-- 'appdata',
- input: 'org.gnome.Glade.appdata.xml.in',
- output: '@BASENAME@',
- po_dir: po_dir,