Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session: ChangeLog gnome-session-2.26.2-r1.ebuild
Date: Thu, 29 Oct 2009 11:11:21
Message-Id: E1N3SuV-0005ey-Sv@stork.gentoo.org
1 mrpouet 09/10/29 11:11:19
2
3 Modified: ChangeLog
4 Added: gnome-session-2.26.2-r1.ebuild
5 Log:
6 Fix bug #271023, Do not crash when xsmp->priv->conn is NULL for a given GsmXsmpClient, when SMS connection dies. Import from 2.28 dev cycle, new revision.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.242 gnome-base/gnome-session/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.242&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.242&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?r1=1.241&r2=1.242
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v
19 retrieving revision 1.241
20 retrieving revision 1.242
21 diff -u -r1.241 -r1.242
22 --- ChangeLog 24 Oct 2009 16:40:56 -0000 1.241
23 +++ ChangeLog 29 Oct 2009 11:11:19 -0000 1.242
24 @@ -1,6 +1,15 @@
25 # ChangeLog for gnome-base/gnome-session
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.241 2009/10/24 16:40:56 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.242 2009/10/29 11:11:19 mrpouet Exp $
29 +
30 +*gnome-session-2.26.2-r1 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Romain Perier <mrpouet@g.o>
33 + +gnome-session-2.26.2-r1.ebuild,
34 + +files/gnome-session-2.26.2-xsmp-stop-throw-error.patch:
35 + Fix bug #271023, Do not crash when xsmp->priv->conn is NULL for a given
36 + GsmXsmpClient, when SMS connection dies. Import from 2.28 dev cycle, new
37 + revision.
38
39 24 Oct 2009; nixnut <nixnut@g.o> gnome-session-2.26.2.ebuild:
40 ppc stable #281427
41
42
43
44 1.1 gnome-base/gnome-session/gnome-session-2.26.2-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.26.2-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.26.2-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnome-session-2.26.2-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.26.2-r1.ebuild,v 1.1 2009/10/29 11:11:19 mrpouet Exp $
54
55 EAPI="2"
56
57 inherit eutils gnome2
58
59 DESCRIPTION="Gnome session manager"
60 HOMEPAGE="http://www.gnome.org/"
61 SRC_URI="${SRC_URI}
62 mirror://gentoo/${PN}-2.26.2-session-saving-button.patch.bz2
63 branding? ( mirror://gentoo/gentoo-splash.png )"
64
65 LICENSE="GPL-2 LGPL-2 FDL-1.1"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
68
69 IUSE="branding doc ipv6 policykit elibc_FreeBSD"
70
71 RDEPEND=">=dev-libs/glib-2.16
72 >=x11-libs/gtk+-2.11.1
73 >=gnome-base/libglade-2.3.6
74 >=dev-libs/dbus-glib-0.76
75 >=gnome-base/gconf-2
76 >=x11-libs/startup-notification-0.9
77 policykit? ( >=gnome-extra/policykit-gnome-0.7 )
78 elibc_FreeBSD? ( dev-libs/libexecinfo )
79
80 x11-libs/libSM
81 x11-libs/libICE
82 x11-libs/libX11
83 x11-libs/libXtst
84 x11-apps/xdpyinfo"
85 DEPEND="${RDEPEND}
86 >=dev-lang/perl-5
87 >=sys-devel/gettext-0.10.40
88 >=dev-util/pkgconfig-0.17
89 >=dev-util/intltool-0.40
90 !<gnome-base/gdm-2.20.4
91 doc? (
92 app-text/xmlto
93 dev-libs/libxslt )"
94 # gnome-base/gdm does not provide gnome.desktop anymore
95
96 DOCS="AUTHORS ChangeLog NEWS README"
97
98 pkg_setup() {
99 # TODO: convert libnotify to a configure option
100 G2CONF="${G2CONF}
101 --docdir=/usr/share/doc/${PF}
102 $(use_enable doc docbook-docs)
103 $(use_enable ipv6)
104 $(use_enable policykit polkit)"
105 }
106
107 src_prepare() {
108 gnome2_src_prepare
109
110 # Patch for Gentoo Branding (bug #42687)
111 use branding && epatch "${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch"
112
113 # Fix shutdown/restart capability, upstream bug #549150
114 epatch "${FILESDIR}/${PN}-2.26.2-shutdown.patch"
115
116 # Add "session saving" button back, upstream bug #575544
117 epatch "${WORKDIR}/${PN}-2.26.2-session-saving-button.patch"
118
119 # Do not crash when xsmp->priv->conn is NULL for a given GsmXsmpClient,
120 # when SMS connection dies, bug #271023, import from 2.28 dev cycle.
121 epatch "${FILESDIR}/${P}-xsmp-stop-throw-error.patch"
122 }
123
124 src_install() {
125 gnome2_src_install
126
127 dodir /etc/X11/Sessions
128 exeinto /etc/X11/Sessions
129 doexe "${FILESDIR}/Gnome" || die "doexe failed"
130
131 # Our own splash for world domination
132 if use branding ; then
133 insinto /usr/share/pixmaps/splash/
134 doins "${DISTDIR}/gentoo-splash.png" || die "doins failed"
135 fi
136 }