Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101177 Details for
Bug 153975
net-irc/xchat-systray autohide option
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild with an epatch and additional optional use-flag
xchat-systray-2.4.5-r2.ebuild (text/plain), 1.25 KB, created by
Ihar Hrachyshka
on 2006-11-03 16:23:44 UTC
(
hide
)
Description:
The ebuild with an epatch and additional optional use-flag
Filename:
MIME Type:
Creator:
Ihar Hrachyshka
Created:
2006-11-03 16:23:44 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild,v 1.9 2006/02/19 17:27:38 swegener Exp $ > >inherit flag-o-matic eutils toolchain-funcs > >MY_P=${PN}-integration-${PV} > >DESCRIPTION="System tray plugin for X-Chat." >SRC_URI="mirror://sourceforge/xchat2-plugins/${MY_P}-src.tar.gz" >HOMEPAGE="http://blight.altervista.org/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 hppa ~ppc ~sparc x86" >IUSE="auto-hide" > >RDEPEND=">=dev-libs/glib-2.0.3 > >=x11-libs/gtk+-2.0.3 > >=net-irc/xchat-2.0.3" > >DEPEND="${RDEPEND} > sys-devel/gettext > >=dev-util/pkgconfig-0.7" > >S="${WORKDIR}"/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}"/${PV}-segfault-fix.patch > epatch "${FILESDIR}"/${PV}-default-icons.patch > use auto-hide && epatch "${FILESDIR}"/${PV}-autohide-tray.patch >} > >src_compile() { > append-flags -fPIC > emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" >} > >src_install() { > exeinto /usr/$(get_libdir)/xchat/plugins > doexe systray.so || die "doexe failed" > > insinto /usr/share/xchat-systray > doins -r src/images/{GTKTray,Menu} || die "doins failed" > > dodoc Docs/{Changelog,README,TODO} || die "dodoc failed" >}
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 153975
:
101176
| 101177 |
101178