Package Details: ckb-next-git 1:0.6.2.r16.gb1075bc1-1

Git Clone URL: https://aur.archlinux.org/ckb-next-git.git (read-only, click to copy)
Package Base: ckb-next-git
Description: Corsair Keyboard and Mouse Input Driver, git master branch
Upstream URL: https://github.com/ckb-next/ckb-next
Licenses: GPL2
Conflicts: ckb-git, ckb-git-latest, ckb-next
Provides: ckb-next
Submitter: tatokis
Maintainer: tatokis (steinex)
Last Packager: tatokis
Votes: 18
Popularity: 0.95
First Submitted: 2018-12-29 16:32 (UTC)
Last Updated: 2025-05-22 13:58 (UTC)

Latest Comments

1 2 3 Next › Last »

tatokis commented on 2025-05-22 17:24 (UTC)

@BS86 Thank you for testing, I appreciate it.

I'll switch the release package soon to Qt6 as well if no issues arise.

BS86 commented on 2025-05-22 16:11 (UTC)

@tatokis Thanks for the Qt6 Update - didn't see any issues so far after 1,5 hours of trying to break things while using a K100 and a Nightsword

jcrowell commented on 2025-04-01 06:05 (UTC) (edited on 2025-04-01 06:06 (UTC) by jcrowell)

@BS86 The package maintainer is the lead developer I think, so they just haven't gotten around to updating the packages yet.

BS86 commented on 2025-02-10 09:58 (UTC) (edited on 2025-02-10 09:58 (UTC) by BS86)

in the github repo I can see commits that ported this project to Qt6 - are the Dependencies still correct?

albert-softie commented on 2024-03-12 23:34 (UTC)

@tatokis figured it out after running which pkg-config, it was my homebrew installation that was messing it up. i ended up uninstalling homebrew since i don't think i was using it anyways and now it builds no problem. thank you for pointing me in the right direction

tatokis commented on 2024-03-12 19:40 (UTC)

@albert-softie it's okay for PKG_CONFIG_PATH to be unset. Make sure you're not running a third party pkg-config, (perhaps which pkg-config will tell you) and also check if /usr/lib/pkgconfig/xcb-ewmh.pc exists on your system and isn't a blank file.

albert-softie commented on 2024-03-12 18:53 (UTC)

@tatokis first command returns nothing, the second tells me it can't find the package in the pkg config path, probably because it's not set. i should probably do something about that shouldn't i

tatokis commented on 2024-03-12 14:59 (UTC)

@albert-softie What do the following return?

echo $PKG_CONFIG_PATH
pkg-config --libs xcb-ewmh

albert-softie commented on 2024-03-10 16:29 (UTC)

@tatokis did that and everything seems to be in order in regards to the xcb package, but the build still fails for me with the same error as before

tatokis commented on 2024-03-10 12:33 (UTC)

@albert-softie Could it be something on your end? I just tested it and it built fine. Can you try reinstalling the xcb-util-wm package and making sure all its files are present and correct?