[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2019-10-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, October 4, 2019 @ 07:09:05
  Author: bpiotrowski
Revision: 363759

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 363758, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 363758, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/python3.diff
(from rev 363758, flatpak/trunk/python3.diff)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/python3.diff

---+
 PKGBUILD  |  186 ++--
 flatpak-bindir.sh |   14 +--
 python3.diff  |   64 -
 3 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 07:08:16 UTC (rev 363758)
+++ PKGBUILD2019-10-04 07:09:05 UTC (rev 363759)
@@ -1,93 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind socat)
-_commit=72d7d456e4a16f7f9b22f2bf28b5419ae87692ab
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://github.com/flatpak/xdg-dbus-proxy";
-https://dl.flathub.org/repo/flathub.flatpakrepo
-python3.diff
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 363758, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 07:09:05 UTC (rev 363759)
@@ -0,0 +1,93 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind socat)
+_commit=72d7d456e4a16f7f9b22f2bf28b5419ae87692ab
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://github.com/flatpak/xdg-dbus-proxy";
+https://dl.flathub.org/repo/flathub.flatpakrepo
+python3.diff
+

[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2019-10-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, October 4, 2019 @ 07:08:16
  Author: bpiotrowski
Revision: 363758

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 363757, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 363757, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/python3.diff
(from rev 363757, flatpak/trunk/python3.diff)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/python3.diff

---+
 PKGBUILD  |  186 ++--
 flatpak-bindir.sh |   14 +--
 python3.diff  |   64 -
 3 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 07:08:07 UTC (rev 363757)
+++ PKGBUILD2019-10-04 07:08:16 UTC (rev 363758)
@@ -1,93 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-_commit=0736b524bfd31a7ee5568b0e46c501e5236d2373
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://github.com/flatpak/xdg-dbus-proxy";
-https://dl.flathub.org/repo/flathub.flatpakrepo
-python3.diff
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 363757, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 07:08:16 UTC (rev 363758)
@@ -0,0 +1,93 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind socat)
+_commit=72d7d456e4a16f7f9b22f2bf28b5419ae87692ab
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://github.com/flatpak/xdg-dbus-proxy";
+https://dl.flathub.org/repo/flathub.flatpakrepo
+python3.diff
+flatpak-bin

