mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
ckb-next: add optional pulseaudio dependency, take maintainership
This commit is contained in:
parent
5c4a0626e1
commit
0a880bc481
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'ckb-next'
|
# Template file for 'ckb-next'
|
||||||
pkgname=ckb-next
|
pkgname=ckb-next
|
||||||
version=0.3.2
|
version=0.3.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDISABLE_UPDATER=1"
|
configure_args="-DDISABLE_UPDATER=1"
|
||||||
hostmakedepends="qt5-devel"
|
hostmakedepends="qt5-devel"
|
||||||
makedepends="qt5-devel eudev-libudev-devel"
|
makedepends="qt5-devel eudev-libudev-devel $(vopt_if pulseaudio pulseaudio-devel)"
|
||||||
short_desc="Corsair RGB Driver for Linux"
|
short_desc="Corsair RGB Driver for Linux"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/ckb-next/ckb-next"
|
homepage="https://github.com/ckb-next/ckb-next"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=4a1a91610353189e827985108621ad92fb8336a322bd70a3733775251d735c31
|
checksum=4a1a91610353189e827985108621ad92fb8336a322bd70a3733775251d735c31
|
||||||
|
build_options="pulseaudio"
|
||||||
|
desc_option_pulseaudio="Enable support for music visualizer animation"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv ckb-next-daemon
|
vsv ckb-next-daemon
|
||||||
|
|
Loading…
Add table
Reference in a new issue