@stativ:
thank you for your comments. to be honest... i still don't know. sure since qizxopen we need a way how to update evdev.xml but isn't patch with its detection a bit fragile? thinking about replacing qizxopen with xmllint - do you see this as an alternative?
Search Criteria
Package Details: vok 1.0-9
Package Actions
| Package Base: | vok |
|---|---|
| Description: | Vogo's Keyboard for Xorg 7 (Czech) |
| Upstream URL: | http://www.abclinuxu.cz/blog/origami/2006/12/21/162644 |
| Category: | x11 |
| Licenses: | |
| Submitter: | jose1711 |
| Maintainer: | jose1711 |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2006-12-24 14:50 |
| Last Updated: | 2013-10-08 17:22 |
Required by (0)
Sources
Latest Comments
Comment by jose1711
Comment by stativ
Here is my take on removing qizxopen: https://bitbucket.org/stativ/aur-pkgbuilds/src/tip/NOTAUR-SHARED/vok/
I used patch to add/remove the required layout entry in evdev.xml.
Comment by stativ
Is it possible to update the package to use something different than qizxopen? qizxopen seems to no longer exist.
Comment by stativ
It works great now! Thank you.
Comment by jose1711
should be fixed now
Comment by stativ
Also, please use a package() function instead of a build() function.
Comment by stativ
With a new install, the keyboard doesn't work.
This is what happens when trying to change the layout using setxkbmap (the same happens when using KDE settings):
[lukas@orochi ~]$ setxkbmap -layout vok
Error loading new keyboard description
And an error is written to the Xorg.0.log:
[ 7727.432] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
Comment by seberm
Please change:
install=('vok.install')
to:
install='vok.install'
Thanks!:-)