Skip to content

Commit

Permalink
Merge pull request #39 from Rirusha/patch-1
Browse files Browse the repository at this point in the history
build: replace `appstream-utils` with `appstreamcli`, according to th…
  • Loading branch information
Nokse22 authored Jun 3, 2024
2 parents af156ff + a4ab2ec commit 18ae0b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ appstream_file = i18n.merge_file(
install_dir: join_paths(get_option('datadir'), 'metainfo')
)

appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
test('Validate appstream file', appstream_util, args: ['validate', appstream_file])
appstreamcli = find_program('appstreamcli', required: false)
if appstreamcli.found()
test('Validate appstream file', appstreamcli, args: ['validate', appstream_file])
endif

install_data('io.github.nokse22.asciidraw.gschema.xml',
Expand Down

0 comments on commit 18ae0b7

Please sign in to comment.