Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83446 Details for
Bug 127675
Gaim-Libnotify Plugin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gaim-libnotify-0.8-r1.ebuild
gaim-libnotify-0.8-r1.ebuild (text/plain), 949 bytes, created by
krischan
on 2006-03-30 10:29:49 UTC
(
hide
)
Description:
gaim-libnotify-0.8-r1.ebuild
Filename:
MIME Type:
Creator:
krischan
Created:
2006-03-30 10:29:49 UTC
Size:
949 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils > >DESCRIPTION="Adds a libnotify interface to gaim, enabling popups much like guifications." >HOMEPAGE="http://guifications.sourceforge.net" >SRC_URI="mirror://sourceforge/gaim-libnotify/gaim-libnotify-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~ppc ~sparc" >IUSE="debug nls" > >DEPEND=">=net-im/gaim-2.0.0_beta1 > >=x11-libs/libnotify-0.3.2" >#RDEPEND="" > >src_unpack() { > unpack ${A} && cd "${S}/src" > epatch ${FILESDIR}/gaim_gtk_create_prpl_icon.patch >} > >src_compile() { > local myconf > use debug && myconf="${myconf} --enable-debug" > use nls || myconf="${myconf} --disable-nls" > > econf ${myconf} || die "econf failure" > emake || die "emake failure" >} > >src_install() { > make install DESTDIR=${D} || die "make install failure" > dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION >}
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 127675
:
83196
|
83445
|
83446
|
83491
|
88105