Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
peterac69 authored and robert-ancell committed Feb 25, 2024
1 parent afdb84e commit 89b1bc5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project ('microflash', 'c',
meson_version: '>= 0.37.1')
meson_version: '>= 0.41.0')

gnome = import ('gnome')
i18n = import ('i18n')
Expand All @@ -13,23 +13,20 @@ gudev_dep = dependency ('gudev-1.0')
json_glib_dep = dependency ('json-glib-1.0')
gtk_dep = dependency ('gtk+-3.0')

i18n.merge_file ('appdata-file',
input: 'microflash.appdata.xml',
i18n.merge_file (input: 'microflash.appdata.xml',
output: 'microflash.appdata.xml',
install: true,
install_dir: join_paths (datadir, 'metainfo'),
po_dir: 'po')

i18n.merge_file ('desktop-file',
input: 'microflash.desktop',
i18n.merge_file (input: 'microflash.desktop',
output: 'microflash.desktop',
install: true,
install_dir: join_paths (datadir, 'applications'),
po_dir: 'po',
type: 'desktop')

i18n.merge_file ('mime-file',
input: 'microflash.mime.xml',
i18n.merge_file (input: 'microflash.mime.xml',
output: 'microflash.xml',
install: true,
install_dir: join_paths (datadir, 'mime', 'packages'),
Expand Down

0 comments on commit 89b1bc5

Please sign in to comment.