Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58301 Details for
Bug 75438
New version of XWine (1.0)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
XWine-1.0.1.ebuild
XWine-1.0.1.ebuild (text/plain), 1.17 KB, created by
Jonathan Smith (RETIRED)
on 2005-05-07 16:47:06 UTC
(
hide
)
Description:
XWine-1.0.1.ebuild
Filename:
MIME Type:
Creator:
Jonathan Smith (RETIRED)
Created:
2005-05-07 16:47:06 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="GTK+ frontend for Wine" >HOMEPAGE="http://darken33.free.fr/" >MY_PN="xwine" >MY_P="${MY_PN}-${PV}" >SRC_URI="http://darken33.free.fr/download/projets/${MY_PN}/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="nls" > >DEPEND="=x11-libs/gtk+-1* > sys-devel/bison > >=gnome-base/gnome-libs-1.4.2 > =gnome-base/orbit-0* > dev-libs/libxml2 > =sys-libs/db-1* > nls? ( sys-devel/gettext )" > >S="${WORKDIR}/${MY_P}" > >src_unpack() { > unpack ${A} > cd ${S} > make distclean || die "distclean failed" > sed -i \ > -e 's: /usr/share/: $(DESTDIR)/usr/share/:g' \ > -e "s:/doc/\$(PACKAGE):/doc/${PF}:g" \ > -e "s: /etc/\$(PACKAGE)/apps: \$(DESTDIR)/etc/${PF}/apps:g" \ > Makefile.in || die "patching Makefile.in failed" > cp menu/xwine.desktop ./ >} > >src_compile() { > econf $(use_enable nls) || die "econf failed" > emake || die "emake failed" >} > >src_install() { > dodir /usr/share/applications > make install DESTDIR="${D}" || die "make install failed" > dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL README TODO NEWS > dohtml doc/en/FAQ.html doc/en/index.html >} > >
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 75438
:
49551
|
50515
| 58301