Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
Date: Mon, 02 Jul 2012 22:26:25
Message-Id: 1341267900.9b73dabffba2ea54a99ef0a00b513d7348dd5831.tetromino@gentoo
1 commit: 9b73dabffba2ea54a99ef0a00b513d7348dd5831
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 22:25:00 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Jul 2 22:25:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9b73dabf
7
8 gnome-extra/gnome-color-manager: sync with gx86
9
10 ---
11 .../gnome-color-manager-9999.ebuild | 20 +++++++++++++++-----
12 1 files changed, 15 insertions(+), 5 deletions(-)
13
14 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
15 index b99a780..b929324 100644
16 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
17 +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
18 @@ -1,6 +1,6 @@
19 -# Copyright 1999-2011 Gentoo Foundation
20 +# Copyright 1999-2012 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $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 $
23 +# $Header: $
24
25 EAPI="4"
26 GCONF_DEBUG="no"
27 @@ -24,8 +24,9 @@ fi
28 IUSE="clutter packagekit raw"
29
30 # FIXME: fix detection of docbook2man
31 -COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
32 -
33 +# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
34 +COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
35 + gnome-base/gnome-desktop:3
36 >=media-libs/lcms-2.2:2
37 >=media-libs/libcanberra-0.10[gtk3]
38 media-libs/libexif
39 @@ -33,11 +34,12 @@ COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
40
41 x11-libs/libX11
42 x11-libs/libXrandr
43 - >=x11-libs/gtk+-2.91:3
44 + >=x11-libs/gtk+-3.3.8:3
45 >=x11-libs/vte-0.25.1:2.90
46 >=x11-misc/colord-0.1.12
47
48 clutter? (
49 + >=media-libs/clutter-1.9.11:1.0
50 media-libs/clutter-gtk:1.0
51 media-libs/mash:0.2 )
52 packagekit? ( app-admin/packagekit-base )
53 @@ -53,6 +55,7 @@ DEPEND="${COMMON_DEPEND}
54 app-text/gnome-doc-utils
55 dev-libs/libxslt
56 >=dev-util/intltool-0.35
57 + virtual/pkgconfig
58 "
59
60 # FIXME: run test-suite with files on live file-system
61 @@ -69,3 +72,10 @@ pkg_setup() {
62 $(use_enable packagekit)
63 $(use_enable raw exiv)"
64 }
65 +
66 +pkg_postinst() {
67 + gnome2_pkg_postinst
68 +
69 + elog "If you want to do display or scanner calibration, you will need to"
70 + elog "install media-gfx/argyllcms"
71 +}