flatpak-builder: update to 1.4.2.

This commit is contained in:
oreo639 2024-03-05 02:12:25 -08:00 committed by oreo639
parent 38cd896bac
commit 2d614d27b7

View file

@ -1,28 +1,21 @@
# Template file for 'flatpak-builder' # Template file for 'flatpak-builder'
pkgname=flatpak-builder pkgname=flatpak-builder
version=1.2.3 version=1.4.2
revision=1 revision=1
build_style=gnu-configure build_style=meson
hostmakedepends="pkg-config xmlto" hostmakedepends="pkg-config xmlto debugedit AppStream-compose"
makedepends="flatpak-devel json-glib-devel libcap-devel libsoup-devel makedepends="flatpak-devel json-glib-devel libcap-devel
libyaml-devel libcurl-devel" libyaml-devel libcurl-devel libxml2-devel"
depends="elfutils" depends="elfutils debugedit AppStream-compose"
short_desc="Tool to build flatpaks from source" short_desc="Tool to build flatpaks from source"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/flatpak/flatpak-builder" homepage="https://github.com/flatpak/flatpak-builder"
changelog="https://github.com/flatpak/flatpak-builder/raw/main/NEWS" changelog="https://github.com/flatpak/flatpak-builder/raw/main/NEWS"
distfiles="https://github.com/flatpak/flatpak-builder/releases/download/${version}/flatpak-builder-${version}.tar.xz" #distfiles="https://github.com/flatpak/flatpak-builder/releases/download/${version}/flatpak-builder-${version}.tar.xz"
checksum=e257825a47f7a3e71e30fb0f80f2d9ac6e4801f746f552dfaf0e564e3ee351c8 distfiles="https://github.com/flatpak/flatpak-builder/releases/download/${version}/flatpak-builder-${version}-fixed-libglnx.tar.xz"
# Tests expects a Debian derivate hosts to build a flatpak container from. checksum=c041b974e03a2c2d3cda88a0efe1ecf69f9adf42a1758eac341d555e779d0596
make_check=no make_check=no # Can't run bubblewrap inside the container
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" flatpak-devel"
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_patch() { post_patch() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then if [ "$XBPS_TARGET_LIBC" = "musl" ]; then