Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171507 Details for
Bug 241918
x11-misc/xidle - ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Including (OpenBSD) Makefile replacement
xidle-24102005.ebuild (text/plain), 789 bytes, created by
Jeroen Roovers (RETIRED)
on 2008-11-12 06:40:58 UTC
(
hide
)
Description:
Including (OpenBSD) Makefile replacement
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2008-11-12 06:40:58 UTC
Size:
789 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs > >DESCRIPTION="xidle monitors inactivity in X and runs the specified program when >a timeout occurs." >HOMEPAGE="http://www.freebsdsoftware.org/x11/xidle.html" >SRC_URI="mirror://freebsd/ports/local-distfiles/novel/${P}.tar.bz2" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=" > x11-libs/libX11 > x11-libs/libXext > x11-libs/libXScrnSaver > " >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-dead.patch" >} > >src_compile() { > local my_compile="$(tc-getCC) ${CFLAGS} ${LDFLAGS} -lXss -lXext -lX11 -o ${PN} ${PN}.c" > echo ${my_compile} > ${my_compile} >} > >src_install() { > dobin ${PN} > doman ${PN}.1 >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241918
:
171506
| 171507