Date: Monday, May 23, 2016 @ 18:30:56 Author: heftig Revision: 268507
0.6.1-1 Added: flatpak/trunk/flatpak.install Modified: flatpak/trunk/PKGBUILD -----------------+ PKGBUILD | 13 ++++++------- flatpak.install | 7 +++++++ 2 files changed, 13 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-23 16:30:42 UTC (rev 268506) +++ PKGBUILD 2016-05-23 16:30:56 UTC (rev 268507) @@ -2,16 +2,17 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=0.6.0 -pkgrel=2 +pkgver=0.6.1 +pkgrel=1 pkgdesc="Application deployment framework for desktop apps" -url="https://wiki.gnome.org/Projects/SandboxedApps" +url="http://flatpak.org" arch=(i686 x86_64) license=(GPL) depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse - json-glib libseccomp libarchive libelf) + json-glib libseccomp libarchive libelf libcap) makedepends=(intltool python libxslt gobject-introspection gtk-doc git) -source=("flatpak::git+https://github.com/alexlarsson/xdg-app#tag=$pkgver" +install=flatpak.install +source=("git+https://github.com/flatpak/flatpak#tag=$pkgver" "git+https://git.gnome.org/browse/libglnx" "git+https://github.com/projectatomic/bubblewrap") sha256sums=('SKIP' @@ -26,8 +27,6 @@ git config --local submodule.bubblewrap.url "$srcdir/bubblewrap" git submodule update - #find . -name '*.py' -exec sed -i '1s/python$/&2/' {} + - NOCONFIGURE=1 ./autogen.sh } Added: flatpak.install =================================================================== --- flatpak.install (rev 0) +++ flatpak.install 2016-05-23 16:30:56 UTC (rev 268507) @@ -0,0 +1,7 @@ +post_install() { + post_upgrade +} + +post_upgrade() { + setcap cap_sys_admin,cap_net_admin,cap_sys_chroot+ep usr/lib/flatpak/bwrap +}
