Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204326 Details for
Bug 280127
allow net-libs/aqbanking to be built against qt4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
aqbanking with qt4 support
aqbanking-qt4.patch (text/plain), 1.90 KB, created by
Arne Flagge
on 2009-09-16 13:33:29 UTC
(
hide
)
Description:
aqbanking with qt4 support
Filename:
MIME Type:
Creator:
Arne Flagge
Created:
2009-09-16 13:33:29 UTC
Size:
1.90 KB
patch
obsolete
>--- /usr/portage/net-libs/aqbanking/aqbanking-4.1.4.ebuild 2009-09-14 22:06:16.000000000 +0200 >+++ /usr/local/portage/net-libs/aqbanking/aqbanking-4.1.4.ebuild 2009-09-16 14:59:40.000000000 +0200 >@@ -12,35 +12,56 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" >-IUSE="chipcard debug kde ofx python qt3" >+IUSE="chipcard debug kde ofx python qt3 qt4" > DEPEND=">=sys-libs/gwenhywfar-3.10.0.0 > >=app-misc/ktoblzcheck-1.14 > ofx? ( >=dev-libs/libofx-0.8.3 ) > chipcard? ( >=sys-libs/libchipcard-4.2.8 ) > qt3? ( =x11-libs/qt-3* ) >+ qt4? ( x11-libs/qt-core >+ x11-libs/qt-qt3support >+ x11-libs/qt-gui ) > kde? ( >=kde-base/kdelibs-3.1.0 )" > RDEPEND="${DEPEND}" > > MAKEOPTS="${MAKEOPTS} -j1" > RESTRICT="test" > >+pkg_setup() { >+ if use qt3 && use qt4; then >+ eerror "Both Qt3 and Qt4 are not supported" >+ die "Disable either the \"qt3\" or the \"qt4\" USE flag" >+ fi >+ >+ if use kde && use qt4; then >+ eerror "Both KDE3 and Qt4 are not supported" >+ die "Disable either the \"kde\" or the \"qt4\" USE flag" >+ fi >+} >+ > src_configure() { > KDEMAJORVER="3" set-kdedir > > local FRONTENDS="cbanking" >- (use qt3 || use kde) && FRONTENDS="${FRONTENDS} qbanking" >+ (use qt3 || use qt4 || use kde) && FRONTENDS="${FRONTENDS} qbanking" > use kde && FRONTENDS="${FRONTENDS} kbanking" > > local BACKENDS="aqhbci" > use ofx && BACKENDS="${BACKENDS} aqofxconnect" > >- econf PATH="/usr/qt/3/bin:${PATH}" \ >+ if use qt4; then >+ QT4_LIBS="$(pkg-config QtCore QtGui Qt3Support --libs)" >+ QT4_INC="$(pkg-config QtCore QtGui Qt3Support --cflags)" >+ fi >+ >+ econf PATH="/usr/qt/3/bin:${PATH}" qt3_libs="${QT4_LIBS}" qt3_includes="${QT4_INC}" \ > $(use_enable debug) \ > $(use_enable kde kde3) \ > $(use_enable python) \ > --with-frontends="${FRONTENDS}" \ > --with-backends="${BACKENDS}" \ > --with-docpath="/usr/share/doc/${PF}/apidoc"|| die "configure failed" >+ use qt4 && make qt4-port > } > > src_install() {
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 280127
:
199973
| 204326 |
204327