flatpak: update to 1.6.0.

This commit is contained in:
Duncaen 2019-12-21 17:06:04 +01:00
parent 515b1924cf
commit e34ac6f4af
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,12 +1,13 @@
# Template file for 'flatpak'
pkgname=flatpak
version=1.5.0
version=1.6.0
revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="
--with-system-bubblewrap
--with-system-helper-user=_flatpak
--enable-selinux-module=no
$(vopt_enable gir introspection)"
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison
docbook docbook-xml docbook-xsl"
@ -20,17 +21,13 @@ license="LGPL-2.1-or-later"
homepage="https://flatpak.org/"
changelog="https://github.com/flatpak/flatpak/blob/master/NEWS"
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
checksum=1a13f4c54c136e728e96406846f26b84d9d5986caf17868aa73917d7588c471e
checksum=8a533fd1d6dfe9c36ce02715c22234f47b2de5fc2ae04a7844f478d144031d5c
build_options="gir"
build_options_default="gir"
system_accounts="_flatpak"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --enable-selinux-module=no"
fi
post_install() {
rm -rf $DESTDIR/usr/lib/systemd
}