Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214783 Details for
Bug 299132
version bump x11-misc/xdotool-20091231.01
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for xdotool-20090815.ebuild
xdotool-20091231.01.patch (text/plain), 1.25 KB, created by
Russell Harmon
on 2009-12-31 17:36:05 UTC
(
hide
)
Description:
Patch for xdotool-20090815.ebuild
Filename:
MIME Type:
Creator:
Russell Harmon
Created:
2009-12-31 17:36:05 UTC
Size:
1.25 KB
patch
obsolete
>--- /usr/portage/x11-misc/xdotool/xdotool-20090815.ebuild 2009-10-21 06:17:23.000000000 -0400 >+++ xdotool-20091231.01.ebuild 2009-12-31 12:33:47.063020282 -0500 >@@ -4,7 +4,7 @@ > > EAPI=2 > >-inherit toolchain-funcs >+inherit eutils toolchain-funcs flag-o-matic multilib > > DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows." > HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" >@@ -21,21 +21,19 @@ > RDEPEND="${DEPEND}" > > src_prepare() { >- cd "${S}" >- sed -i -e "s:^CFLAGS=\?.*:CFLAGS=-std=c99 ${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)::' \ >- -e 's:-o $@:$(LIBS) -o $@:' \ >- -e "s:\$(CFLAGS):\$(INC) \$(CFLAGS):" \ >- Makefile \ >- || die "sed Makefile failed." >+ epatch "${FILESDIR}/${P}_install-D.patch" \ >+ "${FILESDIR}/${P}_as-needed.patch" >+} >+ >+src_compile() { >+ emake CC="$(tc-getCC)" || die >+ export LDFLAGS="$(raw-ldflags)" >+ emake LD="$(tc-getLD)" libxdo.so || die > } > > src_install() { >- dobin ${PN} >- doman ${PN}.1 >+ emake PREFIX="${D}usr" INSTALLLIB="${D}usr/$(get_libdir)" install || die >+ > dodoc CHANGELIST README > if use examples; then > insinto /usr/share/doc/${PF}/examples
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 299132
:
214763
|
214765
|
214777
|
214779
|
214780
|
214783
|
214808