Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session: ChangeLog gnome-session-2.22.3.ebuild
Date: Thu, 03 Jul 2008 08:54:20
Message-Id: E1KEKZy-0003eT-8n@stork.gentoo.org
1 remi 08/07/03 08:54:14
2
3 Modified: ChangeLog
4 Added: gnome-session-2.22.3.ebuild
5 Log:
6 gnome-base/gnome-session: bump to 2.22.3 (translation and removal of a useless warning)
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64)
8
9 Revision Changes Path
10 1.216 gnome-base/gnome-session/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.216&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.216&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?r1=1.215&r2=1.216
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v
19 retrieving revision 1.215
20 retrieving revision 1.216
21 diff -u -r1.215 -r1.216
22 --- ChangeLog 5 Jun 2008 11:52:26 -0000 1.215
23 +++ ChangeLog 3 Jul 2008 08:54:13 -0000 1.216
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/gnome-session
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.215 2008/06/05 11:52:26 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.216 2008/07/03 08:54:13 remi Exp $
29 +
30 +*gnome-session-2.22.3 (03 Jul 2008)
31 +
32 + 03 Jul 2008; Rémi Cardona <remi@g.o> +gnome-session-2.22.3.ebuild:
33 + bump to 2.22.3 (translation and removal of a useless warning)
34
35 05 Jun 2008; Rémi Cardona <remi@g.o> gnome-session-2.20.3.ebuild:
36 pkgmove to gnome-base/gnome-control-center
37
38
39
40 1.1 gnome-base/gnome-session/gnome-session-2.22.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.22.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.22.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gnome-session-2.22.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.22.3.ebuild,v 1.1 2008/07/03 08:54:13 remi Exp $
50
51 inherit eutils gnome2
52
53 DESCRIPTION="Gnome session manager"
54 HOMEPAGE="http://www.gnome.org/"
55 SRC_URI="${SRC_URI}
56 branding? ( mirror://gentoo/gentoo-splash.png )"
57
58 LICENSE="GPL-2 LGPL-2 FDL-1.1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="branding ipv6 tcpd"
62
63 RDEPEND=">=dev-libs/glib-2.13
64 >=gnome-base/libgnomeui-2.2
65 >=x11-libs/gtk+-2.11.1
66 >=dev-libs/dbus-glib-0.71
67 >=gnome-base/gnome-keyring-2.21.92
68 gnome-base/gnome-settings-daemon
69 >=x11-libs/libnotify-0.2.1
70 x11-libs/libXau
71 x11-apps/xdpyinfo
72 gnome-base/gnome-settings-daemon
73 >=gnome-base/gconf-2
74 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
75 DEPEND="${RDEPEND}
76 x11-apps/xrdb
77 >=sys-devel/gettext-0.10.40
78 >=dev-util/pkgconfig-0.17
79 >=dev-util/intltool-0.35
80 !gnome-base/gnome-core
81 !<gnome-base/gdm-2.20.4"
82
83 # gnome-base/gnome-core overwrite /usr/bin/gnome-session
84 # gnome-base/gdm does not provide gnome.desktop anymore
85
86 DOCS="AUTHORS ChangeLog HACKING NEWS README"
87
88 pkg_setup() {
89 # TODO: convert libnotify to a configure option
90 G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable tcpd tcp-wrappers)"
91 }
92
93 src_unpack() {
94 gnome2_src_unpack
95
96 # Patch for Gentoo Branding (bug #42687)
97 use branding && epatch "${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch"
98
99 # Get rid of random asserts in tons of programs due to development versions
100 epatch "${FILESDIR}/${PN}-2.19.2-no-asserts.patch"
101 }
102
103 src_install() {
104 gnome2_src_install
105
106 dodir /etc/X11/Sessions
107 exeinto /etc/X11/Sessions
108 doexe "${FILESDIR}/Gnome"
109
110 # Our own splash for world domination
111 if use branding ; then
112 insinto /usr/share/pixmaps/splash/
113 doins "${DISTDIR}/gentoo-splash.png"
114 fi
115 }
116
117
118
119 --
120 gentoo-commits@l.g.o mailing list