Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94272 Details for
Bug 143884
app-misc/kwine - wine/kde interoperability
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc/kwinedeps/kwinedeps-0.1.ebuild
kwinedeps-0.1.ebuild (text/plain), 997 bytes, created by
Colin Kiegel
on 2006-08-14 14:44:38 UTC
(
hide
)
Description:
app-misc/kwinedeps/kwinedeps-0.1.ebuild
Filename:
MIME Type:
Creator:
Colin Kiegel
Created:
2006-08-14 14:44:38 UTC
Size:
997 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="dependency of kwine" >HOMEPAGE="http://kwine.sourceforge.net/" >SRC_URI="mirror://sourceforge/kwine/kwinetools-${PV}.tar.gz > mirror://sourceforge/kwine/kwinedcop-${PV}.tar.gz" >LICENSE="GPL" > >SLOT="0" >KEYWORDS="~x86" >IUSE="arts" >RESTRICT="nomirror" >DEPEND="app-emulation/wine" ># Run-time dependencies, same as DEPEND if RDEPEND isn't defined: >#RDEPEND="" > >src_compile() { > for pkg in $(ls ${WORKDIR}); do > S=${WORKDIR}/${pkg} > cd $S || die > econf --prefix=`kde-config --prefix` \ > --with-extra-includes=/usr/include/wine/windows \ > $(use_with arts) || die "econf failed" > done > > for pkg in $(ls ${WORKDIR}); do > S=${WORKDIR}/${pkg} > cd $S || die > emake || die "emake failed" > done >} > >src_install() { > for pkg in $(ls ${WORKDIR}); do > S=${WORKDIR}/${pkg} > cd $S || die > emake DESTDIR="${D}" install || die "emake install failed" > done >}
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 143884
:
94232
|
94233
| 94272 |
94273
|
95212