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.77) (envelope-from ) id 1Slp4a-0007in-Oi for garchives@archives.gentoo.org; Mon, 02 Jul 2012 22:26:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B63E0683; Mon, 2 Jul 2012 22:26:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9BFAFE0683 for ; Mon, 2 Jul 2012 22:26:17 +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 E72861B4026 for ; Mon, 2 Jul 2012 22:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AA129E5436 for ; Mon, 2 Jul 2012 22:26:15 +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: <1341267900.9b73dabffba2ea54a99ef0a00b513d7348dd5831.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild X-VCS-Directories: gnome-extra/gnome-color-manager/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 9b73dabffba2ea54a99ef0a00b513d7348dd5831 X-VCS-Branch: master Date: Mon, 2 Jul 2012 22:26:15 +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: 445153dd-e049-4c22-af05-4e2425165b2e X-Archives-Hash: 43efd2025a5b1b693ecaf38fa8dce508 commit: 9b73dabffba2ea54a99ef0a00b513d7348dd5831 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Jul 2 22:25:00 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Jul 2 22:25:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D9b73dabf gnome-extra/gnome-color-manager: sync with gx86 --- .../gnome-color-manager-9999.ebuild | 20 ++++++++++++++= +----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebu= ild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild index b99a780..b929324 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome= -color-manager-2.32.0.ebuild,v 1.6 2011/03/23 06:10:42 ssuominen Exp $ +# $Header: $ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" @@ -24,8 +24,9 @@ fi IUSE=3D"clutter packagekit raw" =20 # FIXME: fix detection of docbook2man -COMMON_DEPEND=3D">=3Ddev-libs/glib-2.30.0:2 - +# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=3D67333= 1 +COMMON_DEPEND=3D">=3Ddev-libs/glib-2.31.10:2 + gnome-base/gnome-desktop:3 >=3Dmedia-libs/lcms-2.2:2 >=3Dmedia-libs/libcanberra-0.10[gtk3] media-libs/libexif @@ -33,11 +34,12 @@ COMMON_DEPEND=3D">=3Ddev-libs/glib-2.30.0:2 =20 x11-libs/libX11 x11-libs/libXrandr - >=3Dx11-libs/gtk+-2.91:3 + >=3Dx11-libs/gtk+-3.3.8:3 >=3Dx11-libs/vte-0.25.1:2.90 >=3Dx11-misc/colord-0.1.12 =20 clutter? ( + >=3Dmedia-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) @@ -53,6 +55,7 @@ DEPEND=3D"${COMMON_DEPEND} app-text/gnome-doc-utils dev-libs/libxslt >=3Ddev-util/intltool-0.35 + virtual/pkgconfig " =20 # FIXME: run test-suite with files on live file-system @@ -69,3 +72,10 @@ pkg_setup() { $(use_enable packagekit) $(use_enable raw exiv)" } + +pkg_postinst() { + gnome2_pkg_postinst + + elog "If you want to do display or scanner calibration, you will need t= o" + elog "install media-gfx/argyllcms" +}