Update flatpak to GNOME 47 runtime

This commit is contained in:
Peter M
2025-05-16 19:31:49 +00:00
committed by Martijn Braam
parent c8e0808ea5
commit b4b0a61230

View File

@@ -1,7 +1,7 @@
--- ---
app-id: me.gapixels.Megapixels app-id: me.gapixels.Megapixels
runtime: org.gnome.Platform runtime: org.gnome.Platform
runtime-version: "46" runtime-version: "47"
sdk: org.gnome.Sdk sdk: org.gnome.Sdk
command: megapixels command: megapixels
finish-args: finish-args:
@@ -44,13 +44,13 @@ modules:
sources: sources:
- type: git - type: git
url: https://gitlab.com/megapixels-org/libmegapixels url: https://gitlab.com/megapixels-org/libmegapixels
tag: 0.2.0 tag: 0.2.1
modules: modules:
- name: libconfig - name: libconfig
sources: sources:
- type: archive - type: archive
url: https://hyperrealm.github.io/libconfig/dist/libconfig-1.7.2.tar.gz url: https://hyperrealm.github.io/libconfig/dist/libconfig-1.8.tar.gz
sha256: 7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9 sha256: 051e15dd0e907c44905f317933f5487314f2a56e8c6726c8304ce990884850aa
cleanup: cleanup:
- "/include" - "/include"
- "*.la" - "*.la"
@@ -64,7 +64,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://source.puri.sm/Librem5/feedbackd.git url: https://source.puri.sm/Librem5/feedbackd.git
tag: v0.7.0 tag: v0.8.1
- name: zbar - name: zbar
config-opts: config-opts:
- --disable-doc - --disable-doc
@@ -110,7 +110,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/LibRaw/LibRaw url: https://github.com/LibRaw/LibRaw
tag: 0.21.3 tag: 0.21.4
- type: shell - type: shell
commands: commands:
- autoreconf -vfi - autoreconf -vfi
@@ -148,7 +148,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/ImageMagick/ImageMagick url: https://github.com/ImageMagick/ImageMagick
tag: 7.1.1-43 tag: 7.1.1-47
- name: exiftool - name: exiftool
buildsystem: simple buildsystem: simple
build-commands: build-commands:
@@ -159,7 +159,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/exiftool/exiftool.git url: https://github.com/exiftool/exiftool.git
tag: "13.21" tag: "13.29"
modules: modules:
- name: perl - name: perl
buildsystem: simple buildsystem: simple
@@ -170,7 +170,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/Perl/perl5.git url: https://github.com/Perl/perl5.git
tag: v5.40.1 tag: v5.40.2
disable-fsckobjects: true disable-fsckobjects: true
post-install: post-install:
# Fix permissions # Fix permissions