Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/superswitcher: superswitcher-0.5.ebuild ChangeLog
Date: Mon, 01 Oct 2007 19:48:16
Message-Id: E1IcR6i-0001rp-8J@stork.gentoo.org
1 swegener 07/10/01 19:39:08
2
3 Modified: superswitcher-0.5.ebuild ChangeLog
4 Log:
5 Add patch based on upstream subversion commit to compile with gtk >= 2.11.0, bug #190489.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.2 x11-misc/superswitcher/superswitcher-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/superswitcher-0.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/superswitcher-0.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/superswitcher-0.5.ebuild?r1=1.1&r2=1.2
14
15 Index: superswitcher-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- superswitcher-0.5.ebuild 7 Jul 2007 11:34:04 -0000 1.1
22 +++ superswitcher-0.5.ebuild 1 Oct 2007 19:39:07 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.5.ebuild,v 1.1 2007/07/07 11:34:04 swegener Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.5.ebuild,v 1.2 2007/10/01 19:39:07 swegener Exp $
28 +
29 +inherit eutils
30
31 DESCRIPTION="A more feature-full replacement of the Alt-Tab window switching behavior."
32 HOMEPAGE="http://code.google.com/p/superswitcher/"
33 @@ -16,6 +18,13 @@
34 >=x11-libs/libwnck-2.10"
35 DEPEND="${RDEPEND}"
36
37 +src_unpack() {
38 + unpack ${A}
39 + cd "${S}"
40 +
41 + epatch "${FILESDIR}"/${P}-gtk-2.11.0.patch
42 +}
43 +
44 src_install() {
45 emake -j1 install DESTDIR="${D}" || die "emake install failed"
46 dodoc ChangeLog README
47
48
49
50 1.2 x11-misc/superswitcher/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/ChangeLog?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/ChangeLog?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/ChangeLog?r1=1.1&r2=1.2
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- ChangeLog 7 Jul 2007 11:34:04 -0000 1.1
63 +++ ChangeLog 1 Oct 2007 19:39:07 -0000 1.2
64 @@ -1,6 +1,11 @@
65 # ChangeLog for x11-misc/superswitcher
66 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.1 2007/07/07 11:34:04 swegener Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.2 2007/10/01 19:39:07 swegener Exp $
69 +
70 + 01 Oct 2007; Sven Wegener <swegener@g.o>
71 + +files/superswitcher-0.5-gtk-2.11.0.patch, superswitcher-0.5.ebuild:
72 + Add patch based on upstream subversion commit to compile with gtk >=
73 + 2.11.0, bug #190489.
74
75 *superswitcher-0.5 (07 Jul 2007)
76
77
78
79
80 --
81 gentoo-commits@g.o mailing list