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