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 0F50E1381F3 for ; Thu, 22 Nov 2012 22:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7042E05EC; Thu, 22 Nov 2012 22:49:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 430FFE05EC for ; Thu, 22 Nov 2012 22:49:36 +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 1516533D91E for ; Thu, 22 Nov 2012 22:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 68BE2E5442 for ; Thu, 22 Nov 2012 22:49:32 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1353624051.4183c45a72522b1627dce5f8e78bfdd570e2b17c.eva@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.6.1-r1.ebuild gnome-base/gnome-shell/gnome-shell-3.6.2.ebuild gnome-base/gnome-shell/gnome-shell-9999.ebuild gnome-base/gnome-shell/metadata.xml X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4183c45a72522b1627dce5f8e78bfdd570e2b17c X-VCS-Branch: master Date: Thu, 22 Nov 2012 22:49:32 +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: f0e89f89-3f84-4e0c-a3dd-aba6ee5f4f15 X-Archives-Hash: 83172214a04c75a059fc10aa2fb50b1c commit: 4183c45a72522b1627dce5f8e78bfdd570e2b17c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Nov 22 22:40:51 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Nov 22 22:40:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4183c45a gnome-base/gnome-shell: 3.6.1-r1 → 3.6.2 --- ...ll-3.6.1-r1.ebuild => gnome-shell-3.6.2.ebuild} | 5 +++-- gnome-base/gnome-shell/gnome-shell-9999.ebuild | 5 +++-- gnome-base/gnome-shell/metadata.xml | 9 +++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.6.2.ebuild similarity index 98% rename from gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild rename to gnome-base/gnome-shell/gnome-shell-3.6.2.ebuild index 0f5d535..5bad729 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.6.2.ebuild @@ -108,6 +108,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.17 + dev-libs/libxslt >=dev-util/intltool-0.40 gnome-base/gnome-common virtual/pkgconfig @@ -124,8 +125,8 @@ src_prepare() { DOCS="AUTHORS NEWS README" # Don't error out on warnings G2CONF="${G2CONF} + --enable-man --enable-compile-warnings=maximum - --disable-schemas-compile --disable-jhbuild-wrapper-script $(use_with bluetooth) $(use_enable networkmanager) @@ -159,7 +160,7 @@ pkg_postinst() { gnome2_pkg_postinst if ! has_version 'media-libs/gst-plugins-good:1.0' || \ - ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then + ! has_version 'media-plugins/gst-plugins-vpx:1.0'; then ewarn "To make use of GNOME Shell's built-in screen recording utility," ewarn "you need to either install media-libs/gst-plugins-good:1.0" ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change" diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild index 0f5d535..5bad729 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -108,6 +108,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.17 + dev-libs/libxslt >=dev-util/intltool-0.40 gnome-base/gnome-common virtual/pkgconfig @@ -124,8 +125,8 @@ src_prepare() { DOCS="AUTHORS NEWS README" # Don't error out on warnings G2CONF="${G2CONF} + --enable-man --enable-compile-warnings=maximum - --disable-schemas-compile --disable-jhbuild-wrapper-script $(use_with bluetooth) $(use_enable networkmanager) @@ -159,7 +160,7 @@ pkg_postinst() { gnome2_pkg_postinst if ! has_version 'media-libs/gst-plugins-good:1.0' || \ - ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then + ! has_version 'media-plugins/gst-plugins-vpx:1.0'; then ewarn "To make use of GNOME Shell's built-in screen recording utility," ewarn "you need to either install media-libs/gst-plugins-good:1.0" ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change" diff --git a/gnome-base/gnome-shell/metadata.xml b/gnome-base/gnome-shell/metadata.xml new file mode 100644 index 0000000..4961103 --- /dev/null +++ b/gnome-base/gnome-shell/metadata.xml @@ -0,0 +1,9 @@ + + + + gnome + + Use sys-apps/systemd instead of + sys-auth/consolekit for session tracking + +