mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libostree: update to 2020.8.
This commit is contained in:
parent
c012dbf407
commit
5ad0eba4a5
1 changed files with 8 additions and 5 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'libostree'
|
# Template file for 'libostree'
|
||||||
pkgname=libostree
|
pkgname=libostree
|
||||||
version=2020.3
|
version=2020.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--with-builtin-grub2-mkconfig --with-openssl
|
configure_args="
|
||||||
|
--with-builtin-grub2-mkconfig
|
||||||
|
--with-ed25519-libsodium
|
||||||
|
--with-openssl
|
||||||
$(vopt_enable gir introspection)"
|
$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="bison docbook-xsl glib-devel libxslt pkg-config"
|
hostmakedepends="bison docbook-xsl glib-devel libxslt pkg-config"
|
||||||
makedepends="e2fsprogs-devel fuse-devel glib-devel gpgme-devel libarchive-devel
|
makedepends="e2fsprogs-devel fuse-devel glib-devel gpgme-devel libarchive-devel
|
||||||
libsoup-devel $(vopt_if gir 'gobject-introspection')"
|
libsoup-devel libsodium-devel $(vopt_if gir 'gobject-introspection')"
|
||||||
checkdepends="attr-progs cpio elfutils python3-yaml"
|
checkdepends="attr-progs cpio elfutils python3-yaml"
|
||||||
short_desc="Operating system and container binary deployment and upgrades"
|
short_desc="Operating system and container binary deployment and upgrades"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
|
@ -16,7 +19,7 @@ license="LGPL-2.0-or-later"
|
||||||
homepage="https://ostree.readthedocs.io/en/latest/"
|
homepage="https://ostree.readthedocs.io/en/latest/"
|
||||||
changelog="https://github.com/ostreedev/ostree/releases"
|
changelog="https://github.com/ostreedev/ostree/releases"
|
||||||
distfiles="https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"
|
distfiles="https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"
|
||||||
checksum=5877396ea092f5b6701c17bd20280746cad20f55a94c760dbeba0fa115818c05
|
checksum=fdaa5992d0a6f62157152355449ac8476c50df6602be398e9ad10438cc1e679b
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue