Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session: gnome-session-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:10:12
Message-Id: 20130328171000.E896E2171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:10:00
2
3 Modified: ChangeLog
4 Added: gnome-session-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.319 gnome-base/gnome-session/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.319&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.319&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/ChangeLog?r1=1.318&r2=1.319
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v
20 retrieving revision 1.318
21 retrieving revision 1.319
22 diff -u -r1.318 -r1.319
23 --- ChangeLog 3 Feb 2013 00:46:43 -0000 1.318
24 +++ ChangeLog 28 Mar 2013 17:10:00 -0000 1.319
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-base/gnome-session
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.318 2013/02/03 00:46:43 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.319 2013/03/28 17:10:00 pacho Exp $
30 +
31 +*gnome-session-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +gnome-session-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 03 Feb 2013; Alexandre Rostovtsev <tetromino@g.o> metadata.xml:
37 Switch to global systemd USE flag.
38
39
40
41 1.1 gnome-base/gnome-session/gnome-session-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/gnome-session-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/gnome-session-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-session-3.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-3.8.0.ebuild,v 1.1 2013/03/28 17:10:00 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54
55 inherit gnome2
56
57 DESCRIPTION="Gnome session manager"
58 HOMEPAGE="http://www.gnome.org/"
59
60 LICENSE="GPL-2 LGPL-2 FDL-1.1"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
63 IUSE="doc elibc_FreeBSD gconf ipv6 systemd"
64
65 # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and
66 # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
67 # xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below).
68 # gdk-pixbuf used in the inhibit dialog
69 COMMON_DEPEND="
70 >=dev-libs/glib-2.35.0:2
71 x11-libs/gdk-pixbuf:2
72 >=x11-libs/gtk+-2.90.7:3
73 >=dev-libs/json-glib-0.10
74 >=dev-libs/dbus-glib-0.76
75 >=sys-power/upower-0.9.0
76 elibc_FreeBSD? ( dev-libs/libexecinfo )
77
78 virtual/opengl
79 x11-libs/libSM
80 x11-libs/libICE
81 x11-libs/libXau
82 x11-libs/libX11
83 x11-libs/libXcomposite
84 x11-libs/libXext
85 x11-libs/libXrender
86 x11-libs/libXtst
87 x11-misc/xdg-user-dirs
88 x11-misc/xdg-user-dirs-gtk
89 x11-apps/xdpyinfo
90
91 gconf? ( >=gnome-base/gconf-2:2 )
92 "
93 # Pure-runtime deps from the session files should *NOT* be added here
94 # Otherwise, things like gdm pull in gnome-shell
95 # gnome-themes-standard is needed for the failwhale dialog themeing
96 # sys-apps/dbus[X] is needed for session management
97 RDEPEND="${COMMON_DEPEND}
98 gnome-base/gnome-settings-daemon
99 >=gnome-base/gsettings-desktop-schemas-0.1.7
100 >=x11-themes/gnome-themes-standard-2.91.92
101 sys-apps/dbus[X]
102 >=gnome-base/gnome-desktop-3.7.90:3
103 systemd? ( >=sys-apps/systemd-183 )
104 !systemd? ( sys-auth/consolekit )
105 "
106 DEPEND="${COMMON_DEPEND}
107 >=dev-lang/perl-5
108 >=sys-devel/gettext-0.10.40
109 >=dev-util/intltool-0.40.6
110 x11-libs/pango[X]
111 virtual/pkgconfig
112 !<gnome-base/gdm-2.20.4
113 doc? (
114 app-text/xmlto
115 dev-libs/libxslt )
116 "
117 # gnome-common needed for eautoreconf
118 # gnome-base/gdm does not provide gnome.desktop anymore
119
120 src_prepare() {
121 # Silence errors due to weird checks for libX11
122 sed -e 's/\(PANGO_PACKAGES="\)pangox/\1/' -i configure.ac configure || die
123 gnome2_src_prepare
124 }
125
126 src_configure() {
127 gnome2_src_configure \
128 --disable-deprecation-flags \
129 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
130 --enable-session-selector \
131 $(use_enable doc docbook-docs) \
132 $(use_enable gconf) \
133 $(use_enable ipv6) \
134 $(use_enable systemd)
135 }
136
137 src_install() {
138 gnome2_src_install
139
140 dodir /etc/X11/Sessions
141 exeinto /etc/X11/Sessions
142 doexe "${FILESDIR}/Gnome"
143
144 dodir /usr/share/gnome/applications/
145 insinto /usr/share/gnome/applications/
146 newins "${FILESDIR}/defaults.list-r1" defaults.list
147
148 dodir /etc/X11/xinit/xinitrc.d/
149 exeinto /etc/X11/xinit/xinitrc.d/
150 newexe "${FILESDIR}/15-xdg-data-gnome-r1" 15-xdg-data-gnome
151
152 # This should be done here as discussed in bug #270852
153 newexe "${FILESDIR}/10-user-dirs-update-gnome-r1" 10-user-dirs-update-gnome
154 }
155
156 pkg_postinst() {
157 gnome2_pkg_postinst
158
159 if ! has_version gnome-base/gdm && ! has_version kde-base/kdm; then
160 ewarn "If you use a custom .xinitrc for your X session,"
161 ewarn "make sure that the commands in the xinitrc.d scripts are run."
162 fi
163 }