flatpak: update to 0.15.3.

Co-Authored-By: Duncaen <duncaen@voidlinux.org>
This commit is contained in:
Arda Demir 2022-11-29 16:45:33 +03:00 committed by Duncaen
parent 74f99c228d
commit e59b8350a4
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,19 +1,19 @@
# Template file for 'flatpak'
pkgname=flatpak
version=1.15.2
version=1.15.3
revision=1
build_style=gnu-configure
build_style=meson
build_helper="gir"
configure_args="
--with-curl
--with-system-bubblewrap
--with-system-dbus-proxy
--with-system-helper-user=_flatpak
--enable-selinux-module=no
--enable-gdm-env-file
$(vopt_enable gir introspection)"
-Ddbus_config_dir=/usr/share/dbus-1/system.d
-Dsystem_bubblewrap=bwrap
-Dsystem_dbus_proxy=xdg-dbus-proxy
-Dsystem_helper_user=_flatpak
-Dselinux_module=disabled
-Dgdm_env_file=true
-Dgir=$(vopt_if gir enabled disabled)"
hostmakedepends="bubblewrap gettext glib-devel libxslt pkg-config bison
python3-parsing xmlto docbook-xml docbook-xsl xdg-dbus-proxy"
python3-parsing xmlto docbook-xml docbook-xsl xdg-dbus-proxy polkit-devel"
makedepends="AppStream-devel libarchive-devel gpgme-devel json-glib-devel
libcap-devel libostree-devel libseccomp-devel polkit-devel dconf-devel
fuse3-devel libcurl-devel libxml2-devel gdk-pixbuf-devel"
@ -25,13 +25,17 @@ license="LGPL-2.1-or-later"
homepage="https://flatpak.org/"
changelog="https://github.com/flatpak/flatpak/raw/main/NEWS"
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
checksum=292e383d8d1bc1d1fdfd031f3802b0550d90bc4fd300b3e4fd9c2cb0750a8d63
checksum=e0904755ad6dc57d9fd2be9d6035ab117d3c5ca240513979b4efaaa2c4aa3735
build_options="gir"
build_options_default="gir"
system_accounts="_flatpak"
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=false"
fi
post_patch() {
vsed -i -e '/cp.*usr.lib.locale.C/d' tests/make-test-runtime.sh
}