flatpak: update to 1.2.0.
This commit is contained in:
parent
ac5c5c8db8
commit
82d55e1ce6
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'flatpak'
|
# Template file for 'flatpak'
|
||||||
pkgname=flatpak
|
pkgname=flatpak
|
||||||
version=1.0.6
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation --with-system-bubblewrap"
|
configure_args="--disable-documentation --with-system-bubblewrap"
|
||||||
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison"
|
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison"
|
||||||
makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel
|
makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel
|
||||||
libostree-devel libseccomp-devel polkit-devel"
|
libostree-devel libseccomp-devel polkit-devel dconf-devel"
|
||||||
checkdepends="bubblewrap dbus"
|
|
||||||
depends="bubblewrap"
|
depends="bubblewrap"
|
||||||
|
checkdepends="bubblewrap dbus"
|
||||||
short_desc="Application sandboxing and distribution framework"
|
short_desc="Application sandboxing and distribution framework"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
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=b7a256853a57862ce165ca2f458c24e5addefedd74af9fce5b640d8dc315a2e8
|
checksum=dbc5debba445621a5c753849aabc7042bdbc718a3af44204408df8ad2b36b3ad
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/lib/systemd
|
rm -rf $DESTDIR/usr/lib/systemd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue