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: qtcurve-qt4-1.6.4.ebuild metadata.xml ChangeLog
Date: Tue, 05 Oct 2010 00:16:00
Message-Id: 20101005001554.0645820051@flycatcher.gentoo.org
1 wired 10/10/05 00:15:53
2
3 Modified: metadata.xml ChangeLog
4 Added: qtcurve-qt4-1.6.4.ebuild
5 Log:
6 version bump, new parentless-dialog-fix use flag
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 x11-themes/qtcurve-qt4/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/metadata.xml?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/metadata.xml?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/metadata.xml?r1=1.7&r2=1.8
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/metadata.xml,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- metadata.xml 12 Jan 2010 21:49:02 -0000 1.7
24 +++ metadata.xml 5 Oct 2010 00:15:53 -0000 1.8
25 @@ -4,8 +4,11 @@
26 <herd>qt</herd>
27 <use>
28 <flag name='kde'>Enable KDE4 support. This adds a QtCurve configuration
29 - module to KDE's SystemSettings.
30 + module to KDE's SystemSettings.
31 </flag>
32 + <flag name='parentless-dialog-fix'>Enable support for the "parent-less dialog
33 + fix" option. WARNING: Upstream allows this, but does NOT support it.
34 + </flag>
35 <flag name='windeco'>Enable window decoration for KWin.</flag>
36 </use>
37 </pkgmetadata>
38
39
40
41 1.112 x11-themes/qtcurve-qt4/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog?rev=1.112&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog?rev=1.112&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog?r1=1.111&r2=1.112
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v
50 retrieving revision 1.111
51 retrieving revision 1.112
52 diff -u -r1.111 -r1.112
53 --- ChangeLog 16 Sep 2010 10:02:30 -0000 1.111
54 +++ ChangeLog 5 Oct 2010 00:15:53 -0000 1.112
55 @@ -1,6 +1,12 @@
56 # ChangeLog for x11-themes/qtcurve-qt4
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.111 2010/09/16 10:02:30 wired Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.112 2010/10/05 00:15:53 wired Exp $
60 +
61 +*qtcurve-qt4-1.6.4 (05 Oct 2010)
62 +
63 + 05 Oct 2010; Alex Alexander <wired@g.o> +qtcurve-qt4-1.6.4.ebuild,
64 + metadata.xml:
65 + version bump, new parentless-dialog-fix use flag
66
67 *qtcurve-qt4-1.6.1 (16 Sep 2010)
68
69
70
71
72 1.1 x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild?rev=1.1&content-type=text/plain
76
77 Index: qtcurve-qt4-1.6.4.ebuild
78 ===================================================================
79 # Copyright 1999-2010 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild,v 1.1 2010/10/05 00:15:53 wired Exp $
82
83 EAPI="2"
84 KDE_REQUIRED="optional"
85 inherit confutils cmake-utils kde4-base
86
87 MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
88 DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
89 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
90 SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
91
92 LICENSE="GPL-2"
93 SLOT="0"
94 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
95 IUSE="kde parentless-dialog-fix windeco"
96
97 DEPEND="x11-libs/qt-gui:4[dbus]
98 x11-libs/qt-svg:4
99 kde? ( >=kde-base/systemsettings-${KDE_MINIMAL}
100 windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )"
101 RDEPEND="${DEPEND}"
102
103 S=${WORKDIR}/${MY_P}
104 DOCS="ChangeLog README TODO"
105
106 pkg_setup() {
107 confutils_use_depend_all windeco kde
108 use kde && kde4-base_pkg_setup
109 }
110
111 src_configure() {
112 mycmakeargs="$(cmake-utils_use parentless-dialog-fix QTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT)"
113 if use kde; then
114 kde4-base_src_configure
115 else
116 mycmakeargs="${mycmakeargs} -DQTC_QT_ONLY=true"
117 cmake-utils_src_configure
118 fi
119 }