You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/gnome-todo/files/fix-build-with-meson-0.61.p...

30 lines
632 B

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,