diff options
author | 2009-07-22 09:00:45 +0000 | |
---|---|---|
committer | 2009-07-22 09:00:45 +0000 | |
commit | c09b0f395d1a690154a593e25e3283b94636a6e2 (patch) | |
tree | c5ac6dec4b20af36cb17420702377b8a1808d166 /x11-misc | |
parent | remove x11-libs/liboldX entry, package is gone from portage (diff) | |
download | gentoo-2-c09b0f395d1a690154a593e25e3283b94636a6e2.tar.gz gentoo-2-c09b0f395d1a690154a593e25e3283b94636a6e2.tar.bz2 gentoo-2-c09b0f395d1a690154a593e25e3283b94636a6e2.zip |
Keyboard layout for DELL-XPS-M1330-XOrg-1_5 wrt #265123 by Michele Caini.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/lineakd/files/lineakd-0.9.0-DELL-XPS-M1330-XOrg-1_5.patch | 33 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 7 |
3 files changed, 44 insertions, 5 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index 35c9b0f439da..71745f54766f 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/lineakd -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.52 2009/03/21 21:46:51 nelchael Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.53 2009/07/22 09:00:44 ssuominen Exp $ + + 22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> + lineakd-0.9.0-r1.ebuild, + +files/lineakd-0.9.0-DELL-XPS-M1330-XOrg-1_5.patch: + Keyboard layout for DELL-XPS-M1330-XOrg-1_5 wrt #265123 by Michele Caini. 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -lineakd-0.9.0_pre1.ebuild: diff --git a/x11-misc/lineakd/files/lineakd-0.9.0-DELL-XPS-M1330-XOrg-1_5.patch b/x11-misc/lineakd/files/lineakd-0.9.0-DELL-XPS-M1330-XOrg-1_5.patch new file mode 100644 index 000000000000..a2e460f4153a --- /dev/null +++ b/x11-misc/lineakd/files/lineakd-0.9.0-DELL-XPS-M1330-XOrg-1_5.patch @@ -0,0 +1,33 @@ +diff -ur lineakd-0.9.orig/lineakd/lineakkb.def lineakd-0.9/lineakd/lineakkb.def +--- lineakd-0.9.orig/lineakd/lineakkb.def 2006-03-25 03:35:57.000000000 +0200 ++++ lineakd-0.9/lineakd/lineakkb.def 2009-07-22 11:59:02.000000000 +0300 +@@ -2040,9 +2040,29 @@ + Previous = 144 + Next = 153 + Stop = 164 ++ WinKey = 115 ++ FnWinKey = 116 ++ Menu = 117 + [END KEYS] + [END DELL-XPS-GEN-2] + ++[DELL-XPS-M1330-XOrg-1_5] # By skypjack ++ brandname = "Dell" ++ modelname = "Inspiron XPS M1330 XOrg 1.5" ++ [KEYS] ++ Mute = 121 ++ VolumeDown = 122 ++ VolumeUp = 123 ++ Play|Pause = 172 ++ Previous = 173 ++ Next = 171 ++ Stop = 174 ++ WinKey = 133 ++ FnWinKey = 134 ++ Menu = 135 ++ [END KEYS] ++[END DELL-XPS-M1330-XOrg-1_5] ++ + [DELL-SK-8100] # By Akshoslaa + brandname = "Dell" + modelname = "SK-8100" diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild index ee818f198c78..404b87212868 100644 --- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild,v 1.8 2008/04/22 17:00:28 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild,v 1.9 2009/07/22 09:00:44 ssuominen Exp $ inherit eutils multilib @@ -32,7 +32,8 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-gcc43.patch + epatch "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch } src_compile() { |