diff options
author | 2008-01-09 22:02:28 +0000 | |
---|---|---|
committer | 2008-01-09 22:02:28 +0000 | |
commit | 26bac0254cd7abf51b2efbcc7b263cdb80ac216c (patch) | |
tree | 891337d508a75870a6bc8e299b4e8d441ab19976 /gnome-base | |
parent | Update mirrors (diff) | |
download | gentoo-2-26bac0254cd7abf51b2efbcc7b263cdb80ac216c.tar.gz gentoo-2-26bac0254cd7abf51b2efbcc7b263cdb80ac216c.tar.bz2 gentoo-2-26bac0254cd7abf51b2efbcc7b263cdb80ac216c.zip |
bump to 2.20.3
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-session/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-base/gnome-session/files/digest-gnome-session-2.20.3 | 6 | ||||
-rw-r--r-- | gnome-base/gnome-session/gnome-session-2.20.3.ebuild | 66 |
3 files changed, 80 insertions, 2 deletions
diff --git a/gnome-base/gnome-session/ChangeLog b/gnome-base/gnome-session/ChangeLog index 1c22ffea51ff..4598c376a5e2 100644 --- a/gnome-base/gnome-session/ChangeLog +++ b/gnome-base/gnome-session/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gnome-session -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.203 2007/11/29 09:52:21 leio Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.204 2008/01/09 22:02:27 eva Exp $ + +*gnome-session-2.20.3 (09 Jan 2008) + + 09 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-session-2.20.3.ebuild: + bump to 2.20.3 *gnome-session-2.20.2 (29 Nov 2007) diff --git a/gnome-base/gnome-session/files/digest-gnome-session-2.20.3 b/gnome-base/gnome-session/files/digest-gnome-session-2.20.3 new file mode 100644 index 000000000000..682c14b93c69 --- /dev/null +++ b/gnome-base/gnome-session/files/digest-gnome-session-2.20.3 @@ -0,0 +1,6 @@ +MD5 f02a80d3f1435547a479312c15cc1030 gentoo-splash.png 78064 +RMD160 e75052892920e1c919aae1f6e53853c27b2e063f gentoo-splash.png 78064 +SHA256 24fa48bc26db0d446e0098b3e94fd3cdec4610faca0b3282da0bec79bedbc179 gentoo-splash.png 78064 +MD5 f9d80e12c8fd79efa9786f617ba18bc7 gnome-session-2.20.3.tar.bz2 751906 +RMD160 0e70455a1b776babc86ff472b6f7fd86a7c305e2 gnome-session-2.20.3.tar.bz2 751906 +SHA256 eff4f7a1eb15a9a92317de9c07f9530ce1110c9ac84fc777f97a59316b9f2ee1 gnome-session-2.20.3.tar.bz2 751906 diff --git a/gnome-base/gnome-session/gnome-session-2.20.3.ebuild b/gnome-base/gnome-session/gnome-session-2.20.3.ebuild new file mode 100644 index 000000000000..04e21a38f6e4 --- /dev/null +++ b/gnome-base/gnome-session/gnome-session-2.20.3.ebuild @@ -0,0 +1,66 @@ +# 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.20.3.ebuild,v 1.1 2008/01/09 22:02:27 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 esd ipv6 tcpd" + +RDEPEND=">=dev-libs/glib-2.13 + >=x11-libs/gtk+-2.11.1 + x11-libs/libXau + x11-apps/xdpyinfo + >=gnome-base/libgnomeui-2.2 + >=gnome-base/control-center-2.15.4 + >=x11-libs/libnotify-0.2.1 + >=gnome-base/gconf-2 + >=gnome-base/gnome-keyring-0.5.1 + >=dev-libs/dbus-glib-0.71 + esd? ( >=media-sound/esound-0.2.26 ) + 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/gnome-core overwrite /usr/bin/gnome-session +DOCS="AUTHORS ChangeLog HACKING NEWS README" + +pkg_setup() { + # TODO: convert libnotify to a configure option + G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable esd) $(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 +} |