summaryrefslogtreecommitdiff
path: root/app-office/gnome-todo/files/fix-build-with-meson-0.61.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/gnome-todo/files/fix-build-with-meson-0.61.patch')
-rw-r--r--app-office/gnome-todo/files/fix-build-with-meson-0.61.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-office/gnome-todo/files/fix-build-with-meson-0.61.patch b/app-office/gnome-todo/files/fix-build-with-meson-0.61.patch
deleted file mode 100644
index 5dabf1b9dddc..000000000000
--- a/app-office/gnome-todo/files/fix-build-with-meson-0.61.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://bugs.gentoo.org/832136
---- a/data/appdata/meson.build
-+++ b/data/appdata/meson.build
-@@ -1,7 +1,6 @@
- appdata = 'org.gnome.Todo.appdata.xml'
-
- i18n.merge_file(
-- appdata,
- input: appdata + '.in',
- output: appdata,
- po_dir: po_dir,
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -1,7 +1,6 @@
- desktop = 'org.gnome.Todo.desktop'
-
- i18n.merge_file(
-- desktop,
- type: 'desktop',
- input: desktop + '.in',
- output: desktop,
-@@ -13,7 +12,6 @@ i18n.merge_file(
- autostart = 'org.gnome.Todo.Autostart.desktop'
-
- i18n.merge_file(
-- autostart,
- type: 'desktop',
- input: autostart + '.in',
- output: autostart,