Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539474 - x11-misc/xkeyboard-config - Add support for Latinamerican Dvorak layout
Summary: x11-misc/xkeyboard-config - Add support for Latinamerican Dvorak layout
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-02-09 15:02 UTC by jorgicio
Modified: 2017-01-30 18:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Evdev patch (evdev-dvorak.patch,465 bytes, patch)
2015-02-09 15:03 UTC, jorgicio
Details | Diff
Patch for symbols/latam file (latam-dvorak.patch,4.08 KB, patch)
2015-02-09 15:03 UTC, jorgicio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jorgicio 2015-02-09 15:02:24 UTC
For the x11-misc/xkeyboard-config package:

Patch the files rules/evdev.xml.in and symbols/latam with the files evdev-dvorak.patch and latam-dvorak.patch, respectively.
Hint: Add these lines in the respective ebuilds:

''
#Time for patching
	cd "${WORKDIR}"/"${P}"/symbols
	epatch "${FILESDIR}/latam-dvorak.patch"
	cd "${WORKDIR}"/"${P}"/rules
	epatch "${FILESDIR}/evdev-dvorak.patch"
''
within the src_prepare function. Also, you must create the files directory with the patches.

Reproducible: Always
Comment 1 jorgicio 2015-02-09 15:03:20 UTC
Created attachment 395978 [details, diff]
Evdev patch
Comment 2 jorgicio 2015-02-09 15:03:58 UTC
Created attachment 395980 [details, diff]
Patch for symbols/latam file
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2015-02-10 09:54:25 UTC
It is probably a good idea to submit a bug report to upstream at https://bugs.freedesktop.org/

Once it is applied there, we can look into backporting that to current xkeyboard-config.
Comment 4 jorgicio 2015-02-11 13:24:04 UTC
Surely yes, but meanwhile, the patches would be a good idea.
Comment 5 Matt Turner gentoo-dev 2015-02-21 20:00:07 UTC
(In reply to jorgicio from comment #4)
> Surely yes, but meanwhile, the patches would be a good idea.

The thing is, we don't want to carry the patches in Gentoo forever, and we'd also like to make sure that your improvements are available to people outside Gentoo.

Please link us to where you've submitted it upstream.
Comment 6 Harri Nieminen (Moiman) 2017-01-30 16:25:09 UTC
This is fixed upstream in https://cgit.freedesktop.org/xkeyboard-config/commit/?id=78173abe94630c08f549a24bc1b3cb1f4ffa1d1d

It is in 2.15 release. So this bug should be closed.