ckb-next: update to 0.2.9

Closes: #11510 [via git-merge-pr]
This commit is contained in:
fallenwizard 2018-02-09 14:42:45 +01:00 committed by Jürgen Buchmüller
parent 34f17b4ec2
commit e91dba8a81

View file

@ -1,6 +1,6 @@
# Template file for 'ckb'
# Template file for 'ckb-next'
pkgname=ckb-next
version=0.2.8
version=0.2.9
revision=1
build_style=qmake
hostmakedepends="qt5-devel"
@ -8,9 +8,9 @@ makedepends="qt5-devel eudev-libudev-devel"
short_desc="Corsair RGB Driver for Linux"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage="https://github.com/mattanger/ckb-next"
homepage="https://github.com/ckb-next/ckb-next"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=709eab70088fbd243d5ce9463eea799440f3b8679051d41123d99b25bdf37171
checksum=211bc74c8ec3aeaa02cb85f63bd615f53e08d04d1352098269f16b1ca408ce4b
do_install() {
vbin bin/ckb
@ -22,5 +22,8 @@ do_install() {
vinstall usr/ckb.png 644 usr/share/icons/hicolor/512x512/apps
vinstall usr/ckb.desktop 644 usr/share/applications
vmkdir usr/lib/udev/rules.d
vinstall udev/99-ckb-daemon.rules 644 usr/lib/udev/rules.d
vsv ckb
}