Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83848 Details for
Bug 113294
keyTouch ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
keytouch-2.1.3.ebuild
keytouch-2.1.3.ebuild (text/plain), 1.84 KB, created by
Tristan Heaven (RETIRED)
on 2006-04-03 15:07:38 UTC
(
hide
)
Description:
keytouch-2.1.3.ebuild
Filename:
MIME Type:
Creator:
Tristan Heaven (RETIRED)
Created:
2006-04-03 15:07:38 UTC
Size:
1.84 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils linux-info > >DESCRIPTION="Easily configure extra keyboard function keys" >HOMEPAGE="http://keytouch.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="kde" > >RDEPEND=">=x11-libs/gtk+-2 > x11-misc/xbindkeys > kde? ( || ( > kde-base/kdesu > kde-base/kdebase ) ) > !kde? ( x11-libs/gksu )" >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >src_unpack() { > unpack ${A} > cd "${S}" > > # Prevent sandbox violations > sed -i 's/install-data-local//1' \ > keytouchd/Makefile.in \ > keytouch-init/Makefile.in \ > keytouch-acpid/Makefile.in \ > || die "sed failed" >} > >src_compile() { > for d in . keytouch-config keytouch-keyboard ; do > cd "${S}"/${d} > econf || die "econf ${d} failed" > emake || die "emake ${d} failed" > done >} > >src_install() { > doinitd "${FILESDIR}"/keytouch || die "doinitd failed" > dodoc AUTHORS ChangeLog > > dodir /usr/share/keytouch/keyboards > for d in . keytouch-config keytouch-keyboard ; do > cd "${S}"/${d} > make install DESTDIR="${D}" \ > || die "make install ${d} failed" > done > > cd "${S}"/keytouch-config/pixmaps > make_desktop_entry ${PN} keyTouch ${PN}.png System > newicon icon.png ${PN}.png >} > >pkg_postinst() { > if ! kernel_is 2 6 ; then > echo > ewarn "Linux 2.6 is required to use this version" > ewarn "of ${PN}." > echo > else > echo > einfo "To make this work, add \"keytouchd &\" to your" > einfo "X startup programs and run" > einfo "\"rc-update add keytouch default\"" > echo > einfo "If support for your keyboard is not included in" > einfo "this release, check for new keyboard files at" > einfo "http://keytouch.sourceforge.net/dl-keyboards.html" > echo > einfo "x11-misc/keytouch-editor can be used to create" > einfo "your own keyboard files." > echo > fi >}
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 113294
:
77254
|
77256
|
77257
|
77258
|
77307
|
77647
|
78710
|
80948
|
81978
|
82617
|
83848
|
87391
|
94237
|
94803