* update flatpak to 1.4.2

This commit is contained in:
Alexander Baldeck 2019-07-24 12:57:10 +00:00
parent 48969e1d9d
commit 9221788ed6

View File

@ -3,8 +3,8 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=flatpak pkgname=flatpak
pkgver=1.3.4 pkgver=1.4.2
pkgrel=2 pkgrel=1
pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)"
url="https://flatpak.org" url="https://flatpak.org"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le)
@ -13,7 +13,7 @@ depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp li
python bubblewrap appstream-glib xdg-dbus-proxy) python bubblewrap appstream-glib xdg-dbus-proxy)
makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
checkdepends=(valgrind) checkdepends=(valgrind)
_commit=4abc170f9b94e6a300ed4626fc08650478a3954d # tags/1.3.4^0 _commit=f70978b4ad892cca6837153a3a1f7bc33ac347e8 # tags/1.4.2^0
source=("git+https://github.com/flatpak/flatpak#commit=$_commit" source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libglnx.git" "git+https://gitlab.gnome.org/GNOME/libglnx.git"
"git+https://github.com/projectatomic/bubblewrap" "git+https://github.com/projectatomic/bubblewrap"
@ -64,7 +64,6 @@ build() {
--enable-gtk-doc \ --enable-gtk-doc \
--with-system-bubblewrap \ --with-system-bubblewrap \
--with-system-dbus-proxy \ --with-system-dbus-proxy \
--with-priv-mode=setuid \
--with-dbus-config-dir=/usr/share/dbus-1/system.d --with-dbus-config-dir=/usr/share/dbus-1/system.d
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool