ckb-next: update to 0.4.0.

This commit is contained in:
Frank Steinborn 2019-03-09 00:45:17 +01:00 committed by maxice8
parent c05f25efdc
commit c31158555e
1 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ckb-next' # Template file for 'ckb-next'
pkgname=ckb-next pkgname=ckb-next
version=0.3.2 version=0.4.0
revision=3 revision=1
build_style=cmake build_style=cmake
configure_args="-DDISABLE_UPDATER=1" configure_args="-DDISABLE_UPDATER=1"
hostmakedepends="qt5-devel" hostmakedepends="qt5-devel"
@ -11,13 +11,10 @@ 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=5521c5a94e87ba035c6d9340e37785fa6f29710215f3e3201bb6949c88de8bd1
build_options="pulseaudio" build_options="pulseaudio"
desc_option_pulseaudio="Enable support for music visualizer animation" desc_option_pulseaudio="Enable support for music visualizer animation"
post_install() { post_install() {
vsv ckb-next-daemon vsv ckb-next-daemon
vmkdir usr/lib/udev/rules.d
mv ${DESTDIR}/etc/udev/rules.d/* ${DESTDIR}/usr/lib/udev/rules.d
} }