mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ckb-next: update to 0.4.3, default to use pulseaudio
This commit is contained in:
parent
3ca688a847
commit
b26631bf48
1 changed files with 8 additions and 4 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'ckb-next'
|
# Template file for 'ckb-next'
|
||||||
pkgname=ckb-next
|
pkgname=ckb-next
|
||||||
version=0.4.2
|
version=0.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDISABLE_UPDATER=1 -DUDEV_RULE_DIRECTORY=/usr/lib/udev/rules.d"
|
configure_args="-DDISABLE_UPDATER=1 -DUDEV_RULE_DIRECTORY=/usr/lib/udev/rules.d"
|
||||||
hostmakedepends="qt5-devel"
|
hostmakedepends="qt5-devel pkg-config"
|
||||||
makedepends="qt5-devel quazip-qt5-devel eudev-libudev-devel $(vopt_if pulseaudio pulseaudio-devel)"
|
makedepends="eudev-libudev-devel libdbusmenu-qt5-devel qt5-devel
|
||||||
|
qt5-tools-devel qt5-x11extras-devel quazip-qt5-devel xcb-util-wm-devel
|
||||||
|
$(vopt_if pulseaudio pulseaudio-devel)"
|
||||||
|
depends="$(vopt_if pulseaudio pulseaudio)"
|
||||||
short_desc="Corsair RGB Driver for Linux"
|
short_desc="Corsair RGB Driver for Linux"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
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=75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440
|
checksum=e4fbd14227ecc63fad9eaf705ca61defd7b44bcaa3ad29aae18cd8a69bbc9ef9
|
||||||
build_options="pulseaudio"
|
build_options="pulseaudio"
|
||||||
|
build_options_default="pulseaudio"
|
||||||
desc_option_pulseaudio="Enable support for music visualizer animation"
|
desc_option_pulseaudio="Enable support for music visualizer animation"
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
Loading…
Add table
Reference in a new issue