* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session: ChangeLog gnome-session-2.22.2.ebuild gnome-session-2.22.1.ebuild gnome-session-2.22.0.ebuild
@ 2008-05-26 22:48 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-05-26 22:48 UTC (permalink / raw
To: gentoo-commits
eva 08/05/26 22:48:15
Modified: ChangeLog
Added: gnome-session-2.22.2.ebuild
Removed: gnome-session-2.22.1.ebuild
gnome-session-2.22.0.ebuild
Log:
New version for GNOME-2.22.2. Warning fixes and translation updates.
(Portage version: 2.1.5)
Revision Changes Path
1.214 gnome-base/gnome-session/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?r1=1.213&r2=1.214
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog 8 May 2008 19:16:19 -0000 1.213
+++ ChangeLog 26 May 2008 22:48:15 -0000 1.214
@@ -1,6 +1,13 @@
# ChangeLog for gnome-base/gnome-session
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.213 2008/05/08 19:16:19 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.214 2008/05/26 22:48:15 eva Exp $
+
+*gnome-session-2.22.2 (26 May 2008)
+
+ 26 May 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-session-2.22.0.ebuild, -gnome-session-2.22.1.ebuild,
+ +gnome-session-2.22.2.ebuild:
+ New version for GNOME-2.22.2. Warning fixes and translation updates.
08 May 2008; Daniel Gryniewicz <dang@gentoo.org>
gnome-session-2.22.1.1.ebuild:
1.1 gnome-base/gnome-session/gnome-session-2.22.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.22.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.22.2.ebuild?rev=1.1&content-type=text/plain
Index: gnome-session-2.22.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.22.2.ebuild,v 1.1 2008/05/26 22:48:15 eva Exp $
inherit eutils gnome2
DESCRIPTION="Gnome session manager"
HOMEPAGE="http://www.gnome.org/"
SRC_URI="${SRC_URI}
branding? ( mirror://gentoo/gentoo-splash.png )"
LICENSE="GPL-2 LGPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="branding ipv6 tcpd"
RDEPEND=">=dev-libs/glib-2.13
>=gnome-base/libgnomeui-2.2
>=x11-libs/gtk+-2.11.1
>=dev-libs/dbus-glib-0.71
>=gnome-base/gnome-keyring-2.21.92
gnome-base/gnome-settings-daemon
>=x11-libs/libnotify-0.2.1
x11-libs/libXau
x11-apps/xdpyinfo
gnome-base/gnome-settings-daemon
>=gnome-base/gconf-2
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
DEPEND="${RDEPEND}
x11-apps/xrdb
>=sys-devel/gettext-0.10.40
>=dev-util/pkgconfig-0.17
>=dev-util/intltool-0.35
!gnome-base/gnome-core
!<gnome-base/gdm-2.20.4"
# gnome-base/gnome-core overwrite /usr/bin/gnome-session
# gnome-base/gdm does not provide gnome.desktop anymore
DOCS="AUTHORS ChangeLog HACKING NEWS README"
pkg_setup() {
# TODO: convert libnotify to a configure option
G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable tcpd tcp-wrappers)"
}
src_unpack() {
gnome2_src_unpack
# Patch for Gentoo Branding (bug #42687)
use branding && epatch "${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch"
# Get rid of random asserts in tons of programs due to development versions
epatch "${FILESDIR}/${PN}-2.19.2-no-asserts.patch"
}
src_install() {
gnome2_src_install
dodir /etc/X11/Sessions
exeinto /etc/X11/Sessions
doexe "${FILESDIR}/Gnome"
# Our own splash for world domination
if use branding ; then
insinto /usr/share/pixmaps/splash/
doins "${DISTDIR}/gentoo-splash.png"
fi
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-26 22:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-26 22:48 [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session: ChangeLog gnome-session-2.22.2.ebuild gnome-session-2.22.1.ebuild gnome-session-2.22.0.ebuild Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox