flatpak: update to 1.4.0.

Closes: #12006 [via git-merge-pr]
This commit is contained in:
DirectorX 2019-05-28 20:38:07 +03:00 committed by Duncaen
parent f045b8f7eb
commit 5eabf60826

View file

@ -1,14 +1,14 @@
# Template file for 'flatpak' # Template file for 'flatpak'
pkgname=flatpak pkgname=flatpak
version=1.2.4 version=1.4.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper="gir" build_helper="gir"
configure_args="--disable-documentation --with-system-bubblewrap configure_args="--disable-documentation --with-system-bubblewrap
$(vopt_enable gir introspection)" $(vopt_enable gir introspection)"
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison" hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison"
makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel
libostree-devel libseccomp-devel polkit-devel dconf-devel" libostree-devel libseccomp-devel polkit-devel dconf-devel fuse-devel"
depends="bubblewrap gnupg2" depends="bubblewrap gnupg2"
checkdepends="bubblewrap dbus" checkdepends="bubblewrap dbus"
short_desc="Application sandboxing and distribution framework" short_desc="Application sandboxing and distribution framework"
@ -17,11 +17,15 @@ license="LGPL-2.1-or-later"
homepage="https://flatpak.org/" homepage="https://flatpak.org/"
changelog="https://github.com/flatpak/flatpak/blob/master/NEWS" changelog="https://github.com/flatpak/flatpak/blob/master/NEWS"
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz" distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
checksum=1b6539d94d31e571661a2545cfcece7ec9267b4e2552e3cc0f617f4790f6c3e1 checksum=82cff04f2e74e3216ce6b7b0ab78fa8d6ca37d81c0dc31156223c83a2d7568ff
build_options="gir" build_options="gir"
build_options_default="gir" build_options_default="gir"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --enable-selinux-module=no"
fi
post_install() { post_install() {
rm -rf $DESTDIR/usr/lib/systemd rm -rf $DESTDIR/usr/lib/systemd
} }