Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65836 Details for
Bug 89557
app-editors/bluefish links against a heap of GNOME libs if they exist, without depending on them
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bluefish-gnome.patch
bluefish-gnome.patch (text/plain), 1.03 KB, created by
James Rowe
on 2005-08-13 06:15:31 UTC
(
hide
)
Description:
bluefish-gnome.patch
Filename:
MIME Type:
Creator:
James Rowe
Created:
2005-08-13 06:15:31 UTC
Size:
1.03 KB
patch
obsolete
>Prereq: 1.1 >Index: bluefish/bluefish-1.0.2.ebuild >=================================================================== >--- bluefish/bluefish-1.0.2.ebuild {cset 7cad8fab-a7e9-4591-9cfe-6426e29cc4dc} >+++ bluefish/bluefish-1.0.2.ebuild {local clone} >@@ -4,7 +4,7 @@ > > inherit eutils fdo-mime > >-IUSE="nls spell" >+IUSE="nls spell gnome" > > DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer." > SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2" >@@ -16,15 +16,25 @@ > > RDEPEND=">=x11-libs/gtk+-2 > dev-libs/libpcre >- spell? ( app-text/aspell )" >+ spell? ( app-text/aspell ) >+ gnome? ( gnome-base/libgnomeui )" > > DEPEND="${RDEPEND} > dev-util/pkgconfig > nls? ( sys-devel/gettext )" > >+src_unpack() { >+ unpack ${A}; cd ${S} >+ epatch ${FILESDIR}/${P}-gnome.patch || die "Patching failed" >+ einfo "Running autoconf" >+ autoconf >+} >+ > src_compile() { > econf --disable-update-databases \ >- `use_enable nls` || die >+ `use_enable nls` \ >+ `use_enable gnome` \ >+ || die > emake || die > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 89557
:
65835
| 65836 |
73652