diff options
author | Christophe Lermytte <gentoo@lermytte.be> | 2016-11-08 19:00:59 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-09 08:59:26 +0100 |
commit | 36833d13dfba9d53132a77e12f989649d1408304 (patch) | |
tree | 116a9d8038bbe3a695b99a41caf0a3918f08b8a7 /gnome-extra | |
parent | gnome-extra/gnome-boxes: add gnome-boxes-3.22.2.ebuild (diff) | |
download | gentoo-36833d13dfba9d53132a77e12f989649d1408304.tar.gz gentoo-36833d13dfba9d53132a77e12f989649d1408304.tar.bz2 gentoo-36833d13dfba9d53132a77e12f989649d1408304.zip |
gnome-extra/gnome-color-manager: add gnome-color-manager-3.22.2.ebuild
Simple bump, no relevant changes in
https://git.gnome.org/browse/gnome-color-manager/diff/?id=GNOME_COLOR_MANAGER_3_22_2&&id2=GNOME_COLOR_MANAGER_3_22_1
Closes: https://github.com/gentoo/gentoo/pull/2784
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-color-manager/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-color-manager/gnome-color-manager-3.22.2.ebuild | 65 |
2 files changed, 66 insertions, 0 deletions
diff --git a/gnome-extra/gnome-color-manager/Manifest b/gnome-extra/gnome-color-manager/Manifest index 8a7bc6650e5f..ed7e2961647b 100644 --- a/gnome-extra/gnome-color-manager/Manifest +++ b/gnome-extra/gnome-color-manager/Manifest @@ -1,2 +1,3 @@ DIST gnome-color-manager-3.20.0.tar.xz 2661180 SHA256 fc4b8b075e79c1633ad935fb42e2aa06bf31a3e7e15360c705c771366e540793 SHA512 1c308fcf3f0d752f23fbbcd701272e05ede481260dffc77203d255b93da0278cd593558461309df0ea95d77b60c176c5ba2c695c27ec5042914a22272f033505 WHIRLPOOL 3ca5af3e491e7949f3af70611bcc304999d9afc4547442eb989d974aec4e95b993430eca9076f689e9239ee8bc88879c8773cb42574ed60c60913763e4f31158 DIST gnome-color-manager-3.22.1.tar.xz 2669824 SHA256 c12a3c034b3047c562b635fcec4891ee8cee9b840b83ca46410d99d422680023 SHA512 e063c2e56c4ad4a3e12577e68f34d6256afc9bb2d7d0238401f893a1b412b002b9ae9b8eda2a5862600e531a4aa4af878a6db0dc0776b5ba13735053182c0057 WHIRLPOOL 6b24e290bb1f1add252fa0752f89195df0e097fdca8f2adcb21f2a4fef062bf30c7bd92f0773ea06165a283e3cf872969a49548966d378af3125df127b8f1074 +DIST gnome-color-manager-3.22.2.tar.xz 2671864 SHA256 e837a184e66a6a5fb778730a58d3aa8d3a10a447e13f48efc86cac7e4c94d45b SHA512 dd50cff841fc8e70554c0c998494e363b709d1a8d4084dfc8daca6297d9491c1b797c4f3f106284e0f8ef133ac77704ad805b5519566c2f49e311f30a1e8397f WHIRLPOOL 188bf45db1e7713fdf884d35ce6274a65a9d4f338a428b4555ba8d09b75d9f907b60377d8bcc355f0afe9ad93ae106f2d0eeb4a49150112f2d476883e60990dc diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.22.2.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.22.2.ebuild new file mode 100644 index 000000000000..ac450300fdde --- /dev/null +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.22.2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 virtualx + +DESCRIPTION="Color profile manager for the GNOME desktop" +HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="packagekit raw" + +# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331 +RDEPEND=" + >=dev-libs/glib-2.31.10:2 + >=media-libs/lcms-2.2:2 + >=media-libs/libcanberra-0.10[gtk3] + media-libs/libexif + media-libs/tiff:0= + + >=x11-libs/gtk+-3.3.8:3 + >=x11-libs/vte-0.25.1:2.91 + >=x11-misc/colord-1.3.1:0= + >=x11-libs/colord-gtk-0.1.20 + + packagekit? ( app-admin/packagekit-base ) + raw? ( media-gfx/exiv2 ) +" +# docbook-sgml-{utils,dtd:4.1} needed to generate man pages +DEPEND="${RDEPEND} + app-text/docbook-sgml-dtd:4.1 + app-text/docbook-sgml-utils + dev-libs/appstream-glib + dev-libs/libxslt + >=dev-util/intltool-0.35 + dev-util/itstool + virtual/pkgconfig +" + +src_configure() { + # Always enable tests since they are check_PROGRAMS anyway + # appstream does not want to be relax by default ! + gnome2_src_configure \ + --disable-static \ + --enable-tests \ + $(use_enable packagekit) \ + $(use_enable raw exiv) +# APPSTREAM_UTIL=$(type -P true) +} + +src_test() { + virtx emake check +} + +pkg_postinst() { + gnome2_pkg_postinst + + if ! has_version media-gfx/argyllcms ; then + elog "If you want to do display or scanner calibration, you will need to" + elog "install media-gfx/argyllcms" + fi +} |