1 |
yngwin |
1.1 |
# Copyright 1999-2008 Gentoo Foundation |
2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
|
# $Header: $ |
4 |
|
|
|
5 |
|
|
EAPI="1" |
6 |
|
|
inherit flag-o-matic cmake-utils |
7 |
|
|
|
8 |
|
|
MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" |
9 |
|
|
DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" |
10 |
|
|
HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" |
11 |
|
|
SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" |
12 |
|
|
|
13 |
|
|
LICENSE="GPL-2" |
14 |
|
|
SLOT="0" |
15 |
|
|
KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" |
16 |
|
|
IUSE="kde" |
17 |
|
|
|
18 |
|
|
DEPEND="|| ( >=x11-libs/qt-4.0:4 x11-libs/qt-gui:4 ) |
19 |
|
|
kde? ( kde-base/kwin:kde-4 |
20 |
|
|
x11-libs/qt-gui:4 )" |
21 |
|
|
# kde-4 support needs methods from qt-gui-4.4 |
22 |
|
|
|
23 |
|
|
S="${WORKDIR}/${MY_P}" |
24 |
|
|
DOCS="ChangeLog README TODO" |
25 |
|
|
|
26 |
|
|
src_compile() { |
27 |
|
|
if use !kde ; then |
28 |
|
|
append_cppflags "-DQTC_NO_KDE4_LINKING=true -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true"; |
29 |
|
|
fi |
30 |
|
|
cmake-utils_src_compile |
31 |
|
|
} |