diff options
author | Will Thompson <will@willthompson.co.uk> | 2020-07-31 14:45:28 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2020-07-31 14:45:28 +0100 |
commit | da762171b615de5c43618a82c2f2967b6231e5b0 (patch) | |
tree | c7dcd868c7dc97ed18080cd2595085d87720316f /Makefile | |
parent | 2012bd78a33c6e1747e73512f9e113a0e85701f5 (diff) |
Makefile: simplify validating appstream
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -46,10 +46,7 @@ org.freedesktop.Bustle.appdata.xml: data/org.freedesktop.Bustle.appdata.xml.in # https://github.com/flathub/flathub/wiki/Review-Guidelines validate-metadata: org.freedesktop.Bustle.desktop org.freedesktop.Bustle.appdata.xml desktop-file-validate org.freedesktop.Bustle.desktop - appstream-util validate-relax org.freedesktop.Bustle.appdata.xml - # This is only a SHOULD. Screenshots currently violate it because they - # are hidpi. - -appstream-util validate org.freedesktop.Bustle.appdata.xml + appstream-util validate org.freedesktop.Bustle.appdata.xml dist/build/bustle-pcap: $(BUSTLE_PCAP_SOURCES) $(BUSTLE_PCAP_HEADERS) @mkdir -p dist/build |