Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34324 - peacock-1.9.1 ebuild
Summary: peacock-1.9.1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Text-Markup Team (OBSOLETE)
URL: http://peacock.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-11-25 04:06 UTC by Edon Kelmendi
Modified: 2004-06-05 14:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
peacock-1.9.1 ebuild (peacock-1.9.1.ebuild,1.10 KB, text/plain)
2003-11-25 04:07 UTC, Edon Kelmendi
Details
peacock-1.9.1.ebuild (peacock-1.9.1.ebuild,1.12 KB, text/plain)
2003-12-06 06:50 UTC, Marmotte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Edon Kelmendi 2003-11-25 04:06:31 UTC
app-editors/peacock-1.9.1 ebuild

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Edon Kelmendi 2003-11-25 04:07:54 UTC
Created attachment 21256 [details]
peacock-1.9.1 ebuild
Comment 2 Marmotte 2003-12-06 06:42:13 UTC
got this message on build, missing DEPEND ?

checking for libgnomeui-2.0 >= 2.2.0 libbonoboui-2.0 >= 2.2.0 libglade-2.0 >= 2.0.1 gtksourceview-1.0 >= 0.5.0... Package gtksourceview-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtksourceview-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtksourceview-1.0' found
Comment 3 Marmotte 2003-12-06 06:50:14 UTC
Created attachment 21787 [details]
peacock-1.9.1.ebuild

x11-libs/gtksourceview was missing in DEPEND, it compiles OK for me after
adding it, and the editor seems to work.
Comment 4 Marmotte 2003-12-06 06:50:48 UTC
Comment on attachment 21787 [details]
peacock-1.9.1.ebuild

corrected DEPEND
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-06-05 14:13:22 UTC
Really sorry for the delay. I guess you copied the ebuild
from app-editors/bluefish and it contained several unnecessary
stuff for peacock.

* dev-libs/libpcre isn't required for RDEPEND
* --disable-nls doesn't exist for peacock
* dodir and options to einstall are unnecessary

I fixed them and committed. Thanks for the report.