Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 345546 Details for
Bug 457024
[qt overlay] dev-qt/qttools: new Qt5 tools module
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qttools-5.0.2.ebuild (Builds unsupported tools as well, reference only)
qttools-5.0.2-r1.ebuild (text/plain), 1.91 KB, created by
Richard Grenville
on 2013-04-14 13:15:31 UTC
(
hide
)
Description:
qttools-5.0.2.ebuild (Builds unsupported tools as well, reference only)
Filename:
MIME Type:
Creator:
Richard Grenville
Created:
2013-04-14 13:15:31 UTC
Size:
1.91 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit qt5-build > ># makeqpf don't build without qtbase source around >SRC_URI+=" http://releases.qt-project.org/qt5/${PV}/submodules/qtbase-opensource-src-${PV}.tar.xz" > >DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" > >if [[ "${QT5_BUILD_TYPE}" == live ]]; then > KEYWORDS="" >else > KEYWORDS="~amd64 ~x86" >fi > >IUSE="+accessibility" > >DEPEND=" > ~dev-qt/qtcore-${PV}[debug=] > ~dev-qt/qtgui-${PV}[accessibility=,debug=] > ~dev-qt/qtwidgets-${PV}[accessibility=,debug=] > ~dev-qt/qtnetwork-${PV}[debug=] > ~dev-qt/qtsql-${PV}[debug=] > ~dev-qt/qtprintsupport-${PV}[debug=] > ~dev-qt/qtxml-${PV}[debug=] >" >RDEPEND="${DEPEND}" > ># Somehow, order changes may break some builds >QT5_TARGET_SUBDIRS=( > src/assistant > src/pixeltool > src/qtestlib > src/designer > src/linguist > src/qdbus > src/makeqpf > > src/qtconfig > src/qev > src/qconfig > src/kmap2qmap >) > ># Can't work on Linux ># src/macdeployqt > ># Seemingly those should be included in qtconcurrent? ># src/qtconcurrent/codegenerator ># src/qtconcurrent/generaterun > >PATCHES=( "${FILESDIR}/${P}-qtconfig.patch" ) > >src_unpack() { > qt5-build_src_unpack > > # Hard link qtbase files over > cp -lrn "${WORKDIR}/qtbase-opensource-src-${PV}/"* "${S}" || die >} > >src_prepare() { > # Fix sandbox violation when building with qt-tools already installed > find "${S}" -name '*.pro' -exec sed -i 's/\$\$QT\.designer\.bins//' '{}' + || die > > # Fix sandbox violation when runing qmake > sed -i 's+\$\$eval(QT\.uitools\.libs)/++' "${S}/src/linguist/linguist.pro" || die > > qt5-build_src_prepare >} > >src_configure() { > local myconf=( > $(qt_use accessibility) > ) > > qt5-build_src_configure >} > >src_install() { > qt5-build_src_install > > into /usr/lib/qt5 > > dobin \ > "${QT5_BUILD_DIR}/src/kmap2qmap/kmap2qmap" \ > "${QT5_BUILD_DIR}/src/qconfig/qconfig" \ > "${QT5_BUILD_DIR}/src/qev/qev" >}
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 457024
:
338734
|
345542
|
345544
|
345546