mirror of
https://github.com/borgbase/vorta
synced 2025-01-02 21:25:48 +00:00
Lint Flatpak XML
This commit is contained in:
parent
165815cca5
commit
fbbe21b237
3 changed files with 7 additions and 4 deletions
|
@ -13,7 +13,7 @@ runs:
|
||||||
libxkbcommon-x11-0 dbus-x11 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
|
libxkbcommon-x11-0 dbus-x11 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
|
||||||
libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 \
|
libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 \
|
||||||
libegl1 libxcb-cursor0 libfuse-dev libsqlite3-dev libfuse3-dev pkg-config \
|
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)
|
- name: Install system dependencies (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -69,6 +69,11 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
install-nox: true
|
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
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
|
||||||
|
|
|
@ -44,9 +44,7 @@
|
||||||
<releases>
|
<releases>
|
||||||
<release version="v0.10.0" date="2024-11-10" urgency="low">
|
<release version="v0.10.0" date="2024-11-10" urgency="low">
|
||||||
<description>
|
<description>
|
||||||
<p>See <a href="https://github.com/borgbase/vorta/releases">Github</a>
|
See Github for detailed release notes: github.com/borgbase/vorta/releases
|
||||||
for detailed release notes.
|
|
||||||
</p>
|
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
Loading…
Reference in a new issue