Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178004 Details for
Bug 171929
x11-libs/qwt doesn't install examples
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild
qwt-5.1.1-r1.ebuild (text/plain), 1.47 KB, created by
Arthur Magill
on 2009-01-10 22:45:55 UTC
(
hide
)
Description:
Modified ebuild
Filename:
MIME Type:
Creator:
Arthur Magill
Created:
2009-01-10 22:45:55 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.1.1.ebuild,v 1.1 2008/12/23 14:01:12 caleb Exp $ > >inherit multilib qt4 > >EAPI=1 > >SRC_URI="mirror://sourceforge/qwt/${P}.tar.bz2" >HOMEPAGE="http://qwt.sourceforge.net/" >DESCRIPTION="2D plotting library for Qt4" >LICENSE="qwt" >KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" >SLOT="5" >IUSE="doc svg examples" > >DEPEND="|| ( > ( x11-libs/qt-gui:4 > svg? ( x11-libs/qt-svg:4 ) ) > =x11-libs/qt-4.3*:4 )" > >src_compile () { > # Configuration file > qwtconfig="${S}"/qwtconfig.pri > > echo > ${qwtconfig} "" > echo >> ${qwtconfig} "target.path = /usr/$(get_libdir)" > echo >> ${qwtconfig} "headers.path = /usr/include/qwt5" > echo >> ${qwtconfig} "doc.path = /usr/share/doc/${PF}" > echo >> ${qwtconfig} > echo >> ${qwtconfig} "CONFIG += qt warn_on thread" > echo >> ${qwtconfig} "CONFIG += QwtDll QwtPlot QwtWidgets QwtDesigner" > > use svg && echo >> ${qwtconfig} "CONFIG += QwtSVGItem" > use examples && echo >> ${qwtconfig} "CONFIG += QwtExamples" > use doc || echo >> src/src.pro "INSTALLS -= doc" > > # Generates top-level Makefile > eqmake4 > > # -j1 due to parallel build failures ( bug # 170625 ) > emake -j1 || die "emake failed" >} > >src_install () { > emake INSTALL_ROOT="${D}" install || die "emake install failed" > if use examples; then > dodir /usr/share/doc/${PF} > cp -pPR examples "${D}"/usr/share/doc/${PF}/ > fi > dodoc CHANGES README >}
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 171929
: 178004