summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/hal')
-rw-r--r--sys-apps/hal/Manifest2
-rw-r--r--sys-apps/hal/hal-0.5.10-r1.ebuild10
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-apps/hal/Manifest b/sys-apps/hal/Manifest
index b74bcb1..0e76217 100644
--- a/sys-apps/hal/Manifest
+++ b/sys-apps/hal/Manifest
@@ -5,4 +5,4 @@ AUX hal-0.5.9-hide-recovery-partitions.patch 572 RMD160 bb59ba36f8db6724466cbe41
AUX hal-unmount.dev 397 RMD160 78286dd9527bbb421082e73b0d08e06cd514d275 SHA1 31169a28448fb1eb1dfee5d1699de9a02449a6b7 SHA256 747a4c483f8a558f2c75666e9547e539475f112363f1dbfc6ea19ca393c8e89b
DIST hal-0.5.10-gentoo-patches-1.tar.bz2 40483 RMD160 f080163f9a1afdc1d5c139044ada4b4abd904aac SHA1 700537330a1c54638060a3e005abcb5147b79841 SHA256 a6a81832e8b00215a52e27f35a4db193542ca8aae881fb2c0fed1a7c36db7c2f
DIST hal-0.5.10.tar.gz 1591146 RMD160 fafd90e671dbe95a8dd55a4ad257586a0289ef67 SHA1 8d67499df61590c11fd3203004d69e8a45abb8fa SHA256 5a71a18c40af2bac64f40f0b8add2b6789924b98d7f1cb79a0faf83cb77acb4c
-EBUILD hal-0.5.10-r1.ebuild 9401 RMD160 3a8fd294f510e3bff4d0970b62c7ddb3212bfc94 SHA1 36de98017044489f9895acd14d87e9f997b426e1 SHA256 5e8d533710d9b5fb9280081fca325285908e01eb1ea09dde4a5c7b1fd56c6d60
+EBUILD hal-0.5.10-r1.ebuild 9794 RMD160 33666333bd534e9e031f1780c83dcbba34be031e SHA1 11ab022be5118a07b90a826499cf2ae9061971d1 SHA256 dfcd3eb3b4c855742786632795ca823e1a284fc43de835250aa901440e36a23d
diff --git a/sys-apps/hal/hal-0.5.10-r1.ebuild b/sys-apps/hal/hal-0.5.10-r1.ebuild
index a2a317a..bcb944c 100644
--- a/sys-apps/hal/hal-0.5.10-r1.ebuild
+++ b/sys-apps/hal/hal-0.5.10-r1.ebuild
@@ -266,7 +266,7 @@ src_install() {
dodoc "${WORKDIR}"/hal-0.5.10-extras/*
# Authomagic conversion!
- einfo "Migrating xorg.conf..."
+ elog "Migrating xorg.conf Core Keyboard configuration to HAL FDI file..."
"${WORKDIR}/hal-0.5.10-extras/migrate-xorg-to-fdi.py" 2> /dev/null > "${D}/etc/hal/fdi/policy/10-x11-input.fdi"
# We now create and keep /media here as both gnome-mount and pmount
@@ -309,4 +309,12 @@ pkg_postinst() {
elog "In order have suspend/hibernate function with HAL or apps that use HAL"
elog "(such as gnome-power-manager), you should build HAL with the laptop"
elog "useflag which will install pm-utils."
+
+ elog "X Input Hotplugging (if you build xorg-server with the HAL useflag)"
+ elog "reads user specific configuration from /etc/hal/fdi/policy/."
+ if [[ $(cat ${ROOT}etc/hal/fdi/policy/10-x11-input.fdi | wc -c) -gt 0 ]]
+ then
+ elog "We have converted your existing xorg.conf rules and is stored"
+ elog "in /etc/hal/fdi/policy/10-x11-input.fdi"
+ fi
}