kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

no-i18n.patch (2169B)


      1 diff --git a/data/remotes.d/meson.build b/data/remotes.d/meson.build
      2 index 1d1698a..c598711 100644
      3 --- a/data/remotes.d/meson.build
      4 +++ b/data/remotes.d/meson.build
      5 @@ -17,24 +17,24 @@ if build_standalone and get_option('lvfs') != 'false'
      6      install: true,
      7      install_dir: join_paths(sysconfdir, 'fwupd', 'remotes.d'),
      8    )
      9 -  i18n.merge_file(
     10 -    input: 'lvfs.metainfo.xml',
     11 -    output: 'org.freedesktop.fwupd.remotes.lvfs.metainfo.xml',
     12 -    type: 'xml',
     13 -    po_dir: join_paths(meson.project_source_root(), 'po'),
     14 -    data_dirs: join_paths(meson.project_source_root(), 'po'),
     15 -    install: true,
     16 -    install_dir: join_paths(get_option('datadir'), 'fwupd', 'metainfo')
     17 -  )
     18 -  i18n.merge_file(
     19 -    input: 'lvfs-testing.metainfo.xml',
     20 -    output: 'org.freedesktop.fwupd.remotes.lvfs-testing.metainfo.xml',
     21 -    type: 'xml',
     22 -    po_dir: join_paths(meson.project_source_root(), 'po'),
     23 -    data_dirs: join_paths(meson.project_source_root(), 'po'),
     24 -    install: true,
     25 -    install_dir: join_paths(get_option('datadir'), 'fwupd', 'metainfo')
     26 -  )
     27 +#  i18n.merge_file(
     28 +#    input: 'lvfs.metainfo.xml',
     29 +#    output: 'org.freedesktop.fwupd.remotes.lvfs.metainfo.xml',
     30 +#    type: 'xml',
     31 +#    po_dir: join_paths(meson.project_source_root(), 'po'),
     32 +#    data_dirs: join_paths(meson.project_source_root(), 'po'),
     33 +#    install: true,
     34 +#    install_dir: join_paths(get_option('datadir'), 'fwupd', 'metainfo')
     35 +#  )
     36 +#  i18n.merge_file(
     37 +#    input: 'lvfs-testing.metainfo.xml',
     38 +#    output: 'org.freedesktop.fwupd.remotes.lvfs-testing.metainfo.xml',
     39 +#    type: 'xml',
     40 +#    po_dir: join_paths(meson.project_source_root(), 'po'),
     41 +#    data_dirs: join_paths(meson.project_source_root(), 'po'),
     42 +#    install: true,
     43 +#    install_dir: join_paths(get_option('datadir'), 'fwupd', 'metainfo')
     44 +#  )
     45  endif
     46  
     47  install_data('README.md',
     48 diff --git a/meson.build b/meson.build
     49 index 98942cd..c69b57c 100644
     50 --- a/meson.build
     51 +++ b/meson.build
     52 @@ -567,7 +567,7 @@ if build_standalone
     53    plugin_quirks = []
     54    gcab = find_program('gcab', required: get_option('tests'))
     55    subdir('data')
     56 -  subdir('po')
     57 +  #subdir('po')
     58    subdir('libfwupdplugin')
     59    subdir('contrib')
     60