Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-qt: ChangeLog gtk-engines-qt-1.1.ebuild
Date: Mon, 27 Oct 2008 17:58:39
Message-Id: E1KuWML-0000d7-2M@stork.gentoo.org
1 scarabeus 08/10/27 17:58:33
2
3 Modified: ChangeLog
4 Added: gtk-engines-qt-1.1.ebuild
5 Log:
6 Version bump to 1.1. Works with kde4. Fixes bug 213620.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
8
9 Revision Changes Path
10 1.41 x11-themes/gtk-engines-qt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 23 Aug 2008 19:41:56 -0000 1.40
23 +++ ChangeLog 27 Oct 2008 17:58:33 -0000 1.41
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-engines-qt
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v 1.40 2008/08/23 19:41:56 wormo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v 1.41 2008/10/27 17:58:33 scarabeus Exp $
29 +
30 +*gtk-engines-qt-1.1 (27 Oct 2008)
31 +
32 + 27 Oct 2008; Tomas Chvatal (scarabeus) <scarabeus@g.o>
33 + +files/1.1-stdlib.patch, +gtk-engines-qt-1.1.ebuild:
34 + Version bump. Fixes bug 213620.
35
36 23 Aug 2008; Stephanie Lockwood-Childs <wormo@g.o>
37 gtk-engines-qt-0.8-r3.ebuild:
38
39
40
41 1.1 x11-themes/gtk-engines-qt/gtk-engines-qt-1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-qt-1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-1.1.ebuild,v 1.1 2008/10/27 17:58:33 scarabeus Exp $
51
52 EAPI="2"
53
54 NEED_KDE=":4.1"
55 KDE_LINGUAS="bg cs de es fr it nn ru sv tr"
56 inherit kde4-base
57
58 MY_PN="gtk-qt-engine"
59 DESCRIPTION="GTK+2 Qt4 Theme Engine"
60 HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk"
61 SRC_URI="http://gtk-qt.ecs.soton.ac.uk/files/${PV}/${MY_PN}-${PV}.tar.bz2"
62
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~x86"
65 SLOT="4.1"
66 IUSE="gnome"
67
68 RDEPEND="x11-libs/gtk+:2
69 gnome? ( =gnome-base/libbonoboui-2* )"
70 DEPEND="${RDEPEND}"
71
72 S=${WORKDIR}/${MY_PN}
73
74 src_prepare() {
75 epatch "${FILESDIR}/${PV}-stdlib.patch"
76 }
77
78 src_configure() {
79 # does not support out of tree build, BONOBOUI is automagic
80 cmake . -DCMAKE_INSTALL_PREFIX=${KDEDIR} || die "cmake failed"
81 }