flatpak: update to 1.10.1

Close: #27919
This commit is contained in:
UsernameRandomlyGenerated 2021-01-14 14:18:30 +01:00 committed by Đoàn Trần Công Danh
parent 2cb9623c11
commit 124db02f50

View file

@ -1,6 +1,6 @@
# Template file for 'flatpak'
pkgname=flatpak
version=1.8.4
version=1.10.1
revision=1
build_style=gnu-configure
build_helper="gir"
@ -14,20 +14,24 @@ hostmakedepends="bubblewrap gettext glib-devel libxslt pkg-config bison
makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel
libostree-devel libseccomp-devel polkit-devel dconf-devel fuse-devel"
depends="bubblewrap gnupg2"
checkdepends="bubblewrap dbus socat which"
checkdepends="attr-progs bubblewrap dbus gnupg2 socat which"
short_desc="Application sandboxing and distribution framework"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://flatpak.org/"
changelog="https://github.com/flatpak/flatpak/raw/master/NEWS"
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
checksum=3066af9a4504d36754ea0b4cd7a32a84743894563e6c9aa2a3134f812b3ccf27
checksum=c1354f42bf3b5d51aeb4028c9b62fd4ffc673ef2ff6e583c17777f5dafdbdcb7
build_options="gir"
build_options_default="gir"
system_accounts="_flatpak"
post_patch() {
vsed -i -e '/cp.*usr.lib.locale.C/d' tests/make-test-runtime.sh
}
post_install() {
rm -rf $DESTDIR/usr/lib/systemd
}