Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session: ChangeLog gnome-session-2.20.0.ebuild
Date: Thu, 04 Oct 2007 17:03:40
Message-Id: E1IdTxt-0006Wo-Lz@stork.gentoo.org
1 compnerd 07/10/04 16:54:21
2
3 Modified: ChangeLog
4 Added: gnome-session-2.20.0.ebuild
5 Log:
6 version bump for GNOME 2.20
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.195 gnome-base/gnome-session/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.195&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.195&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?r1=1.194&r2=1.195
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v
19 retrieving revision 1.194
20 retrieving revision 1.195
21 diff -u -r1.194 -r1.195
22 --- ChangeLog 23 Sep 2007 05:31:51 -0000 1.194
23 +++ ChangeLog 4 Oct 2007 16:54:21 -0000 1.195
24 @@ -1,6 +1,13 @@
25 # ChangeLog for gnome-base/gnome-session
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.194 2007/09/23 05:31:51 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.195 2007/10/04 16:54:21 compnerd Exp $
29 +
30 +*gnome-session-2.20.0 (04 Oct 2007)
31 +
32 + 04 Oct 2007; Saleem Abdulrasool <compnerd@g.o>
33 + +files/gnome-session-2.19.2-no-asserts.patch,
34 + +gnome-session-2.20.0.ebuild:
35 + Version bump for GNOME 2.20
36
37 23 Sep 2007; Tom Gall <tgall@g.o> gnome-session-2.18.3.ebuild:
38 stable on ppc64
39
40
41
42 1.1 gnome-base/gnome-session/gnome-session-2.20.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.20.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.20.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-session-2.20.0.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/gnome-base/gnome-session/gnome-session-2.20.0.ebuild,v 1.1 2007/10/04 16:54:21 compnerd Exp $
52
53 inherit eutils gnome2
54
55 DESCRIPTION="Gnome session manager"
56 HOMEPAGE="http://www.gnome.org/"
57 SRC_URI="${SRC_URI}
58 branding? ( mirror://gentoo/gentoo-splash.png )"
59
60 LICENSE="GPL-2 LGPL-2 FDL-1.1"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="branding esd ipv6 tcpd"
64
65 RDEPEND=">=dev-libs/glib-2.13
66 >=x11-libs/gtk+-2.3.1
67 x11-libs/libXau
68 x11-apps/xdpyinfo
69 >=gnome-base/libgnomeui-2.2
70 >=gnome-base/control-center-2.15.4
71 >=x11-libs/libnotify-0.2.1
72 >=gnome-base/gconf-2
73 >=gnome-base/gnome-keyring-0.5.1
74 || (
75 >=dev-libs/dbus-glib-0.71
76 ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.35 )
77 )
78 esd? ( >=media-sound/esound-0.2.26 )
79 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
80 DEPEND="${RDEPEND}
81 x11-apps/xrdb
82 >=sys-devel/gettext-0.10.40
83 >=dev-util/pkgconfig-0.17
84 >=dev-util/intltool-0.35
85 !gnome-base/gnome-core"
86
87 # gnome-base/gnome-core overwrite /usr/bin/gnome-session
88 DOCS="AUTHORS ChangeLog HACKING NEWS README"
89
90 pkg_setup() {
91 # TODO: convert libnotify to a configure option
92 G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable esd) $(use_enable tcpd tcp-wrappers)"
93 }
94
95 src_unpack() {
96 gnome2_src_unpack
97
98 # Patch for Gentoo Branding (bug #42687)
99 use branding && epatch "${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch"
100
101 # Get rid of random asserts in tons of programs due to development versions
102 epatch "${FILESDIR}/${PN}-2.19.2-no-asserts.patch"
103 }
104
105 src_install() {
106 gnome2_src_install
107
108 dodir /etc/X11/Sessions
109 exeinto /etc/X11/Sessions
110 doexe "${FILESDIR}/Gnome"
111
112 # Our own splash for world domination
113 if use branding ; then
114 insinto /usr/share/pixmaps/splash/
115 doins "${DISTDIR}/gentoo-splash.png"
116 fi
117 }
118
119
120
121 --
122 gentoo-commits@g.o mailing list