1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-21 23:33:13 +00:00

Lint Flatpak XML

This commit is contained in:
Manu 2024-11-10 17:16:12 +00:00
parent 165815cca5
commit fbbe21b237
3 changed files with 7 additions and 4 deletions

View file

@ -13,7 +13,7 @@ runs:
libxkbcommon-x11-0 dbus-x11 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 \
libegl1 libxcb-cursor0 libfuse-dev libsqlite3-dev libfuse3-dev pkg-config \
python3-pkgconfig libxxhash-dev borgbackup
python3-pkgconfig libxxhash-dev borgbackup appstream
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'

View file

@ -69,6 +69,11 @@ jobs:
python-version: ${{ matrix.python-version }}
install-nox: true
- name: Validate Flatpak manifest
if: runner.os == 'Linux'
shell: bash
run: appstreamcli validate ./src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}

View file

@ -44,9 +44,7 @@
<releases>
<release version="v0.10.0" date="2024-11-10" urgency="low">
<description>
<p>See <a href="https://github.com/borgbase/vorta/releases">Github</a>
for detailed release notes.
</p>
See Github for detailed release notes: github.com/borgbase/vorta/releases
</description>
</release>
</releases>