Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: x11-misc/xkeyboard-config/xkeyboard-config-1.7-r6.ebuild

Issue 3364001: X: Map Alt-Up and Alt-Down to Page Up and Page Down. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-nav-keys.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: x11-misc/xkeyboard-config/xkeyboard-config-1.7-r6.ebuild
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-1.7-r5.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-1.7-r6.ebuild
similarity index 92%
rename from x11-misc/xkeyboard-config/xkeyboard-config-1.7-r5.ebuild
rename to x11-misc/xkeyboard-config/xkeyboard-config-1.7-r6.ebuild
index 82c76fef0a6d6064c06c04865e8a7b4f61f5747c..aebb4274cb66c20dfca608e11b45a6932e26f4cf 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-1.7-r5.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-1.7-r6.ebuild
@@ -25,9 +25,10 @@ src_prepare() {
epatch "${FILESDIR}/${P}-XFER-jp-keyboard.patch"
epatch "${FILESDIR}/${P}-be-keyboard.patch"
epatch "${FILESDIR}/${P}-symbols-makefile.patch"
+ epatch "${FILESDIR}/${P}-nav-keys.patch"
# Generate symbols/chromeos.
- python "${FILESDIR}"/gen_symbols_chromeos.py > symbols/chromeos || die
+ python "${FILESDIR}"/gen_symbols_chromeos.py > symbols/chromeos || die
# Regenerate symbols/symbols.dir.
pushd symbols/
xkbcomp -lfhlpR '*' > symbols.dir || die
« no previous file with comments | « x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-nav-keys.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698