Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-0.15.2.ebuild xf86-input-synaptics-0.15.0-r1.ebuild xf86-input-synaptics-0.15.1.ebuild
Date: Thu, 11 Sep 2008 14:14:23
Message-Id: E1Kdmw8-0007FS-CT@stork.gentoo.org
1 chainsaw 08/09/11 14:14:20
2
3 Modified: ChangeLog
4 Added: xf86-input-synaptics-0.15.2.ebuild
5 Removed: xf86-input-synaptics-0.15.0-r1.ebuild
6 xf86-input-synaptics-0.15.1.ebuild
7 Log:
8 Version bump, as requested by papillon81 on IRC. Deleted old ebuilds.
9 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5-00131-g5f17cfc-dirty x86_64)
10
11 Revision Changes Path
12 1.10 x11-drivers/xf86-input-synaptics/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 10 Sep 2008 13:08:46 -0000 1.9
25 +++ ChangeLog 11 Sep 2008 14:14:19 -0000 1.10
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-drivers/xf86-input-synaptics
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.9 2008/09/10 13:08:46 chainsaw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.10 2008/09/11 14:14:19 chainsaw Exp $
31 +
32 +*xf86-input-synaptics-0.15.2 (11 Sep 2008)
33 +
34 + 11 Sep 2008; <chainsaw@g.o> -xf86-input-synaptics-0.15.0-r1.ebuild,
35 + -xf86-input-synaptics-0.15.1.ebuild, +xf86-input-synaptics-0.15.2.ebuild:
36 + Version bump, as requested by papillon81 on IRC. Deleted old ebuilds.
37
38 *xf86-input-synaptics-0.15.1-r1 (10 Sep 2008)
39
40
41
42
43 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xf86-input-synaptics-0.15.2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2.ebuild,v 1.1 2008/09/11 14:14:19 chainsaw Exp $
53
54 inherit toolchain-funcs eutils linux-info x-modular
55
56 DESCRIPTION="Driver for Synaptics touchpads"
57 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
58 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
59 LICENSE="MIT"
60 IUSE="hal"
61 RDEPEND="x11-libs/libXext
62 hal? ( sys-apps/hal )"
63 DEPEND="${RDEPEND}
64 !x11-drivers/synaptics
65 x11-base/xorg-server
66 x11-proto/inputproto
67 >=sys-apps/sed-4"
68
69 evdev-input_check() {
70 # Check kernel config for required event interface support (either
71 # built-in or as a module. Bug #134309.
72
73 ebegin "Checking kernel config for event device support"
74 linux_chkconfig_present INPUT_EVDEV
75 eend $?
76
77 if [[ $? -ne 0 ]] ; then
78 ewarn "Synaptics driver requires event interface support."
79 ewarn "Please enable the event interface in your kernel config."
80 ewarn "The option can be found at:"
81 ewarn
82 ewarn " Device Drivers"
83 ewarn " Input device support"
84 ewarn " -*- Generic input layer"
85 ewarn " <*> Event interface"
86 ewarn
87 ewarn "Then rebuild the kernel or install the module."
88 epause 5
89 fi
90 }
91
92 pkg_setup() {
93 linux-info_pkg_setup
94 evdev-input_check
95 }
96
97 src_unpack() {
98 x-modular_unpack_source
99 # Fix to handle multiple screens through Xinerama properly. Bug #206614.
100 epatch "${FILESDIR}"/synaptics-fix-xinerama.patch
101 }
102
103 src_install() {
104 DOCS="INSTALL NEWS TODO README"
105 x-modular_src_install
106
107 # Stupid new daemon, didn't work for me because of shm issues
108 newinitd "${FILESDIR}"/rc.init syndaemon
109 newconfd "${FILESDIR}"/rc.conf syndaemon
110
111 if use hal ; then
112 # Have HAL assign this driver to supported touchpads.
113 insinto /usr/share/hal/fdi/policy/10osvendor
114 doins "${FILESDIR}"/11-x11-synaptics.fdi
115 fi
116 }