blob: 15ee79c9a082b4cee8007017cba386bfe98a5324 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Template file for 'flatpak-builder'
pkgname=flatpak-builder
version=1.4.2
revision=1
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"
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
patch -Np1 < $FILESDIR/hard-disable-rofiles-fuse.patch
fi
}
|