From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F295E138010 for ; Mon, 10 Sep 2012 06:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D0DC21C00F; Mon, 10 Sep 2012 06:22:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4B67121C001 for ; Mon, 10 Sep 2012 06:22:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2907633C50C for ; Mon, 10 Sep 2012 06:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DFF66E543C for ; Mon, 10 Sep 2012 06:22:26 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1347254429.07e45a6f9125b43ac671823b1931c7e24afe2867.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-session/gnome-session-3.5.91.ebuild gnome-base/gnome-session/gnome-session-9999.ebuild X-VCS-Directories: gnome-base/gnome-session/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 07e45a6f9125b43ac671823b1931c7e24afe2867 X-VCS-Branch: master Date: Mon, 10 Sep 2012 06:22:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4e02054f-8595-4ffe-8b56-456930077d7b X-Archives-Hash: d53a2e625a012f6ebebc47edde96d406 commit: 07e45a6f9125b43ac671823b1931c7e24afe2867 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Sep 10 05:20:29 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon Sep 10 05:20:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=07e45a6f Add gnome-base/gnome-session-3.5.91 --- ...ion-9999.ebuild => gnome-session-3.5.91.ebuild} | 12 +++++++----- gnome-base/gnome-session/gnome-session-9999.ebuild | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/gnome-base/gnome-session/gnome-session-9999.ebuild b/gnome-base/gnome-session/gnome-session-3.5.91.ebuild similarity index 93% copy from gnome-base/gnome-session/gnome-session-9999.ebuild copy to gnome-base/gnome-session/gnome-session-3.5.91.ebuild index fdb186a..4b49445 100644 --- a/gnome-base/gnome-session/gnome-session-9999.ebuild +++ b/gnome-base/gnome-session/gnome-session-3.5.91.ebuild @@ -20,18 +20,17 @@ if [[ ${PV} = 9999 ]]; then else KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" fi -IUSE="doc elibc_FreeBSD ipv6 systemd" +IUSE="doc elibc_FreeBSD gconf ipv6 systemd" # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* # xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). # gdk-pixbuf used in the inhibit dialog -COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 +COMMON_DEPEND=">=dev-libs/glib-2.33.4:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.90.7:3 >=dev-libs/json-glib-0.10 >=dev-libs/dbus-glib-0.76 - >=gnome-base/gconf-2:2 >=sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) @@ -46,7 +45,9 @@ COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 x11-libs/libXtst x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk - x11-apps/xdpyinfo" + x11-apps/xdpyinfo + + gconf? ( >=gnome-base/gconf-2:2 )" # Pure-runtime deps from the session files should *NOT* be added here # Otherwise, things like gdm pull in gnome-shell # gnome-themes-standard is needed for the failwhale dialog themeing @@ -56,7 +57,7 @@ RDEPEND="${COMMON_DEPEND} >=gnome-base/gsettings-desktop-schemas-0.1.7 >=x11-themes/gnome-themes-standard-2.91.92 sys-apps/dbus[X] - systemd? ( >=sys-apps/systemd-38 ) + systemd? ( >=sys-apps/systemd-183 ) !systemd? ( sys-auth/consolekit )" DEPEND="${COMMON_DEPEND} >=dev-lang/perl-5 @@ -76,6 +77,7 @@ pkg_setup() { --disable-schemas-compile --docdir="${EPREFIX}/usr/share/doc/${PF}" $(use_enable doc docbook-docs) + $(use_enable gconf) $(use_enable ipv6) $(use_enable systemd)" DOCS="AUTHORS ChangeLog NEWS README" diff --git a/gnome-base/gnome-session/gnome-session-9999.ebuild b/gnome-base/gnome-session/gnome-session-9999.ebuild index fdb186a..4b49445 100644 --- a/gnome-base/gnome-session/gnome-session-9999.ebuild +++ b/gnome-base/gnome-session/gnome-session-9999.ebuild @@ -20,18 +20,17 @@ if [[ ${PV} = 9999 ]]; then else KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" fi -IUSE="doc elibc_FreeBSD ipv6 systemd" +IUSE="doc elibc_FreeBSD gconf ipv6 systemd" # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* # xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). # gdk-pixbuf used in the inhibit dialog -COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 +COMMON_DEPEND=">=dev-libs/glib-2.33.4:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.90.7:3 >=dev-libs/json-glib-0.10 >=dev-libs/dbus-glib-0.76 - >=gnome-base/gconf-2:2 >=sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) @@ -46,7 +45,9 @@ COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 x11-libs/libXtst x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk - x11-apps/xdpyinfo" + x11-apps/xdpyinfo + + gconf? ( >=gnome-base/gconf-2:2 )" # Pure-runtime deps from the session files should *NOT* be added here # Otherwise, things like gdm pull in gnome-shell # gnome-themes-standard is needed for the failwhale dialog themeing @@ -56,7 +57,7 @@ RDEPEND="${COMMON_DEPEND} >=gnome-base/gsettings-desktop-schemas-0.1.7 >=x11-themes/gnome-themes-standard-2.91.92 sys-apps/dbus[X] - systemd? ( >=sys-apps/systemd-38 ) + systemd? ( >=sys-apps/systemd-183 ) !systemd? ( sys-auth/consolekit )" DEPEND="${COMMON_DEPEND} >=dev-lang/perl-5 @@ -76,6 +77,7 @@ pkg_setup() { --disable-schemas-compile --docdir="${EPREFIX}/usr/share/doc/${PF}" $(use_enable doc docbook-docs) + $(use_enable gconf) $(use_enable ipv6) $(use_enable systemd)" DOCS="AUTHORS ChangeLog NEWS README"