Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 320646 Details for
Bug 430348
net-wireless/gnuradio-3.6.1-r1 USE="doc" - some documentation is installed outside /usr/share/doc/${PF}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ebuild
gnuradio-3.6.1-r1.ebuild-doc.patch (text/plain), 1.16 KB, created by
Chris Mayo
on 2012-08-07 19:50:40 UTC
(
hide
)
Description:
Patch to ebuild
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2012-08-07 19:50:40 UTC
Size:
1.16 KB
patch
obsolete
>--- gnuradio-3.6.1-r1.ebuild.orig 2012-08-07 20:45:13.961339977 +0100 >+++ gnuradio-3.6.1-r1.ebuild 2012-08-07 20:45:28.857639012 +0100 >@@ -83,11 +83,12 @@ > python_convert_shebangs -q -r 2 "${S}" > # Useless UI element would require qt3support, bug #365019 > sed -i '/qPixmapFromMimeSource/d' "${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die >+ sed -i "s:\${DOCVER}:${PVR}:" CMakeLists.txt || die > base_src_prepare > } > > src_configure() { >- # TODO: docs are installed to /usr/share/doc/${PN} not /usr/share/doc/${PF} >+ # TODO: > # SYSCONFDIR/GR_PREFSDIR default to install below CMAKE_INSTALL_PREFIX > mycmakeargs=( > $(cmake-utils_use_enable alsa GR_AUDIO_ALSA) >@@ -122,10 +123,15 @@ > if use examples ; then > dodir /usr/share/doc/${PF}/ > mv "${ED}"/usr/share/${PN}/examples "${ED}"/usr/share/doc/${PF}/ || die >+ docompress -x /usr/share/doc/${PF}/examples > else > # It seems that the examples are always installed > rm -rf "${ED}"/usr/share/${PN}/examples || die > fi >+ >+ if use doc ; then >+ rm -rf "${ED}"/usr/share/doc/${PF}/xml || die >+ fi > > # We install the mimetypes to the correct locations from the ebuild > rm -rf "${ED}"/usr/share/${PN}/grc/freedesktop || 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 430348
: 320646 |
407286