Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-color-manager: gnome-color-manager-3.12.1.ebuild ChangeLog
Date: Sun, 27 Apr 2014 17:13:10
Message-Id: 20140427171304.4E7122004B@flycatcher.gentoo.org
1 eva 14/04/27 17:13:04
2
3 Modified: ChangeLog
4 Added: gnome-color-manager-3.12.1.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.46 gnome-extra/gnome-color-manager/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 18 Apr 2014 10:56:59 -0000 1.45
24 +++ ChangeLog 27 Apr 2014 17:13:04 -0000 1.46
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/gnome-color-manager
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.45 2014/04/18 10:56:59 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.46 2014/04/27 17:13:04 eva Exp $
30 +
31 +*gnome-color-manager-3.12.1 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-color-manager-3.12.1.ebuild:
35 + Version bump for Gnome 3.12.
36
37 18 Apr 2014; Pacho Ramos <pacho@g.o> -gnome-color-manager-3.8.3.ebuild:
38 Drop old
39
40
41
42 1.1 gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-color-manager-3.12.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild,v 1.1 2014/04/27 17:13:04 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit gnome2 virtualx
57
58 DESCRIPTION="Color profile manager for the GNOME desktop"
59 HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
60
61 LICENSE="GPL-2+"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="packagekit raw"
65
66 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
67 COMMON_DEPEND="
68 >=dev-libs/glib-2.31.10:2
69 >=media-libs/lcms-2.2:2
70 >=media-libs/libcanberra-0.10[gtk3]
71 media-libs/libexif
72 media-libs/tiff
73
74 >=x11-libs/gtk+-3.3.8:3
75 >=x11-libs/vte-0.25.1:2.90
76 >=x11-misc/colord-0.1.34:0=
77 >=x11-libs/colord-gtk-0.1.20
78
79 packagekit? ( app-admin/packagekit-base )
80 raw? ( media-gfx/exiv2 )
81 "
82 RDEPEND="${COMMON_DEPEND}"
83
84 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
85 DEPEND="${COMMON_DEPEND}
86 app-text/docbook-sgml-dtd:4.1
87 app-text/docbook-sgml-utils
88 dev-libs/libxslt
89 >=dev-util/intltool-0.35
90 virtual/pkgconfig
91 "
92
93 src_configure() {
94 # Always enable tests since they are check_PROGRAMS anyway
95 gnome2_src_configure \
96 --disable-static \
97 --enable-tests \
98 $(use_enable packagekit) \
99 $(use_enable raw exiv) \
100 ITSTOOL=$(type -P true)
101 }
102
103 src_test() {
104 Xemake check
105 }
106
107 pkg_postinst() {
108 gnome2_pkg_postinst
109
110 if ! has_version media-gfx/argyllcms ; then
111 elog "If you want to do display or scanner calibration, you will need to"
112 elog "install media-gfx/argyllcms"
113 fi
114 }