mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
parent
09542e2b62
commit
323b40906a
1 changed files with 3 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spotifyd'
|
# Template file for 'spotifyd'
|
||||||
pkgname=spotifyd
|
pkgname=spotifyd
|
||||||
version=0.3.0
|
version=0.3.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features"
|
configure_args="--no-default-features"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Spotifyd/spotifyd"
|
homepage="https://github.com/Spotifyd/spotifyd"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=47b3d9a87a9bc8ff5a46b9ba3ccb5ea0b305964c6f334e601a0316697d8bcd4a
|
checksum=d1d5442e6639cde7fbd390a65335489611eec62a1cfcba99a4aba8e8977a9d9c
|
||||||
|
|
||||||
build_options="alsa pulseaudio portaudio dbus"
|
build_options="alsa pulseaudio portaudio dbus"
|
||||||
build_options_default="alsa pulseaudio portaudio dbus"
|
build_options_default="alsa pulseaudio portaudio dbus"
|
||||||
|
@ -33,11 +33,3 @@ fi
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/636076091" ;;
|
aarch64-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/636076091" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
vsed -e 's/"with-tremor"//' -i Cargo.toml
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cargo update --package openssl-sys --precise 0.9.58
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue