File: meson.build

package info (click to toggle)
gnome-packagekit 3.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,516 kB
  • sloc: ansic: 8,550; xml: 129; python: 89; sh: 74; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
appdata_files = [
  'org.gnome.Packages.appdata.xml',
  'org.gnome.PackageUpdater.appdata.xml'
]
foreach appdata_file: appdata_files
  i18n.merge_file(
    input: appdata_file + '.in',
    output: appdata_file,
    type: 'xml',
    po_dir: join_paths(meson.source_root(), 'po'),
    install: true,
    install_dir: join_paths(get_option('datadir'), 'metainfo')
  )
endforeach