summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2020-07-31 14:45:28 +0100
committerWill Thompson <will@willthompson.co.uk>2020-07-31 14:45:28 +0100
commitda762171b615de5c43618a82c2f2967b6231e5b0 (patch)
treec7dcd868c7dc97ed18080cd2595085d87720316f
parent2012bd78a33c6e1747e73512f9e113a0e85701f5 (diff)
Makefile: simplify validating appstream
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ce6f596..8865819 100644
--- a/Makefile
+++ b/Makefile
@@ -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