Skip to content

Commit

Permalink
Merge pull request #1340 from bbhtt/appdata-validate
Browse files Browse the repository at this point in the history
ci: Validate using appstreamcli
  • Loading branch information
lwindolf authored Mar 1, 2024
2 parents 30c3ff1 + aa4c069 commit 0161eb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- run: |
apt-get update -qq
apt-get install -y -qq libxml2-dev libxslt1-dev libsqlite3-dev libwebkit2gtk-4.1-dev libjson-glib-dev libgirepository1.0-dev libpeas-dev gsettings-desktop-schemas-dev python3 libtool intltool valgrind libfribidi-dev gla11y appstream-util desktop-file-utils
apt-get install -y -qq libxml2-dev libxslt1-dev libsqlite3-dev libwebkit2gtk-4.1-dev libjson-glib-dev libgirepository1.0-dev libpeas-dev gsettings-desktop-schemas-dev python3 libtool intltool valgrind libfribidi-dev gla11y appstream desktop-file-utils
mkdir inst
- run: |
Expand All @@ -40,4 +40,4 @@ jobs:
- run: ls -l /usr/share/glib-2.0/schemas
- run: cd src/tests && make test
- run: desktop-file-validate net.sourceforge.liferea.desktop
- run: appstream-util validate net.sourceforge.liferea.appdata.xml
- run: appstreamcli validate net.sourceforge.liferea.appdata.xml
8 changes: 7 additions & 1 deletion net.sourceforge.liferea.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Liferea</name>
<developer_name>Lars Windolf</developer_name>
<developer id="de.lzone">
<name>Lars Windolf</name>
</developer>
<update_contact>lars.windolf_at_gmx.de</update_contact>
<summary>Keep up with your feeds</summary>
<description>
Expand Down Expand Up @@ -74,6 +76,10 @@
<url type="translate">https://github.com/lwindolf/liferea?tab=readme-ov-file#new-translations</url>
<translation type="gettext">liferea</translation>
<content_rating type="oars-1.1"/>
<branding>
<color type="primary" scheme_preference="light">#CBCFD3</color>
<color type="primary" scheme_preference="dark">#64647D</color>
</branding>
<releases>
<release date="2023-12-24" version="1.15.5">
<description>
Expand Down

0 comments on commit 0161eb1

Please sign in to comment.