kiss-flatpak

Flatpak for KISS Linux.
git clone https://git.stjo.hn/kiss-flatpak
Log | Files | Refs | README | LICENSE

commit fd6326be61fcd8e53530d6c6c0da0f0ce324ded4
parent a7afec1dce38ed18a93f71977b0c5effee645e46
Author: St John Karp <contact@stjo.hn>
Date:   Mon,  4 Jul 2022 05:01:41 -0400

ostree: Upgrade and switch from libsoup to curl

Upgraded package from version 2020.8 to 2022.4. Switched dependency
from libsoup to curl.

Diffstat:
Mflatpak/ostree/build | 4+++-
Mflatpak/ostree/checksums | 2+-
Mflatpak/ostree/depends | 2+-
Mflatpak/ostree/sources | 2+-
Mflatpak/ostree/version | 2+-
5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/flatpak/ostree/build b/flatpak/ostree/build @@ -4,7 +4,9 @@ --prefix=/usr \ --disable-gtk-doc \ --disable-man \ - --disable-rofiles-fuse + --disable-rofiles-fuse \ + --without-soup \ + --with-curl make make DESTDIR="$1" install diff --git a/flatpak/ostree/checksums b/flatpak/ostree/checksums @@ -1 +1 @@ -fdaa5992d0a6f62157152355449ac8476c50df6602be398e9ad10438cc1e679b +14bbd351a95066f68c3b283e0bd0ddd03562e862af66f6f6d894c6c328d7eb81 diff --git a/flatpak/ostree/depends b/flatpak/ostree/depends @@ -1,3 +1,3 @@ bison +curl e2fsprogs -libsoup diff --git a/flatpak/ostree/sources b/flatpak/ostree/sources @@ -1 +1 @@ -https://github.com/ostreedev/ostree/releases/download/v2020.8/libostree-2020.8.tar.xz +https://github.com/ostreedev/ostree/releases/download/vVERSION/libostree-VERSION.tar.xz diff --git a/flatpak/ostree/version b/flatpak/ostree/version @@ -1 +1 @@ -2020.8 1 +2022.4 1