diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-07-19 22:09:50 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-07-19 22:09:50 +0000 |
commit | 09a702555371edf2655c8a2de967abc815b09666 (patch) | |
tree | 5b556e8a6d898c3f6bcc73307d7a17fa7862ee83 /x11-themes | |
parent | qtcurve version bump (diff) | |
download | historical-09a702555371edf2655c8a2de967abc815b09666.tar.gz historical-09a702555371edf2655c8a2de967abc815b09666.tar.bz2 historical-09a702555371edf2655c8a2de967abc815b09666.zip |
qtcurve-qt4 version bump
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-hh7 i686
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.5.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog index c0c0d83267ef..029129e12786 100644 --- a/x11-themes/qtcurve-qt4/ChangeLog +++ b/x11-themes/qtcurve-qt4/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/qtcurve-qt4 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.35 2008/07/14 19:19:27 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.36 2008/07/19 22:09:50 yngwin Exp $ + +*qtcurve-qt4-0.59.5 (19 Jul 2008) + + 19 Jul 2008; Ben de Groot <yngwin@gentoo.org> +qtcurve-qt4-0.59.5.ebuild: + Version bump 14 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> qtcurve-qt4-0.59.3-r1.ebuild: diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.5.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.5.ebuild new file mode 100644 index 000000000000..a42c6f1b98b5 --- /dev/null +++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.5.ebuild,v 1.1 2008/07/19 22:09:50 yngwin Exp $ + +EAPI="1" +inherit flag-o-matic cmake-utils + +MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" +DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" +SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" +IUSE="kde" + +DEPEND="|| ( >=x11-libs/qt-4.0:4 x11-libs/qt-gui:4 ) + kde? ( kde-base/kwin:kde-4 + x11-libs/qt-gui:4 )" +# kde-4 support needs methods from qt-gui-4.4 + +S="${WORKDIR}/${MY_P}" +DOCS="ChangeLog README TODO" + +src_compile() { + if use !kde ; then + append-cppflags "-DQTC_NO_KDE4_LINKING=true -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true"; + sed -i "s/find_package(KDE4)/#&/" "${S}"/CMakeLists.txt + fi + cmake-utils_src_compile +} |