Date: Wednesday, March 15, 2017 @ 21:13:06 Author: heftig Revision: 290898
0.9.1-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-15 21:10:14 UTC (rev 290897) +++ PKGBUILD 2017-03-15 21:13:06 UTC (rev 290898) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=0.8.4 +pkgver=0.9.1 pkgrel=1 pkgdesc="Application deployment framework for desktop apps" url="http://flatpak.org" @@ -9,13 +9,11 @@ arch=(i686 x86_64) license=(GPL) depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib - libseccomp libarchive libelf libcap) -makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl xmlto + libseccomp libarchive libelf libcap python) +makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto libdwarf) -optdepends=('xdg-desktop-portal: for better desktop integration of applications' - 'xdg-desktop-portal-gtk: for better integration with GTK applications') install=flatpak.install -_commit=7e18ec30b27e6f25a43e982dc6e5dd6c0a708fa0 # tags/0.8.4^0 +_commit=696775687721748ba779dfb58f29ab47ed1fd6ae # tags/0.9.1^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://github.com/projectatomic/bubblewrap" "git+https://git.gnome.org/browse/libglnx") @@ -64,11 +62,12 @@ check() { cd $pkgname # https://github.com/flatpak/flatpak/issues/267 - # https://github.com/flatpak/flatpak/issues/268 make -k check } package() { + depends+=(xdg-desktop-portal) + cd $pkgname make DESTDIR="$pkgdir" install
