# Contributor: André Klitzing # Maintainer: André Klitzing pkgname=flatpak pkgver=0.9.4 pkgrel=0 pkgdesc="Application deployment framework for desktop apps" url="http://flatpak.org" arch="all !aarch64" license="GPL" depends="bubblewrap" makedepends="glib-dev libarchive-dev libsoup-dev elfutils-dev libdwarf-dev libcap-dev polkit-dev libxau-dev ostree-dev fuse-dev json-glib-dev libseccomp-dev libxslt-dev gpgme-dev bubblewrap" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://github.com/flatpak/flatpak/releases/download/$pkgver/flatpak-$pkgver.tar.xz musl-fixes.patch" options="suid" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --sbindir=/usr/bin \ --libexecdir=/usr/lib/$pkgname \ --disable-static \ --disable-documentation \ --with-priv-mode=setuid \ --with-dwarf-header=/usr/include/libdwarf \ --with-system-bubblewrap make } check() { cd "$builddir" #make -k check ./flatpak --version ./flatpak-builder --version } package() { cd "$builddir" make DESTDIR="$pkgdir" install install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } sha512sums="bdfccc13437de8ba9c7ee3f37e69547db1bd791af69e14ccb5f69c5108237fc5470f25a67458c4af96e4e9c081390fac2b07a2603a310a8420574180f1346f2f flatpak-0.9.4.tar.xz 9287ed146bf71665aa436a2c2110cc5edc829a7b4a3e3190947580850fe9ecfd2bb6adb015c692af022d425fb5259390fcdcbd402e8b0d12ee5d2c1a1071ed4f musl-fixes.patch"