Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/wally: ChangeLog wally-2.3.2.ebuild
Date: Mon, 19 Apr 2010 15:00:28
Message-Id: 20100419144448.5A9A42C058@corvid.gentoo.org
1 hwoarang 10/04/19 14:44:48
2
3 Modified: ChangeLog wally-2.3.2.ebuild
4 Log:
5 Disable static qt plugins wrt bug #311343
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.25 media-gfx/wally/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 23 Mar 2010 19:09:53 -0000 1.24
22 +++ ChangeLog 19 Apr 2010 14:44:48 -0000 1.25
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-gfx/wally
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.24 2010/03/23 19:09:53 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.25 2010/04/19 14:44:48 hwoarang Exp $
28 +
29 + 19 Apr 2010; Markos Chandras <hwoarang@g.o> wally-2.3.2.ebuild,
30 + +files/wally-2.3.2-disable-plugins.patch:
31 + Disable static qt plugins wrt bug #311343
32
33 *wally-2.3.2 (23 Mar 2010)
34
35
36
37
38 1.3 media-gfx/wally/wally-2.3.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild?r1=1.2&r2=1.3
43
44 Index: wally-2.3.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- wally-2.3.2.ebuild 23 Mar 2010 20:35:11 -0000 1.2
51 +++ wally-2.3.2.ebuild 19 Apr 2010 14:44:48 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild,v 1.2 2010/03/23 20:35:11 yngwin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild,v 1.3 2010/04/19 14:44:48 hwoarang Exp $
57
58 EAPI="2"
59 KDE_REQUIRED="optional"
60 @@ -20,13 +20,21 @@
61 kde? ( >=kde-base/kdelibs-4.2.0 )"
62 RDEPEND="${DEPEND}"
63
64 -PATCHES=( "${FILESDIR}/${PN}-2.2.0-disable_popup.patch" )
65 +PATCHES=(
66 + "${FILESDIR}/${PN}-2.2.0-disable_popup.patch"
67 + "${FILESDIR}/${P}-disable-plugins.patch"
68 +)
69
70 src_prepare() {
71 kde4-base_src_prepare
72 use kde || epatch "${FILESDIR}/${PN}-2.2.0-disable-kde4.patch"
73 }
74
75 +src_configure() {
76 + mycmakeargs="${mycmakeargs} -DSTATIC=FALSE"
77 + cmake-utils_src_configure
78 +}
79 +
80 src_install() {
81 cmake-utils_src_install
82 newicon "${S}"/res/images/idle.png wally.png || die