Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120523 Details for
Bug 175730
[PATCH] Porting x11-misc/bubblemon to GTK+-2.0.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Cleaned up ebuild
bubblemon-1.46-r1.ebuild (text/plain), 753 bytes, created by
Bernard Cafarelli
on 2007-05-28 14:27:54 UTC
(
hide
)
Description:
Cleaned up ebuild
Filename:
MIME Type:
Creator:
Bernard Cafarelli
Created:
2007-05-28 14:27:54 UTC
Size:
753 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" >HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" >SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" >IUSE="" > >DEPEND=">=x11-libs/gtk+-2.0" >RDEPEND="${DEPEND}" >S=${WORKDIR}/${PN}-dockapp-${PV} > >src_unpack() >{ > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/${P}-gtk2.patch >} > >src_compile() { > emake GENTOO_CFLAGS="${CFLAGS}" || die "Compilation failed" >} > >src_install () { > into /usr > dobin bubblemon > dodoc ChangeLog README doc/* misc/* >}
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 175730
:
117098
|
117100
|
120522
| 120523