Skip to content

Commit

Permalink
fix flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Oct 30, 2019
1 parent 6c825bf commit b7cca03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion data/com.github.alainm23.byte.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<binary>com.github.alainm23.byte</binary>
</provides>
​<releases>
<release version="0.1.12" date="2019-30-09">
<release version="0.1.14" date="2019-30-09">
<description>
<ul>
<li>Fix LINGUAS error @ryonakano</li>
Expand Down
12 changes: 0 additions & 12 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,3 @@ i18n.merge_file(
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
)

test (
'Validate desktop file',
find_program('desktop-file-validate'),
args: join_paths(meson.current_build_dir (), meson.project_name() + '.desktop')
)

test (
'Validate appdata file',
find_program('appstreamcli'),
args: ['validate', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
)
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Source: com.github.alainm23.byte
Section: x11
Priority: extra
Maintainer: Alain M. <[email protected]>
Build-Depends: debhelper (>= 9),
Build-Depends: appstream,
debhelper (>= 9),
desktop-file-utils,
libgranite-dev,
libjson-glib-dev,
Expand Down

0 comments on commit b7cca03

Please sign in to comment.