Date: Wednesday, August 17, 2022 @ 22:11:53 Author: heftig Revision: 453071
1.2.2-2: FS#75622 Don't assume fuse2; enable debug Modified: flatpak-builder/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-17 22:10:42 UTC (rev 453070) +++ PKGBUILD 2022-08-17 22:11:53 UTC (rev 453071) @@ -2,16 +2,17 @@ pkgname=flatpak-builder pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Tool to build flatpaks from source" url="https://flatpak.org" arch=(x86_64) license=(LGPL) depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio - appstream-glib fuse2) + appstream-glib) makedepends=(gobject-introspection git docbook-xsl xmlto) checkdepends=(valgrind) replaces=('flatpak<0.9.10') +options=(debug) _commit=4e9fb6a3e6c405f10797f12cc5c8c0a6ce99282d # tags/1.2.2^0 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libglnx.git" @@ -33,9 +34,6 @@ git submodule set-url debugedit "$srcdir/debugedit" git submodule update - # https://github.com/flatpak/flatpak/issues/267 - sed -i '/locale\/C\./d' tests/make-test-runtime.sh - NOCONFIGURE=1 ./autogen.sh } @@ -48,8 +46,7 @@ --localstatedir=/var \ --sbindir=/usr/bin \ --libexecdir=/usr/lib \ - --disable-static \ - --with-fuse=2 + --disable-static sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
