Flatpak update

This commit is contained in:
Jakub Melka
2025-03-09 15:23:36 +01:00
parent 01120bb542
commit 1f46ad608a
2 changed files with 2 additions and 11 deletions

View File

@@ -11,16 +11,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo apt update sudo apt update
sudo apt install -y ninja-build libglib2.0-dev libxml2-dev libyaml-dev gettext libarchive-dev gperf pkg-config libstemmer-dev python3-dev python3-pip libcurl4-openssl-dev libsystemd-dev gobject-introspection libgirepository1.0-dev itstool xsltproc sudo apt install -y appstream
sudo pip3 install meson
- name: Install AppStream
run: |
git clone https://github.com/ximion/appstream.git
cd appstream
meson build
ninja -C build
sudo ninja -C build install
- name: Verify AppStream Version - name: Verify AppStream Version
run: | run: |

View File

@@ -125,7 +125,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/JakubMelka/PDF4QT.git", "url": "https://github.com/JakubMelka/PDF4QT.git",
"commit": "70b4291505877a5c0077b7d10c81478686d48640" "commit": "01120bb542da6acfb47a540506ed2b50b08c66c1"
} }
] ]
} }