Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185835 Details for
Bug 262256
Ebuild needed: qtscriptgenerator
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qtscriptgenerator-0.1.0.ebuild
qtscriptgenerator-0.1.0.ebuild (text/plain), 1.33 KB, created by
Caleb Cushing
on 2009-03-22 02:33:50 UTC
(
hide
)
Description:
qtscriptgenerator-0.1.0.ebuild
Filename:
MIME Type:
Creator:
Caleb Cushing
Created:
2009-03-22 02:33:50 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit multilib qt4 > >DESCRIPTION="Tool for generating Qt bindings for Qt Script" >HOMEPAGE="http://code.google.com/p/qtscriptgenerator/" >SRC_URI="http://qtscriptgenerator.googlecode.com/files/${PN}-src-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug" > >DEPEND=">=x11-libs/qt-dbus-4.5.0 > >=x11-libs/qt-gui-4.5.0 > >=x11-libs/qt-opengl-4.5.0 > || ( >=x11-libs/qt-phonon-4.5.0 media-sound/phonon ) > >=x11-libs/qt-script-4.5.0 > >=x11-libs/qt-sql-4.5.0 > >=x11-libs/qt-svg-4.5.0 > >=x11-libs/qt-webkit-4.5.0 > >=x11-libs/qt-xmlpatterns-4.5.0" >RDEPEND="${RDEPEND}" > >S="${WORKDIR}/${PN}-src-${PV}" > >pkg_setup(){ > QTDIR="/usr/include/qt4" > QTLIBDIR="/usr/$(get_libdir)/qt4/" >} > >src_prepare() { > epatch "${FILESDIR}/include_everything.patch" >} > >src_configure() { > cd "${S}"/generator > eqmake4 generator.pro > cd "${S}"/qtbindings > eqmake4 qtbindings.pro >} > >src_compile() { > cd "${S}"/generator > emake || die "emake generator failed" > ./generator --include-paths="/usr/include/qt4" || die "running generator failed" > cd "${S}"/qtbindings > make || die "make qtbindings failed" # TODO: fix emake >} > >src_install() { > insinto "${QTLIBDIR}"/plugins/script/ > doins -r "${S}"/plugins/script/* || die "installing libraries failed" >}
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 262256
:
185833
|
185835
|
185836
|
185897
|
185899
|
185977
|
186890