ckb-next: update to 0.3.0.
This commit is contained in:
parent
b5bb1445fb
commit
7c622ff0ee
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec ckb-daemon
|
||||
exec ckb-next-daemon
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'ckb-next'
|
||||
pkgname=ckb-next
|
||||
version=0.2.9
|
||||
version=0.3.0
|
||||
revision=1
|
||||
build_style=qmake
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-devel"
|
||||
makedepends="qt5-devel eudev-libudev-devel"
|
||||
short_desc="Corsair RGB Driver for Linux"
|
||||
|
@ -10,20 +10,4 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="GPL-2"
|
||||
homepage="https://github.com/ckb-next/ckb-next"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=211bc74c8ec3aeaa02cb85f63bd615f53e08d04d1352098269f16b1ca408ce4b
|
||||
|
||||
do_install() {
|
||||
vbin bin/ckb
|
||||
vbin bin/ckb-daemon
|
||||
|
||||
vmkdir usr/lib/ckb-animations
|
||||
vcopy bin/ckb-animations/* usr/lib/ckb-animations
|
||||
|
||||
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
|
||||
}
|
||||
checksum=3ddb779181d875c53194d3d98d148f5cb27685b8200f6a788654695af9acdbf6
|
||||
|
|
Loading…
Reference in New Issue