[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2019-10-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, October 3, 2019 @ 08:58:27
  Author: bpiotrowski
Revision: 363683

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 363682, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 363682, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/python3.diff
(from rev 363682, flatpak/trunk/python3.diff)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/python3.diff

---+
 PKGBUILD  |  187 +---
 flatpak-bindir.sh |   14 +--
 python3.diff  |   64 -
 3 files changed, 132 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 08:58:23 UTC (rev 363682)
+++ PKGBUILD2019-10-03 08:58:27 UTC (rev 363683)
@@ -1,94 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-_commit=f70978b4ad892cca6837153a3a1f7bc33ac347e8  # tags/1.4.2^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://github.com/flatpak/xdg-dbus-proxy";
-https://dl.flathub.org/repo/flathub.flatpakrepo
-python3.diff
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 363682, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 08:58:27 UTC (rev 363683)
@@ -0,0 +1,93 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+_commit=0736b524bfd31a7ee5568b0e46c501e5236d2373
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://github.com/flatpak/xdg-dbus-proxy";
+https://dl.flathub.org/repo/flathub.flatpakrepo

[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2019-07-09 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, July 10, 2019 @ 05:02:07
  Author: bpiotrowski
Revision: 357498

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 357497, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 357497, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/python3.diff
(from rev 357497, flatpak/trunk/python3.diff)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/python3.diff

---+
 PKGBUILD  |  188 ++--
 flatpak-bindir.sh |   14 +--
 python3.diff  |   64 -
 3 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-10 05:02:02 UTC (rev 357497)
+++ PKGBUILD2019-07-10 05:02:07 UTC (rev 357498)
@@ -1,94 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-_commit=663b5cd37036e59ec8b0447df644d385984f1d06  # tags/1.4.1^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://github.com/flatpak/xdg-dbus-proxy";
-https://dl.flathub.org/repo/flathub.flatpakrepo
-python3.diff
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 357497, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-10 05:02:07 UTC (rev 357498)
@@ -0,0 +1,94 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+_commit=f70978b4ad892cca6837153a3a1f7bc33ac347e8  # tags/1.4.2^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://github.com/flatpak/xdg-dbus-proxy";
+https://dl.flathub.org/repo/flat

[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2019-06-22 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, June 22, 2019 @ 16:00:49
  Author: bpiotrowski
Revision: 356776

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 356775, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 356775, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/python3.diff
(from rev 356775, flatpak/trunk/python3.diff)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/python3.diff

---+
 PKGBUILD  |  189 +---
 flatpak-bindir.sh |   14 +--
 python3.diff  |   64 -
 3 files changed, 133 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-22 16:00:43 UTC (rev 356775)
+++ PKGBUILD2019-06-22 16:00:49 UTC (rev 356776)
@@ -1,95 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-_commit=663b5cd37036e59ec8b0447df644d385984f1d06  # tags/1.4.1^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://github.com/flatpak/xdg-dbus-proxy";
-https://dl.flathub.org/repo/flathub.flatpakrepo
-python3.diff
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 356775, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-22 16:00:49 UTC (rev 356776)
@@ -0,0 +1,94 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+_commit=663b5cd37036e59ec8b0447df644d385984f1d06  # tags/1.4.1^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://github.com/flatpak/xdg-dbus-proxy";
+ht

[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2019-06-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, June 13, 2019 @ 09:46:18
  Author: bpiotrowski
Revision: 356005

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 356004, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 356004, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/python3.diff
(from rev 356004, flatpak/trunk/python3.diff)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/python3.diff

---+
 PKGBUILD  |  190 ++--
 flatpak-bindir.sh |   14 +--
 python3.diff  |   64 -
 3 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-13 09:46:14 UTC (rev 356004)
+++ PKGBUILD2019-06-13 09:46:18 UTC (rev 356005)
@@ -1,95 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-_commit=170b0e2b8efa5ead04a3ee1c97893336ea4912e7  # tags/1.4.0^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://github.com/flatpak/xdg-dbus-proxy";
-https://dl.flathub.org/repo/flathub.flatpakrepo
-python3.diff
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 356004, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-13 09:46:18 UTC (rev 356005)
@@ -0,0 +1,95 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+_commit=663b5cd37036e59ec8b0447df644d385984f1d06  # tags/1.4.1^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://github.com/flatpak/xdg-dbus-proxy";
+ht

[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2019-05-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, May 28, 2019 @ 13:25:36
  Author: bpiotrowski
Revision: 354436

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 354435, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 354435, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/python3.diff
(from rev 354435, flatpak/trunk/python3.diff)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/python3.diff

---+
 PKGBUILD  |  190 ++--
 flatpak-bindir.sh |   14 +--
 python3.diff  |   64 -
 3 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-28 13:25:30 UTC (rev 354435)
+++ PKGBUILD2019-05-28 13:25:36 UTC (rev 354436)
@@ -1,95 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.3.4
-pkgrel=2
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-_commit=4abc170f9b94e6a300ed4626fc08650478a3954d  # tags/1.3.4^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://github.com/flatpak/xdg-dbus-proxy";
-https://dl.flathub.org/repo/flathub.flatpakrepo
-python3.diff
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 354435, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-28 13:25:36 UTC (rev 354436)
@@ -0,0 +1,95 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+_commit=170b0e2b8efa5ead04a3ee1c97893336ea4912e7  # tags/1.4.0^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://github.com/flatpak/xdg-dbus-proxy";
+http

[arch-commits] Commit in flatpak/repos/extra-x86_64 (6 files)

2018-01-31 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, January 31, 2018 @ 11:07:04
  Author: bpiotrowski
Revision: 315673

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 315672, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
(from rev 315672, flatpak/trunk/flathub.flatpakrepo)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 315672, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
  flatpak/repos/extra-x86_64/flatpak.install

-+
 PKGBUILD|  184 +-
 flathub.flatpakrepo |   16 ++--
 flatpak.install |   18 ++--
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-31 11:06:56 UTC (rev 315672)
+++ PKGBUILD2018-01-31 11:07:04 UTC (rev 315673)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.10.2.1
-pkgrel=2
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
- python bubblewrap appstream-glib)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=35c9eafc9e10f054872c549a1200450026f36b6b  # tags/0.10.2.1^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://git.gnome.org/browse/libglnx";
-'flathub.flatpakrepo')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---enable-p2p \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 /dev/stdin "$pkgdir/etc/profile.d/flatpak-bindir.sh" <
+
+pkgname=flatpak
+pkgver=0.10.3
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap appstream-glib)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=a3a83241e398b72cdd8b13b13c55ef5ad330a5ed  # tags/0.10.3^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";
+'flathub.flatpakrepo')
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-gtk-doc \
+--enable-p2p \
+--with-system-bubblewrap \
+--with-priv-mode=setuid \
+--with-dbus-config-dir=/usr/share/dbus-1/system.d
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Xattr tests fail on tmpfs
+  make -k check || :
+}
+
+package() {
+  depends+=(xdg-desktop-portal)
+
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  inst