Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310101 Details for
Bug 413551
sci-visualization/udav-0.6.3: assorted ebuild improvements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
udav-0.7.1.2.ebuild.patch
udav-0.7.1.2.ebuild.patch (text/plain), 1.41 KB, created by
Michael Palimaka (kensington)
on 2012-04-25 17:48:51 UTC
(
hide
)
Description:
udav-0.7.1.2.ebuild.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2012-04-25 17:48:51 UTC
Size:
1.41 KB
patch
obsolete
>--- udav-0.7.1.2.ebuild >+++ udav-0.7.1.2.ebuild >@@ -2,39 +2,41 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/udav-0.7.1.2.ebuild,v 1.1 2011/06/04 20:18:08 grozin Exp $ > >-EAPI=2 >-inherit qt4 fdo-mime >+EAPI=4 >+LANGS="ru" >+ >+inherit qt4-r2 > > DESCRIPTION="Universal Data Array Visualization" > HOMEPAGE="http://udav.sourceforge.net/" >+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >+ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~x86" > IUSE="" >-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >-RDEPEND=">=sci-libs/mathgl-1.10.2[qt4,hdf5]" >-DEPEND="${RDEPEND}" > >-src_prepare() { >- epatch "${FILESDIR}"/${P}-pro.patch >-} >+DEPEND="sci-libs/hdf5 >+ >=sci-libs/mathgl-1.10.2[hdf5,gsl,qt4] >+ x11-libs/qt-core:4 >+ x11-libs/qt-gui:4" >+RDEPEND="${DEPEND}" >+ >+PATCHES=( >+ "${FILESDIR}/${P}-desktopfile.patch" >+ "${FILESDIR}/${P}-pro.patch" >+) > >-src_compile() { >- eqmake4 >- emake || die "emake failed" >+src_prepare() { >+ qt4-r2_src_prepare >+ if ! use linguas_ru ; then >+ sed -e '/udav_ru.qm$/d' -i src/src.pro || die "sed failed" >+ fi > } > > src_install() { >- emake INSTALL_ROOT="${D}" install || die "emake install failed" >+ emake INSTALL_ROOT="${D}" install > > dosym /usr/share/icons/hicolor/64x64/apps/${PN}.png \ > /usr/share/pixmaps/${PN}.png > } >- >-pkg_postinst() { >- fdo-mime_desktop_database_update >-} >- >-pkg_postrm() { >- fdo-mime_desktop_database_update >-}
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 413551
:
310101
|
310103
|
310105