Package Details: system76-keyboard-configurator 1.3.10-1

Git Clone URL: https://aur.archlinux.org/system76-keyboard-configurator.git (read-only, click to copy)
Package Base: system76-keyboard-configurator
Description: Configures keymap and backlight of System76 keyboards.
Upstream URL: https://github.com/pop-os/keyboard-configurator
Keywords: configurator keyboard main system76
Licenses: GPL3
Submitter: ahoneybun_76
Maintainer: ahoneybun_76
Last Packager: ahoneybun_76
Votes: 16
Popularity: 0.003606
First Submitted: 2022-07-05 21:00 (UTC)
Last Updated: 2023-10-10 20:39 (UTC)

Latest Comments

1 2 3 Next › Last »

ahoneybun_76 commented on 2023-06-07 14:45 (UTC)

Should be changed now, I did not bump the build though since it seemed silly to do.

yochananmarqos commented on 2023-06-07 14:35 (UTC)

@ahoneybun_76: Only use cargo fetch --locked if you're going to use cargo build --frozen. Running make only runs cargo build --release. Setting VENDOR=1 will also pass --frozen.

ahoneybun_76 commented on 2023-06-07 14:23 (UTC)

@yochananmarqos

Is there a reason? The package builds, installs and works correctly with it.

yochananmarqos commented on 2023-06-06 21:16 (UTC) (edited on 2023-06-06 21:17 (UTC) by yochananmarqos)

@ahoneybun_76: You can't pass the --locked cargo flag in prepare since running make doesn't use vendored dependencies.

Either remove the --locked flag or vendor the dependencies instead:

prepare() {
    cd "keyboard-configurator-$pkgver"
    export RUSTUP_TOOLCHAIN=stable
    make vendor
}

build() {
    cd "keyboard-configurator-$pkgver"
    export RUSTUP_TOOLCHAIN=stable
    make VENDOR=1 prefix=/usr
}

ahoneybun_76 commented on 2022-07-05 21:02 (UTC)

I have re-uploaded this package here:

https://aur.archlinux.org/packages/system76-keyboard-configurator

This has been done for two reasons:

  1. Use upstream package name.
  2. This will be better when/if this is voted enough to enter the community repo.

ahoneybun_76 commented on 2021-12-10 19:09 (UTC)

That name would be better as it matches our Debian packaging as well.

ahoneybun_76 commented on 2021-12-10 19:04 (UTC)

@t3g we would love to have it in the community repo if possible. I'm not sure how to do that without enough votes I believe.

t3g commented on 2021-12-10 18:56 (UTC)

@ahoneybun_76 - Any plans to add this to one of the main Arch repositories? I think it would be handy to have it installable without AUR with a package name like "system76-keyboard-configurator"

ahoneybun_76 commented on 2021-11-23 19:11 (UTC)

It looks like that fixed the issue with Paru and Yay!

ahoneybun_76 commented on 2021-11-23 19:09 (UTC)

Oh now it worked!