diff --git a/srcpkgs/flatpak/template b/srcpkgs/flatpak/template index 0a572fd11a1..c8ccce25630 100644 --- a/srcpkgs/flatpak/template +++ b/srcpkgs/flatpak/template @@ -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 }