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: ChangeLog gtk-engines-qtcurve-0.56.2.ebuild
Date: Fri, 29 Feb 2008 23:00:50
Message-Id: E1JVEDf-0003Qc-5z@stork.gentoo.org
1 yngwin 08/02/29 23:00:47
2
3 Modified: ChangeLog
4 Added: gtk-engines-qtcurve-0.56.2.ebuild
5 Log:
6 Another x11-themes/*qtcurve* version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.12 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.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 25 Feb 2008 23:18:31 -0000 1.11
23 +++ ChangeLog 29 Feb 2008 23:00:46 -0000 1.12
24 @@ -1,6 +1,15 @@
25 # ChangeLog for x11-themes/gtk-engines-qtcurve
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.11 2008/02/25 23:18:31 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.12 2008/02/29 23:00:46 yngwin Exp $
29 +
30 +*gtk-engines-qtcurve-0.56.2 (29 Feb 2008)
31 +
32 + 29 Feb 2008; Ben de Groot <yngwin@g.o> +files/build.patch,
33 + +gtk-engines-qtcurve-0.56.2.ebuild:
34 + And another bugfix release version bump. This one should fix some issues with
35 + Firefox 3 betas. From the website: To aid testing with Firefox 3, edit your
36 + qtcurvestylerc and add the following line:
37 + newFirefox=true
38
39 *gtk-engines-qtcurve-0.56.1 (25 Feb 2008)
40
41
42
43
44 1.1 x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtk-engines-qtcurve-0.56.2.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.2.ebuild,v 1.1 2008/02/29 23:00:46 yngwin Exp $
54
55 inherit eutils cmake-utils
56
57 MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
58
59 DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4"
60 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
61 SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="mozilla"
67
68 RDEPEND=">=x11-libs/gtk+-2
69 x11-libs/cairo"
70 DEPEND="${RDEPEND}
71 >=dev-util/cmake-2.4"
72
73 S=${WORKDIR}/${MY_P}
74 DOCS="ChangeLog README TODO"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79 epatch "${FILESDIR}"/build.patch
80 }
81
82 src_compile() {
83 local mycmakeargs="-DQTC_ADD_EVENT_FILTER=true"
84 use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
85 cmake-utils_src_compile
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list