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 1QsHjp-0003Eu-Pm for garchives@archives.gentoo.org; Sat, 13 Aug 2011 17:11:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E509B21C086; Sat, 13 Aug 2011 17:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9B25821C086 for ; Sat, 13 Aug 2011 17:11:01 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B39D31B4041 for ; Sat, 13 Aug 2011 17:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CFBB080040 for ; Sat, 13 Aug 2011 17:10:59 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <8f38833ac9d5422ba788eaeb6c2ac4329c53ba86.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-tweak-tool/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild X-VCS-Directories: gnome-extra/gnome-tweak-tool/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 8f38833ac9d5422ba788eaeb6c2ac4329c53ba86 Date: Sat, 13 Aug 2011 17:10:59 +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: 3ed84c9cb69c472eafcb9975aba1bf50 commit: 8f38833ac9d5422ba788eaeb6c2ac4329c53ba86 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Aug 13 17:08:36 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Aug 13 17:08:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D8f38833a gnome-extra/gnome-tweak-tool: add missing runtime dependencies gnome-tweak-tool will crash at runtime if it cannot find the gsettings and gconf schemas for gnome-shell, gnome-settings-daemon, metacity, and nautilus. Thanks to angelos for pointing this out on IRC. --- .../gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild b= /gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild index 26f601d..0f26629 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild @@ -23,9 +23,15 @@ COMMON_DEPEND=3D" >=3Dgnome-base/gsettings-desktop-schemas-2.91.92 >=3Ddev-python/pygobject-2.28.0:2[introspection] gnome-base/gconf:2" +# g-s-d, gnome-shell etc. needed at runtime for the gsettings schemas RDEPEND=3D"${COMMON_DEPEND} + gnome-base/gconf:2[introspection] x11-libs/gtk+:3[introspection] - gnome-base/gconf:2[introspection]" + + >=3Dgnome-base/gnome-settings-daemon-3 + gnome-base/gnome-shell + >=3Dgnome-base/nautilus-3 + x11-wm/metacity" DEPEND=3D"${COMMON_DEPEND} >=3Ddev-util/intltool-0.40.0 >=3Ddev-util/pkgconfig-0.9