Search Criteria
Package Details: k810-conf 0.1-9
Git Clone URL: | https://aur.archlinux.org/k810-conf.git (read-only, click to copy) |
---|---|
Package Base: | k810-conf |
Description: | Logitech K810 Keyboard Configurator, change function keys (F-keys) behavior. Read USAGE at https://aur.archlinux.org/cgit/aur.git/tree/README.md?h=k810-conf |
Upstream URL: | http://www.trial-n-error.de/posts/2012/12/31/logitech-k810-keyboard-configurator |
Licenses: | |
Submitter: | GutenYe |
Maintainer: | tim.hellhake |
Last Packager: | tim.hellhake |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-02 03:04 |
Last Updated: | 2017-08-06 22:25 |
Latest Comments
hrvoj3e commented on 2018-08-29 20:37
@tim.hellhake Thank you for this! :) And tanks to "MARIO SCHOLZ" for K810 debugging.
nos1609 commented on 2016-03-21 23:07
I think it would be better if you remain as a maintainer of the package, since I'm olnly starting coping with github)
Maybe it worth creating another package, since they differ a little with possibility of further logitech kbd additions
So here is an up to date PKBUILD for today. Also' I've got a little wider descriprion inof the package here https://raw.githubusercontent.com/nos1609/logibt-linux-fn-conf/master/README
# Maintainer: Guten Ye
pkgname="logibt-linux-fn-conf"
_pkgname="logibt-linux-fn-conf"
pkgver=12.da29e52
pkgrel=1
pkgdesc="Logitech BT Keyboard Configurator, change function keys (F-keys) behavior. Read USAGE at https://aur.archlinux.org/cgit/aur.git/tree/README.md?h=logibt-linux-fn-conf"
arch=("i686" "x86_64")
url="http://www.trial-n-error.de/posts/2012/12/31/logitech-k810-keyboard-configurator"
license=("Unkown")
makedepends=('git')
backup=("etc/udev/rules.d/00-logibt_conf.rules")
provides=('logibt_conf')
source=("$pkgname"::'git+https://github.com/nos1609/logibt-linux-fn-conf.git')
md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cd "$srcdir/${pkgname}"
./build.sh
}
package() {
cd "$srcdir/${pkgname}"
install -D -m755 logibt_conf "$pkgdir/usr/bin/logibt_conf"
install -D -m644 00-logibt_conf.rules "$pkgdir/etc/udev/rules.d/00-logibt_conf.rules"
}
# vim:set ts=2 sw=2 et:
GutenYe commented on 2016-03-13 23:25
I'd love to, can you upload your PKGBUILD or do you want to adopt this package?
nos1609 commented on 2016-03-13 14:16
Can you update with my unified fork please
https://github.com/nos1609/logibt-linux-fn-conf
Thanks
Also an updated udev rule :
ACTION=="add", SUBSYSTEM=="hidraw", ATTRS{address}=="YOUR_KBD_MAC", RUN+="/bin/bash -c '/usr/bin/k810-conf -d $DEVNAME -f on'"