From 7c622ff0ee60c30732ea8f4982941dd2daf099d3 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 6 May 2018 09:05:34 +0200 Subject: [PATCH] ckb-next: update to 0.3.0. --- srcpkgs/ckb-next/files/ckb/run | 2 +- srcpkgs/ckb-next/template | 22 +++------------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/srcpkgs/ckb-next/files/ckb/run b/srcpkgs/ckb-next/files/ckb/run index 9c819bf9f08..183c2605aa1 100644 --- a/srcpkgs/ckb-next/files/ckb/run +++ b/srcpkgs/ckb-next/files/ckb/run @@ -1,2 +1,2 @@ #!/bin/sh -exec ckb-daemon +exec ckb-next-daemon diff --git a/srcpkgs/ckb-next/template b/srcpkgs/ckb-next/template index 7a1f4548832..125f7ff1048 100644 --- a/srcpkgs/ckb-next/template +++ b/srcpkgs/ckb-next/template @@ -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 " 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