mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gnome-authenticator: fix for meson 0.61
This commit is contained in:
parent
c4f09bc97b
commit
694fd66a44
1 changed files with 18 additions and 0 deletions
18
srcpkgs/gnome-authenticator/patches/meson-0.61.patch
Normal file
18
srcpkgs/gnome-authenticator/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
--- a/data/meson.build
|
||||||
|
+++ b/data/meson.build
|
||||||
|
@@ -63,7 +63,6 @@ configure_file(
|
||||||
|
desktop_conf = configuration_data()
|
||||||
|
desktop_conf.set('APP_ID', application_id)
|
||||||
|
desktop_file = i18n.merge_file(
|
||||||
|
- 'desktop',
|
||||||
|
input: configure_file(
|
||||||
|
input: meson.project_name() + '.desktop.in.in',
|
||||||
|
output: '@BASENAME@',
|
||||||
|
@@ -90,7 +89,6 @@ appdata_conf = configuration_data()
|
||||||
|
appdata_conf.set('APP_ID', application_id)
|
||||||
|
appdata_conf.set('GETTEXT_PACKAGE', gettext_package)
|
||||||
|
appdata_file = i18n.merge_file(
|
||||||
|
- 'appdata',
|
||||||
|
input: configure_file(
|
||||||
|
input: meson.project_name() + '.appdata.xml.in.in',
|
||||||
|
output: '@BASENAME@',
|
Loading…
Add table
Reference in a new issue