Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-qtcurve: gtk-engines-qtcurve-0.65.2.ebuild ChangeLog
Date: Thu, 02 Jul 2009 13:55:18
Message-Id: E1MMMku-0008EI-Jx@stork.gentoo.org
1 yngwin 09/07/02 13:55:16
2
3 Modified: ChangeLog
4 Added: gtk-engines-qtcurve-0.65.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.58 x11-themes/gtk-engines-qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 14 Jun 2009 14:52:58 -0000 1.57
23 +++ ChangeLog 2 Jul 2009 13:55:16 -0000 1.58
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-engines-qtcurve
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.57 2009/06/14 14:52:58 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.58 2009/07/02 13:55:16 yngwin Exp $
29 +
30 +*gtk-engines-qtcurve-0.65.2 (02 Jul 2009)
31 +
32 + 02 Jul 2009; Ben de Groot <yngwin@g.o>
33 + +gtk-engines-qtcurve-0.65.2.ebuild:
34 + Version bump
35
36 *gtk-engines-qtcurve-0.64.2 (14 Jun 2009)
37
38
39
40
41 1.1 x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.65.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.65.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.65.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-qtcurve-0.65.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.65.2.ebuild,v 1.1 2009/07/02 13:55:16 yngwin Exp $
51
52 EAPI=1
53 inherit eutils cmake-utils
54
55 MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
56
57 DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4"
58 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
59 SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="mozilla firefox3"
65
66 RDEPEND="x11-libs/gtk+:2
67 x11-libs/cairo
68 firefox3? ( || ( >=www-client/mozilla-firefox-3.0
69 >=www-client/mozilla-firefox-bin-3.0 ) )"
70 DEPEND="x11-libs/gtk+:2
71 x11-libs/cairo
72 dev-util/pkgconfig"
73
74 S=${WORKDIR}/${MY_P}
75 DOCS="ChangeLog README TODO"
76
77 src_compile() {
78 local mycmakeargs=""
79 use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
80 use firefox3 && mycmakeargs="-DQTC_NEW_MOZILLA=true -DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
81 cmake-utils_src_compile
82 }