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