From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q0Uya-0007lk-Dr for garchives@archives.gentoo.org; Fri, 18 Mar 2011 08:24:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C266E0462; Fri, 18 Mar 2011 08:23:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D4B6E0462 for ; Fri, 18 Mar 2011 08:23:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1AFA1B402F for ; Fri, 18 Mar 2011 08:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 095C780073 for ; Fri, 18 Mar 2011 08:23:56 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: 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-2.91.91-r1.ebuild gnome-base/gnome-shell/gnome-shell-2.91.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: c04d4cc42ff294d41118e8b8e78c0259e4bf3952 Date: Fri, 18 Mar 2011 08:23:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f4bf465456633b984edc07814098a932 commit: c04d4cc42ff294d41118e8b8e78c0259e4bf3952 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Mar 18 07:31:33 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Mar 18 07:31:33 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dc04d4cc4 gnome-base/gnome-shell: install gconf schemas, bug 359319 --- ....91.91.ebuild =3D> gnome-shell-2.91.91-r1.ebuild} | 1 + gnome-base/gnome-shell/gnome-shell-9999.ebuild | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-2.91.91.ebuild b/gnome-ba= se/gnome-shell/gnome-shell-2.91.91-r1.ebuild similarity index 99% rename from gnome-base/gnome-shell/gnome-shell-2.91.91.ebuild rename to gnome-base/gnome-shell/gnome-shell-2.91.91-r1.ebuild index 4a3c9cf..a83050c 100644 --- a/gnome-base/gnome-shell/gnome-shell-2.91.91.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-2.91.91-r1.ebuild @@ -89,6 +89,7 @@ src_prepare() { } =20 pkg_postinst() { + gnome2_pkg_postinst if ! has_version '>=3Dmedia-libs/gst-plugins-good-0.10.23' || \ ! has_version 'media-plugins/gst-plugins-vp8'; then ewarn "To make use of GNOME Shell's built-in screen recording utility,= " diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/= gnome-shell/gnome-shell-9999.ebuild index bc58dac..6ba5622 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -96,6 +96,7 @@ src_prepare() { } =20 pkg_postinst() { + gnome2_pkg_postinst if ! has_version '>=3Dmedia-libs/gst-plugins-good-0.10.23' || \ ! has_version 'media-plugins/gst-plugins-vp8'; then ewarn "To make use of GNOME Shell's built-in screen recording utility,= "