[arch-commits] Commit in flatpak/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Aug 17 22:10:42 UTC 2022


    Date: Wednesday, August 17, 2022 @ 22:10:42
  Author: heftig
Revision: 453070

1.12.7-2: FS#75623 Use fuse3; enable debug

Modified:
  flatpak/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-17 22:10:00 UTC (rev 453069)
+++ PKGBUILD	2022-08-17 22:10:42 UTC (rev 453070)
@@ -4,7 +4,7 @@
 
 pkgname=flatpak
 pkgver=1.12.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)"
 url="https://flatpak.org"
@@ -11,10 +11,11 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp libarchive
-         python bubblewrap appstream-glib xdg-dbus-proxy systemd)
+         python bubblewrap appstream-glib xdg-dbus-proxy systemd fuse3)
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind socat)
 provides=(libflatpak.so)
+options=(debug)
 _commit=9a6b71b62662f761046b868b798dcef9224739db  # tags/1.12.7^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
         git+https://gitlab.gnome.org/GNOME/libglnx.git
@@ -39,6 +40,10 @@
 prepare() {
   cd flatpak
 
+  # Support fuse3
+  # https://bugs.archlinux.org/task/75623
+  git cherry-pick -n 4018419b15d0376a801ed09d978df409d1c6e46d
+
   git submodule init
   git submodule set-url libglnx "$srcdir/libglnx"
   git submodule set-url bubblewrap "$srcdir/bubblewrap"



More information about the arch-commits mailing list