mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
spotify-player: update to 0.20.4.
This commit is contained in:
parent
16e63b5361
commit
371634cc73
1 changed files with 8 additions and 3 deletions
|
@ -1,17 +1,22 @@
|
||||||
# Template file for 'spotify-player'
|
# Template file for 'spotify-player'
|
||||||
pkgname=spotify-player
|
pkgname=spotify-player
|
||||||
version=0.19.1
|
version=0.20.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path spotify_player"
|
make_install_args="--path spotify_player"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config cmake clang rust-bindgen"
|
||||||
makedepends="openssl-devel alsa-lib-devel dbus-devel libxcb-devel"
|
makedepends="openssl-devel alsa-lib-devel dbus-devel libxcb-devel"
|
||||||
short_desc="Command driven spotify player"
|
short_desc="Command driven spotify player"
|
||||||
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
|
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/aome510/spotify-player"
|
homepage="https://github.com/aome510/spotify-player"
|
||||||
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=bd516ed91cee0a96444797c2b99f3775efea84c252f79f7bc7de4cdb33dbd52c
|
checksum=1d13f47ef4df3415835736f32629d57e331707d781507007ea04217a7dc735d8
|
||||||
|
|
||||||
|
# FIXME: Workaround will be removed when https://github.com/aws/aws-lc-rs/issues/632 is resolved
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = armv7l ]; then
|
||||||
|
export AWS_LC_SYS_CFLAGS="-Wno-stringop-overflow"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue