Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-panel: ChangeLog xfce4-panel-4.4.1-r1.ebuild
Date: Sun, 21 Oct 2007 09:39:16
Message-Id: E1IjX6a-00064B-1d@stork.gentoo.org
1 drac 07/10/21 09:28:20
2
3 Modified: ChangeLog
4 Added: xfce4-panel-4.4.1-r1.ebuild
5 Log:
6 Fix panel crashing with GTK+-2.12 when removing one. Thanks to Debian maintainer Corsac for letting us know.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.105 xfce-base/xfce4-panel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.105&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.105&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?r1=1.104&r2=1.105
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v
19 retrieving revision 1.104
20 retrieving revision 1.105
21 diff -u -r1.104 -r1.105
22 --- ChangeLog 7 Jun 2007 18:26:50 -0000 1.104
23 +++ ChangeLog 21 Oct 2007 09:28:19 -0000 1.105
24 @@ -1,6 +1,13 @@
25 # ChangeLog for xfce-base/xfce4-panel
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.104 2007/06/07 18:26:50 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.105 2007/10/21 09:28:19 drac Exp $
29 +
30 +*xfce4-panel-4.4.1-r1 (21 Oct 2007)
31 +
32 + 21 Oct 2007; Samuli Suominen <drac@g.o>
33 + +files/xfce4-panel-4.4.1-gtk212.patch, +xfce4-panel-4.4.1-r1.ebuild:
34 + Fix panel crashing with GTK+-2.12 when removing one. Thanks to Debian
35 + maintainer Corsac for letting us know.
36
37 07 Jun 2007; Samuli Suominen <drac@g.o> xfce4-panel-4.4.1.ebuild:
38 Stable on arm.
39
40
41
42 1.1 xfce-base/xfce4-panel/xfce4-panel-4.4.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-panel-4.4.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.1-r1.ebuild,v 1.1 2007/10/21 09:28:19 drac Exp $
52
53 inherit eutils xfce44
54
55 XFCE_VERSION=4.4.1
56 xfce44
57
58 DESCRIPTION="Panel"
59 HOMEPAGE="http://www.xfce.org/projects/xfce4-panel/"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61
62 IUSE="debug doc startup-notification"
63
64 RDEPEND="x11-libs/libX11
65 x11-libs/libSM
66 gnome-base/librsvg
67 >=x11-libs/gtk+-2.6
68 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
69 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
70 >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
71 startup-notification? ( x11-libs/startup-notification )"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig
74 doc? ( dev-util/gtk-doc )
75 !<xfce-base/xfce-utils-4.4"
76
77 DOCS="AUTHORS ChangeLog HACKING NEWS README README.Plugins"
78
79 xfce44_core_package
80
81 src_unpack() {
82 unpack ${A}
83 cd "${S}"
84 epatch "${FILESDIR}"/${P}-gtk212.patch
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list