Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195131 Details for
Bug 274661
x11-misc/xdotool undefined reference errors fix and possible ebuild improvements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild that fixes library linking problems
xdotool-20090609.ebuild (text/plain), 1.02 KB, created by
Joshua Rich
on 2009-06-19 02:01:04 UTC
(
hide
)
Description:
ebuild that fixes library linking problems
Filename:
MIME Type:
Creator:
Joshua Rich
Created:
2009-06-19 02:01:04 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit toolchain-funcs > >DESCRIPTION="Programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc." >HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" >SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz" >LICENSE="XDOTOOL" > >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="examples" > >DEPEND="x11-libs/libXtst > x11-libs/libX11" >RDEPEND="${DEPEND}" > >src_prepare() { > cd ${S} > sed -i -e "s:^CFLAGS=.*:CFLAGS=${CFLAGS}:" \ > -e "s:^LIBS=.*:LIBS=$(pkg-config --libs x11 xtst):" \ > -e "s:^INC=.*:INC=$(pkg-config --cflags x11 xtst):" \ > -e "s:\$(CC):$(tc-getCC):" \ > -e "s:\$(LDFLAGS):\$(LIBS) \$(LDFLAGS):" \ > -e "s:\$(CFLAGS):\$(INC) \$(CFLAGS):" \ > Makefile \ > || die "sed Makefile failed." >} > >src_install() { > exeinto /usr/bin > doexe ${PN} > doman ${PN}.1 > dodoc CHANGELIST README > if use examples; then > insinto /usr/doc/${P}/examples > doins examples/* > 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 274661
:
195131
|
195237
|
195409
|
197900