Skip to content

Commit b7cca03

Browse files
author
Alain M
committed
fix flatpak
1 parent 6c825bf commit b7cca03

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

data/com.github.alainm23.byte.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<binary>com.github.alainm23.byte</binary>
2424
</provides>
2525
​<releases>
26-
<release version="0.1.12" date="2019-30-09">
26+
<release version="0.1.14" date="2019-30-09">
2727
<description>
2828
<ul>
2929
<li>Fix LINGUAS error @ryonakano</li>

data/meson.build

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,3 @@ i18n.merge_file(
6262
install: true,
6363
install_dir: join_paths(get_option('datadir'), 'metainfo')
6464
)
65-
66-
test (
67-
'Validate desktop file',
68-
find_program('desktop-file-validate'),
69-
args: join_paths(meson.current_build_dir (), meson.project_name() + '.desktop')
70-
)
71-
72-
test (
73-
'Validate appdata file',
74-
find_program('appstreamcli'),
75-
args: ['validate', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
76-
)

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Source: com.github.alainm23.byte
22
Section: x11
33
Priority: extra
44
Maintainer: Alain M. <[email protected]>
5-
Build-Depends: debhelper (>= 9),
5+
Build-Depends: appstream,
6+
debhelper (>= 9),
67
desktop-file-utils,
78
libgranite-dev,
89
libjson-glib-dev,

0 commit comments

Comments
 (0)