Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve-qt4: ChangeLog qtcurve-qt4-1.1.1.ebuild
Date: Fri, 26 Feb 2010 14:12:10
Message-Id: E1Nl0vG-0007nK-QP@stork.gentoo.org
1 wired 10/02/26 14:12:06
2
3 Modified: ChangeLog
4 Added: qtcurve-qt4-1.1.1.ebuild
5 Log:
6 [x11-themes/qtcurve-qt4] version bump
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.96 x11-themes/qtcurve-qt4/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog?rev=1.96&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog?rev=1.96&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog?r1=1.95&r2=1.96
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v
19 retrieving revision 1.95
20 retrieving revision 1.96
21 diff -u -r1.95 -r1.96
22 --- ChangeLog 23 Feb 2010 08:08:08 -0000 1.95
23 +++ ChangeLog 26 Feb 2010 14:12:06 -0000 1.96
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/qtcurve-qt4
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.95 2010/02/23 08:08:08 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.96 2010/02/26 14:12:06 wired Exp $
29 +
30 +*qtcurve-qt4-1.1.1 (26 Feb 2010)
31 +
32 + 26 Feb 2010; Alex Alexander <wired@g.o> +qtcurve-qt4-1.1.1.ebuild,
33 + +files/qtcurve-qt4-1.1.1-no-kde-fail.patch:
34 + version bump, patch to fix -kde compilation
35
36 *qtcurve-qt4-1.1.0 (23 Feb 2010)
37
38
39
40
41 1.1 x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qtcurve-qt4-1.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild,v 1.1 2010/02/26 14:12:06 wired Exp $
51
52 EAPI="2"
53 KDE_REQUIRED="optional"
54 KDE_MINIMAL="4.2"
55 inherit confutils cmake-utils kde4-base
56
57 MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
58 DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
59 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
60 SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="kde windeco"
66
67 DEPEND="x11-libs/qt-gui:4[dbus]
68 x11-libs/qt-svg:4
69 kde? ( >=kde-base/systemsettings-${KDE_MINIMAL}
70 windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )"
71 RDEPEND="${DEPEND}"
72
73 S=${WORKDIR}/${MY_P}
74 DOCS="ChangeLog README TODO"
75
76 PATCHES=( "${FILESDIR}/${P}-no-kde-fail.patch" )
77
78 pkg_setup() {
79 confutils_use_depend_all windeco kde
80 use kde && kde4-base_pkg_setup
81 }
82
83 src_configure() {
84 if use kde; then
85 kde4-base_src_configure
86 else
87 mycmakeargs="-DQTC_QT_ONLY=true"
88 cmake-utils_src_configure
89 fi
90 }