mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ncspot: add missing dependency, desktop file, icon
This commit is contained in:
parent
af20478f97
commit
009bac3b33
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'ncspot'
|
# Template file for 'ncspot'
|
||||||
pkgname=ncspot
|
pkgname=ncspot
|
||||||
version=0.11.2
|
version=0.11.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features alsa_backend,cover"
|
configure_args="--features alsa_backend,cover"
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="openssl-devel dbus-devel pulseaudio-devel alsa-lib-devel"
|
makedepends="openssl-devel dbus-devel pulseaudio-devel alsa-lib-devel"
|
||||||
|
depends="ueberzug"
|
||||||
short_desc="Cross-platform ncurses Spotify client"
|
short_desc="Cross-platform ncurses Spotify client"
|
||||||
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
@ -15,4 +16,6 @@ checksum=0fd9696e13912b906605e9972bf3b2a8a68688cce17478353713550801c94fab
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vinstall misc/ncspot.desktop 644 usr/share/applications
|
||||||
|
vinstall images/logo.svg 644 usr/share/icons/hicolor/scalable/apps ncspot.svg
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue