playerctl: update to 2.1.1.
This commit is contained in:
parent
874998931c
commit
87bf968c42
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'playerctl'
|
# Template file for 'playerctl'
|
||||||
pkgname=playerctl
|
pkgname=playerctl
|
||||||
version=2.0.2
|
version=2.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dintrospection=$(vopt_if gir 'true' 'false')
|
configure_args="-Dintrospection=$(vopt_if gir 'true' 'false')
|
||||||
@ -12,13 +12,18 @@ short_desc="MPRIS command-line controller and library"
|
|||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/acrisci/playerctl"
|
homepage="https://github.com/acrisci/playerctl"
|
||||||
|
changelog="https://github.com/altdesktop/playerctl/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/acrisci/playerctl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/acrisci/playerctl/archive/v${version}.tar.gz"
|
||||||
checksum=04461f5a9869fd43c76da539c5565c6275c8dbab3295f7ecf45990695a53bc54
|
checksum=9eb810c1fd8e1afa5c76cecd34a2d22cc95e2029afe502025db8a38bce13e68d
|
||||||
|
|
||||||
build_options="doc gir"
|
build_options="doc gir"
|
||||||
desc_option_doc="Build documentation" # fails :(
|
desc_option_doc="Build documentation" # fails :(
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default+=" doc"
|
||||||
|
fi
|
||||||
|
|
||||||
playerctl-devel_package() {
|
playerctl-devel_package() {
|
||||||
depends="playerctl>=${version}_${revision}"
|
depends="playerctl>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
@ -30,5 +35,8 @@ playerctl-devel_package() {
|
|||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
fi
|
fi
|
||||||
|
if [ "$build_option_doc" ]; then
|
||||||
|
vmove usr/share/gtk-doc
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user