Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259356 Details for
Bug 351186
app-dicts/gwaei-1.4.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Adding missing dependency (libunique).
gwaei-1.4.3.ebuild (text/plain), 1.20 KB, created by
orcrist
on 2011-01-09 08:07:19 UTC
(
hide
)
Description:
Adding missing dependency (libunique).
Filename:
MIME Type:
Creator:
orcrist
Created:
2011-01-09 08:07:19 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.4.3.ebuild,v 1.4.3 ># 2011/01/09 04:16:35 matsuu Exp $ > >inherit gnome2-utils > >DESCRIPTION="Japanese-English Dictionary for GNOME" >HOMEPAGE="http://gwaei.sourceforge.net/" >SRC_URI="mirror://sourceforge/gwaei/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gtk gnome nls" > >RDEPEND=">=net-misc/curl-7.19 > >=dev-libs/libunique-1.0 > >=dev-libs/glib-2.22 > gtk? ( > >=gnome-base/gconf-2.26 > >=x11-libs/gtk+-2.18 > >=x11-libs/libsexy-0.1.11 > ) > nls? ( virtual/libintl )" >DEPEND="${RDEPEND} > >=app-text/gnome-doc-utils-0.16 > gnome? ( app-text/scrollkeeper ) > nls? ( >=sys-devel/gettext-0.18 ) > dev-util/pkgconfig" > >src_compile() { > econf \ > $(use_with gtk gnome) \ > $(use_enable nls) \ > $(use_enable gnome scrollkeeper) \ > --disable-schemas-install || die > emake || die >} > >src_install() { > emake DESTDIR="${D}" install || die > > rm -rf "${D}/usr/share/doc/${P}" > dodoc AUTHORS ChangeLog NEWS README >} >pkg_preinst() { > if use gnome ; then > gnome2_gconf_savelist > gnome2_icon_savelist > fi >} > >pkg_postinst() { > use gnome && gnome2_gconf_install >}
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 351186
:
259354
|
259355
| 259356