mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
flatpak: update to 1.6.0.
This commit is contained in:
parent
515b1924cf
commit
e34ac6f4af
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'flatpak'
|
# Template file for 'flatpak'
|
||||||
pkgname=flatpak
|
pkgname=flatpak
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-system-bubblewrap
|
--with-system-bubblewrap
|
||||||
--with-system-helper-user=_flatpak
|
--with-system-helper-user=_flatpak
|
||||||
|
--enable-selinux-module=no
|
||||||
$(vopt_enable gir introspection)"
|
$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison
|
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison
|
||||||
docbook docbook-xml docbook-xsl"
|
docbook docbook-xml docbook-xsl"
|
||||||
|
@ -20,17 +21,13 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://flatpak.org/"
|
homepage="https://flatpak.org/"
|
||||||
changelog="https://github.com/flatpak/flatpak/blob/master/NEWS"
|
changelog="https://github.com/flatpak/flatpak/blob/master/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=1a13f4c54c136e728e96406846f26b84d9d5986caf17868aa73917d7588c471e
|
checksum=8a533fd1d6dfe9c36ce02715c22234f47b2de5fc2ae04a7844f478d144031d5c
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
system_accounts="_flatpak"
|
system_accounts="_flatpak"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
configure_args+=" --enable-selinux-module=no"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/lib/systemd
|
rm -rf $DESTDIR/usr/lib/systemd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue