Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUR package? #1

Closed
ShayBox opened this issue Dec 16, 2018 · 6 comments
Closed

AUR package? #1

ShayBox opened this issue Dec 16, 2018 · 6 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@ShayBox
Copy link

ShayBox commented Dec 16, 2018

Could you make an AUR package that builds this on arch.

Really cool project, thanks for supporting this keyboard.

@frostworx
Copy link

frostworx commented Dec 25, 2018

after having used my slighly modified local version of
https://github.com/CReimer/g910-gkey-uinput
I decided today to switch to this project (not just because the script didn't work today ;)).
thanks to the author!
just rolled my own worksforme PKGBUILD:

pkgname=g910-gkey-macro-support
pkgver=0.1.0
pkgrel=1
pkgdesc='GKey support for Logitech G910 Keyboard on Linux'
url='https://github.com/JSubelj/g910-gkey-macro-support'
arch=('any')
license=('MIT')
depends=('python-pyusb' 'python-uinput')
source=('git://github.com/JSubelj/g910-gkey-macro-support.git')

package() {
  cd ${srcdir}/${pkgname}
  python setup.py install --root="${pkgdir}"
  install -Dm 644 -t $pkgdir/usr/lib/systemd/system g910-gkeys.service
}
md5sums=('SKIP')

-- Edit: corrected code input

@frostworx
Copy link

hm, I'm afraid I botched using the "Insert Code" button :)

@JSubelj
Copy link
Owner

JSubelj commented Jan 3, 2019

Thank you @frostworx for that, will definitely try it out. Also did you put it on aur, because I don't seem to find it.

@JSubelj JSubelj added the enhancement New feature or request label Jan 3, 2019
@frostworx
Copy link

nah, I haven't put it on aur yet. I'm more or less new on arch (after ~14 years gentoo) and don't know very much about pkgbuilds yet :) your tools works still very fine and I'm glad you made it :)

@JSubelj
Copy link
Owner

JSubelj commented Jan 4, 2019

No problem I will probably put it on aur when I have a bit more time and your PKGBUILD will seriously help me a lot.

@JSubelj JSubelj added the help wanted Extra attention is needed label Jan 4, 2019
@JSubelj JSubelj added this to the RELEASE-0.2.0 milestone Feb 25, 2019
@JSubelj JSubelj self-assigned this Feb 25, 2019
@JSubelj
Copy link
Owner

JSubelj commented Feb 25, 2019

I added the PKGBUILD. It's located in pkgbuild dir. Thank you once again @frostworx your initial PKGBUILD really helped. I will probably push it to AUR when I see the driver is (mostly) bug free. Try it out. If you have any problems you are welcome to write about it here (same topic) or open a new issue request. Have fun.

@JSubelj JSubelj closed this as completed Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants