mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
flatpak-builder: update to 1.4.2.
This commit is contained in:
parent
38cd896bac
commit
2d614d27b7
1 changed files with 10 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue