diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-07 02:28:17 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-07 02:28:17 +0000 |
commit | 9565c4e088dbc49cc56a961e5a0f260692d1c65f (patch) | |
tree | 6bc701b090982a48987274942ed85ebf6e5f3eee /sys-apps/hal | |
parent | New package that replaces media-sound/slimserver from version 7.0 on - Contri... (diff) | |
download | gentoo-2-9565c4e088dbc49cc56a961e5a0f260692d1c65f.tar.gz gentoo-2-9565c4e088dbc49cc56a961e5a0f260692d1c65f.tar.bz2 gentoo-2-9565c4e088dbc49cc56a961e5a0f260692d1c65f.zip |
add a message about keyboard layout switching
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.10.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 612eb28295ea..230fd34c1934 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.222 2008/01/05 21:45:18 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.223 2008/01/07 02:28:17 compnerd Exp $ + + 07 Jan 2008; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.10.ebuild: + Add a message regarding keyboard layout mechanisms 05 Jan 2008; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.10.ebuild: Add laptop useflag for pm-utils diff --git a/sys-apps/hal/hal-0.5.10.ebuild b/sys-apps/hal/hal-0.5.10.ebuild index c5c2f44f8cb1..495c576a8cc7 100644 --- a/sys-apps/hal/hal-0.5.10.ebuild +++ b/sys-apps/hal/hal-0.5.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.6 2008/01/05 21:45:18 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.7 2008/01/07 02:28:17 compnerd Exp $ inherit eutils linux-info autotools flag-o-matic @@ -291,4 +291,10 @@ pkg_postinst() { elog "IF you have additional applications which consume ACPI events, you" elog "should consider installing acpid to allow applications to share ACPI" elog "events." + + elog "If you wish to use a non US layout, you may do so by executing:" + elog "setxkbmap <layout> or by utilizing your Desktop Environment's" + elog "Keyboard Layout Settings mechanism." + elog "Under GNOME, this is gnome-keyboard-properties, and under KDE" + elog "it is kxkb." } |