Date: Saturday, April 8, 2017 @ 17:09:32 Author: bpiotrowski Revision: 292514
upgpkg: flatpak 0.9.2-2 add patch and elfutils to optdeps, use system bubblewrap Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-08 17:02:59 UTC (rev 292513) +++ PKGBUILD 2017-04-08 17:09:32 UTC (rev 292514) @@ -3,15 +3,17 @@ pkgname=flatpak pkgver=0.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="Application deployment framework for desktop apps" url="http://flatpak.org" arch=(i686 x86_64) license=(GPL) depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib - libseccomp libarchive libelf libcap python) + libseccomp libarchive libelf libcap python bubblewrap) makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto libdwarf) +optdepends=('elfutils: for flatpak-builder' + 'patch: for flatpak-builder') install=flatpak.install _commit=a64fa115bbcbc8ad0c44b042006cf94f29ebf7e2 # master source=("git+https://github.com/flatpak/flatpak#commit=$_commit" @@ -51,6 +53,7 @@ --libexecdir=/usr/lib/$pkgname \ --disable-static \ --enable-gtk-doc \ + --with-system-bubblewrap \ --with-priv-mode=setuid \ --with-dwarf-header=/usr/include/libdwarf \ --with-dbus-config-dir=/usr/share/dbus-1/system.d
