Skip to content

Commit

Permalink
build: заменить appstream-utils на appstremcli, согласно изменени…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed May 23, 2024
1 parent 1609266 commit 1a8f68d
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 @@ -20,9 +20,9 @@ appstream_file = i18n.merge_file(
install_dir: join_paths(get_option('datadir'), 'appdata')
)

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

install_data('@[email protected]'.format(app_id),
Expand Down

0 comments on commit 1a8f68d

Please sign in to comment.