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

Side by Side Diff: x11-misc/xkeyboard-config/xkeyboard-config-1.7-r15.ebuild

Issue 5958007: keyboard: Don't clear Control on Control-Alt-Backspace. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 1999-2010 Gentoo Foundation 1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1. 7.ebuild,v 1.11 2010/01/19 20:28:30 armin76 Exp $ 3 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1. 7.ebuild,v 1.11 2010/01/19 20:28:30 armin76 Exp $
4 4
5 EAPI="2" 5 EAPI="2"
6 SRC_URI="http://xlibs.freedesktop.org/xkbdesc/${P}.tar.bz2" 6 SRC_URI="http://xlibs.freedesktop.org/xkbdesc/${P}.tar.bz2"
7 7
8 inherit autotools eutils 8 inherit autotools eutils
9 9
10 DESCRIPTION="X keyboard configuration database" 10 DESCRIPTION="X keyboard configuration database"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 # Generate xkeyboard_config_version.h to let libcros know the version 68 # Generate xkeyboard_config_version.h to let libcros know the version
69 # of the xkeyboard-config package. libcros uses the information to 69 # of the xkeyboard-config package. libcros uses the information to
70 # generate a keyboard layout name (e.g. "us+chromeos(..)+version(..)".) 70 # generate a keyboard layout name (e.g. "us+chromeos(..)+version(..)".)
71 # TODO(yusukes,jrbarnette): We should also remove this header file when 71 # TODO(yusukes,jrbarnette): We should also remove this header file when
72 # the MeeGo patch is fixed. 72 # the MeeGo patch is fixed.
73 python "${FILESDIR}"/gen_version_files.py --version="${PVR}" \ 73 python "${FILESDIR}"/gen_version_files.py --version="${PVR}" \
74 --format="cpp" > "${T}/xkeyboard_config_version.h" || die 74 --format="cpp" > "${T}/xkeyboard_config_version.h" || die
75 insinto /usr/include 75 insinto /usr/include
76 doins "${T}/xkeyboard_config_version.h" 76 doins "${T}/xkeyboard_config_version.h"
77 } 77 }
OLDNEW
« no previous file with comments | « x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698