Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 413056 Details for
Bug 548624
sci-electronics/fritzing-0.9.2b does not install parts directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild patch
fritzing-0.9.2b-install-parts.diff (text/plain), 821 bytes, created by
Chris Mayo
on 2015-09-27 10:49:34 UTC
(
hide
)
Description:
Ebuild patch
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2015-09-27 10:49:34 UTC
Size:
821 bytes
patch
obsolete
>--- fritzing-0.9.2b.ebuild >+++ fritzing-0.9.2b-r1.ebuild >@@ -4,11 +4,14 @@ > > EAPI=5 > >+PARTS_P="${PN}-parts-${PV}" >+ > inherit qmake-utils > > DESCRIPTION="Electronic Design Automation" > HOMEPAGE="http://fritzing.org/" >-SRC_URI="https://github.com/fritzing/fritzing-app/archive/${PV}.tar.gz -> ${P}.tar.gz" >+SRC_URI="https://github.com/fritzing/fritzing-app/archive/${PV}.tar.gz -> ${P}.tar.gz >+ https://github.com/fritzing/fritzing-parts/archive/${PV}.tar.gz -> ${PARTS_P}.tar.gz" > > LICENSE="CC-BY-SA-3.0 GPL-2 GPL-3" > SLOT="0" >@@ -57,5 +60,12 @@ > } > > src_configure() { >- eqmake5 DEFINES=QUAZIP_INSTALLED PREFIX="${D}"/usr phoenix.pro >+ eqmake5 DEFINES=QUAZIP_INSTALLED phoenix.pro >+} >+ >+src_install() { >+ INSTALL_ROOT="${D}" emake install >+ >+ insinto /usr/share/fritzing/parts >+ doins -r "${WORKDIR}/${PARTS_P}"/* > }
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 548624
: 413056