Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 106801 Details for
Bug 161905
app-laptop/tp-scroll - enables scrolling for IBM trackpoints (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for tp-scroll-1.0
tp-scroll-1.0.ebuild (text/plain), 1.64 KB, created by
Jonathan Vogt
on 2007-01-13 14:56:27 UTC
(
hide
)
Description:
ebuild for tp-scroll-1.0
Filename:
MIME Type:
Creator:
Jonathan Vogt
Created:
2007-01-13 14:56:27 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ >inherit eutils >DESCRIPTION="tp-scroll allows the use of the middle mouse button on a Trackpoint keyboard for scrolling" >HOMEPAGE="http://rsim.cs.uiuc.edu/~sachs/tp-scroll/" >SRC_URI="http://rsim.cs.uiuc.edu/~sachs/tp-scroll/tp-scroll-1.0.tgz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/libc" >RDEPEND="virtual/libc" >RESTRICT="mirror" > >src_unpack() { > unpack ${A} > cd ${S} > einfo `ls` > epatch ${FILESDIR}/fix_horizontal_scrolling.patch > epatch ${FILESDIR}/Makefile-gentoo.patch > cp ${FILESDIR}/tp-scroll.{rc,sysconfig} . >} > >src_compile() { > einfo `ls` > emake || die "emake failed" >} > >src_install() { > make install DESTDIR=${D} > chmod 755 ${D}/etc/init.d/tp-scroll >} > >pkg_postinst() { > [ -e /dev/tpmouse ] || mkfifo ${ROOT}/dev/tpmouse > > einfo "To use the scroll function in X, add the following to your Xorg.conf" > einfo "Section \"InputDevice\"" > einfo " Identifier \"tpmouse\"" > einfo " Driver \"mouse\"" > einfo " Option \"Protocol\" \"ExplorerPS/2\"" > einfo " Option \"Device\" \"/dev/tpmouse\"" > einfo " Option \"Buttons\" \"7\"" > einfo " Option \"Emulate3Buttons\" \"true\" # Used to enable dragging with middle button" > einfo " Option \"ZAxisMapping\" \"4 5 6 7\"" > einfo "EndSection" > einfo "Don't forget to add the new device to the section \"ServerLayout\"" > einfo "like: InputDevice \"tpmouse\" \"SendCoreEvents\"" > einfo > einfo "Enable the daemon with \"rc-update add tp-scroll default\"." > einfo > einfo "Configure the daemon is run in /etc/conf.d/tp-scroll." > einfo >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 161905
: 106801 |
106803
|
106804
|
106806
|
106808
|
107050