| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.8.1.ebuild,v 1.9 2012/07/08 17:54:41 armin76 Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
inherit qt4-build
|
| 8 |
|
| 9 |
DESCRIPTION="The Qt3 support module for the Qt toolkit"
|
| 10 |
SLOT="4"
|
| 11 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
| 12 |
IUSE="+accessibility"
|
| 13 |
|
| 14 |
DEPEND="
|
| 15 |
~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,qpa=,qt3support]
|
| 16 |
~x11-libs/qt-gui-${PV}[accessibility=,aqua=,c++0x=,debug=,qpa=,qt3support]
|
| 17 |
~x11-libs/qt-sql-${PV}[aqua=,c++0x=,debug=,qpa=,qt3support]
|
| 18 |
"
|
| 19 |
RDEPEND="${DEPEND}"
|
| 20 |
|
| 21 |
pkg_setup() {
|
| 22 |
QT4_TARGET_DIRECTORIES="
|
| 23 |
src/qt3support
|
| 24 |
src/tools/uic3
|
| 25 |
tools/designer/src/plugins/widgets
|
| 26 |
tools/porting"
|
| 27 |
|
| 28 |
QT4_EXTRACT_DIRECTORIES="
|
| 29 |
src
|
| 30 |
include
|
| 31 |
tools"
|
| 32 |
|
| 33 |
qt4-build_pkg_setup
|
| 34 |
}
|
| 35 |
|
| 36 |
src_configure() {
|
| 37 |
myconf+="
|
| 38 |
-qt3support
|
| 39 |
$(qt_use accessibility)"
|
| 40 |
|
| 41 |
qt4-build_src_configure
|
| 42 |
}
|