lilv: update to 0.24.10
This commit is contained in:
parent
4db9433a63
commit
ea1afc514a
1 changed files with 5 additions and 7 deletions
|
@ -1,23 +1,21 @@
|
|||
# Template file for 'lilv'
|
||||
pkgname=lilv
|
||||
version=0.24.6
|
||||
version=0.24.10
|
||||
revision=1
|
||||
build_style=waf3
|
||||
configure_args="--dyn-manifest"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="python-devel serd-devel sord-devel sratom-devel lv2"
|
||||
makedepends="python3-devel serd-devel sord-devel sratom-devel lv2"
|
||||
short_desc="Simple yet powerful C API for using LV2 plugins"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/lilv/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc
|
||||
checksum=d1bba93d6ddacadb5e742fd10ad732727edb743524de229c70cc90ef81ffc594
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion/completions
|
||||
mv ${DESTDIR}/usr/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||
mv ${DESTDIR}/${py3_lib} ${DESTDIR}/${py2_lib}
|
||||
vlicense COPYING
|
||||
rm -rf "$DESTDIR"/usr/etc
|
||||
}
|
||||
|
||||
liblilv_package() {
|
||||
|
@ -32,7 +30,7 @@ lilv-bash-completion_package() {
|
|||
depends="bash-completion lilv"
|
||||
short_desc+=" - Bash completion for Lilv"
|
||||
pkg_install() {
|
||||
vmove usr/share/bash-completion
|
||||
vcompletion utils/lilv.bash_completion bash
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue