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 87655138200 for ; Sun, 9 Sep 2012 00:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A96B21C011; Sun, 9 Sep 2012 00:39:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E160421C011 for ; Sun, 9 Sep 2012 00:39:04 +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 2A03D33D758 for ; Sun, 9 Sep 2012 00:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1590E5449 for ; Sun, 9 Sep 2012 00:39:01 +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: <1347151076.c7b597e46e2c6161b4d20318e5304ca7e565f126.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.5.91.ebuild gnome-base/gnome-shell/gnome-shell-9999.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: c7b597e46e2c6161b4d20318e5304ca7e565f126 X-VCS-Branch: master Date: Sun, 9 Sep 2012 00:39:01 +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: 94251b21-b313-4a7c-a004-3512942e4180 X-Archives-Hash: bbdec98cf3c38e8a625bf753a8f6e082 commit: c7b597e46e2c6161b4d20318e5304ca7e565f126 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun Sep 9 00:12:37 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sun Sep 9 00:37:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c7b597e4 gnome-base/gnome-shell: update dependencies --- gnome-base/gnome-shell/gnome-shell-3.5.91.ebuild | 32 +++++++++++----------- gnome-base/gnome-shell/gnome-shell-9999.ebuild | 30 ++++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.5.91.ebuild b/gnome-base/gnome-shell/gnome-shell-3.5.91.ebuild index 3cd02d4..da18094 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.5.91.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.5.91.ebuild @@ -17,14 +17,13 @@ HOMEPAGE="http://live.gnome.org/GnomeShell" LICENSE="GPL-2" SLOT="0" -IUSE="+bluetooth +networkmanager systemd" +IUSE="+bluetooth +i18n +networkmanager systemd" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" fi -# latest g-c-c is needed due to https://bugs.gentoo.org/show_bug.cgi?id=360057 # libXfixes-5.0 needed for pointer barriers # TODO: gstreamer support is currently automagical: # gstreamer? ( >=media-libs/gstreamer-0.11.92 ) @@ -38,7 +37,7 @@ COMMON_DEPEND=" >=media-libs/clutter-1.11.11:1.0[introspection] >=dev-libs/json-glib-0.13.2 >=dev-libs/libcroco-0.6.2:0.6 - >=gnome-base/gnome-desktop-3.5.1:3 + >=gnome-base/gnome-desktop-3.5.1:3[introspection] >=gnome-base/gsettings-desktop-schemas-3.5.4 >=gnome-base/gnome-keyring-3.3.90 >=gnome-base/gnome-menus-3.5.3:3[introspection] @@ -46,7 +45,7 @@ COMMON_DEPEND=" >=gnome-extra/evolution-data-server-3.5.3 >=media-libs/gst-plugins-base-0.10.16:0.10 >=net-im/telepathy-logger-0.2.4[introspection] - >=net-libs/telepathy-glib-0.17.5[introspection] + >=net-libs/telepathy-glib-0.19[introspection] >=sys-auth/polkit-0.100[introspection] >=x11-libs/libXfixes-5.0 >=x11-wm/mutter-3.5.91[introspection] @@ -64,27 +63,30 @@ COMMON_DEPEND=" x11-libs/pango[introspection] x11-apps/mesa-progs - bluetooth? ( >=net-wireless/gnome-bluetooth-3.1.0[introspection] ) + bluetooth? ( >=net-wireless/gnome-bluetooth-3.5[introspection] ) networkmanager? ( >=net-misc/networkmanager-0.8.999[introspection] ) systemd? ( >=sys-apps/systemd-31 ) " # Runtime-only deps are probably incomplete and approximate. +# Introspection deps generated using: +# grep -roe "imports.gi.*" gnome-shell-* | cut -f2 -d: | sort | uniq # Each block: # 1. Pull in polkit-0.101 for pretty authorization dialogs -# 2. Introspection stuff + dconf needed via imports.gi.* +# 2. Introspection stuff needed via imports.gi.* # 3. gnome-session is needed for gnome-session-quit # 4. Control shell settings -# 5. accountsservice is needed for GdmUserManager (0.6.14 needed for fast -# user switching with gdm-3.1.x) -# 6. caribou needed for on-screen keyboard -# 7. xdg-utils needed for xdg-open, used by extension tool -# 8. gnome-icon-theme-symbolic neeed for various icons -# 9. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c +# 5. xdg-utils needed for xdg-open, used by extension tool +# 6. gnome-icon-theme-symbolic neeed for various icons +# 7. IBus is needed for i18n integration +# 8. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c RDEPEND="${COMMON_DEPEND} >=sys-auth/polkit-0.101[introspection] - >=gnome-base/dconf-0.4.1 + >=app-accessibility/caribou-0.3 + >=gnome-base/gdm-3.5[introspection] >=gnome-base/libgnomekbd-2.91.4[introspection] + media-libs/cogl[introspection] + >=sys-apps/accountsservice-0.6.14[introspection] sys-power/upower[introspection] >=gnome-base/gnome-session-2.91.91 @@ -92,14 +94,12 @@ RDEPEND="${COMMON_DEPEND} >=gnome-base/gnome-settings-daemon-2.91 >=gnome-base/gnome-control-center-2.91.92-r1[bluetooth(+)?] - >=sys-apps/accountsservice-0.6.14[introspection] - - >=app-accessibility/caribou-0.3 x11-misc/xdg-utils x11-themes/gnome-icon-theme-symbolic + i18n? ( >=app-i18n/ibus-1.4.99[dconf,gtk3,introspection] ) networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data ) diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild index 3cd02d4..73ca92b 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -17,14 +17,13 @@ HOMEPAGE="http://live.gnome.org/GnomeShell" LICENSE="GPL-2" SLOT="0" -IUSE="+bluetooth +networkmanager systemd" +IUSE="+bluetooth +i18n +networkmanager systemd" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" fi -# latest g-c-c is needed due to https://bugs.gentoo.org/show_bug.cgi?id=360057 # libXfixes-5.0 needed for pointer barriers # TODO: gstreamer support is currently automagical: # gstreamer? ( >=media-libs/gstreamer-0.11.92 ) @@ -38,7 +37,7 @@ COMMON_DEPEND=" >=media-libs/clutter-1.11.11:1.0[introspection] >=dev-libs/json-glib-0.13.2 >=dev-libs/libcroco-0.6.2:0.6 - >=gnome-base/gnome-desktop-3.5.1:3 + >=gnome-base/gnome-desktop-3.5.1:3[introspection] >=gnome-base/gsettings-desktop-schemas-3.5.4 >=gnome-base/gnome-keyring-3.3.90 >=gnome-base/gnome-menus-3.5.3:3[introspection] @@ -64,27 +63,30 @@ COMMON_DEPEND=" x11-libs/pango[introspection] x11-apps/mesa-progs - bluetooth? ( >=net-wireless/gnome-bluetooth-3.1.0[introspection] ) + bluetooth? ( >=net-wireless/gnome-bluetooth-3.5[introspection] ) networkmanager? ( >=net-misc/networkmanager-0.8.999[introspection] ) systemd? ( >=sys-apps/systemd-31 ) " # Runtime-only deps are probably incomplete and approximate. +# Introspection deps generated using: +# grep -roe "imports.gi.*" gnome-shell-* | cut -f2 -d: | sort | uniq # Each block: # 1. Pull in polkit-0.101 for pretty authorization dialogs -# 2. Introspection stuff + dconf needed via imports.gi.* +# 2. Introspection stuff needed via imports.gi.* # 3. gnome-session is needed for gnome-session-quit # 4. Control shell settings -# 5. accountsservice is needed for GdmUserManager (0.6.14 needed for fast -# user switching with gdm-3.1.x) -# 6. caribou needed for on-screen keyboard -# 7. xdg-utils needed for xdg-open, used by extension tool -# 8. gnome-icon-theme-symbolic neeed for various icons -# 9. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c +# 5. xdg-utils needed for xdg-open, used by extension tool +# 6. gnome-icon-theme-symbolic neeed for various icons +# 7. IBus is needed for i18n integration +# 8. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c RDEPEND="${COMMON_DEPEND} >=sys-auth/polkit-0.101[introspection] - >=gnome-base/dconf-0.4.1 + >=app-accessibility/caribou-0.3 + >=gnome-base/gdm-3.5[introspection] >=gnome-base/libgnomekbd-2.91.4[introspection] + media-libs/cogl[introspection] + >=sys-apps/accountsservice-0.6.14[introspection] sys-power/upower[introspection] >=gnome-base/gnome-session-2.91.91 @@ -92,14 +94,12 @@ RDEPEND="${COMMON_DEPEND} >=gnome-base/gnome-settings-daemon-2.91 >=gnome-base/gnome-control-center-2.91.92-r1[bluetooth(+)?] - >=sys-apps/accountsservice-0.6.14[introspection] - - >=app-accessibility/caribou-0.3 x11-misc/xdg-utils x11-themes/gnome-icon-theme-symbolic + i18n? ( >=app-i18n/ibus-1.4.99[dconf,gtk3,introspection] ) networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data )