commit: c0723dac553fe33194d84eb4e4b32d012ffc03bb Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Nov 29 10:26:58 2016 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Nov 29 10:27:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0723dac
x11-misc/xiccd: new package A desktop environment-free equivalent of the gnome-settings-daemon colord plug-in, colord-kde and so on. Package-Manager: portage-2.3.2 x11-misc/xiccd/Manifest | 1 + x11-misc/xiccd/metadata.xml | 19 +++++++++++++++++++ x11-misc/xiccd/xiccd-0.2.3.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/x11-misc/xiccd/Manifest b/x11-misc/xiccd/Manifest new file mode 100644 index 00000000..0511572 --- /dev/null +++ b/x11-misc/xiccd/Manifest @@ -0,0 +1 @@ +DIST xiccd-0.2.3.tar.gz 30136 SHA256 b455cd08ad917b40cb89971e93ccc6f13f98e13e4c07be585499c8abecece993 SHA512 2c68c5de95dd6390c4196e198c63a78f82903d4f1210b98b8e67ee7b0ebc5d06e21e553288e2ced26c2df9c232c0b6fd1972308bf0a0e31dbdfae8ec208a86ec WHIRLPOOL b6648d378c38ebf5a4c383cf6ccc3f500d84962f07c49ffd296b7b57799b4c546784c8bc9b7ebeb49df9f110836132e3832be526936d8b2e78f76a31edc7ca3e diff --git a/x11-misc/xiccd/metadata.xml b/x11-misc/xiccd/metadata.xml new file mode 100644 index 00000000..0f9feee --- /dev/null +++ b/x11-misc/xiccd/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Marek Szuba</name> + </maintainer> + <longdescription lang="en"> + xiccd enumerates displays and register them in colord, creates default + ICC profiles based on EDID data, applies ICC profiles provided by + colord, and maintains user's private ICC storage directory. It does + basically the same as <pkg>gnome-base/gnome-settings-daemon</pkg> + colord plugin or <pkg>kde-misc/colord-kde</pkg> but does not depend on + any particular desktop environment. + </longdescription> + <upstream> + <remote-id type="github">agalakhov/xiccd</remote-id> + </upstream> +</pkgmetadata> diff --git a/x11-misc/xiccd/xiccd-0.2.3.ebuild b/x11-misc/xiccd/xiccd-0.2.3.ebuild new file mode 100644 index 00000000..969007c --- /dev/null +++ b/x11-misc/xiccd/xiccd-0.2.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="A desktop environment-independent bridge between colord and X" +HOMEPAGE="https://github.com/agalakhov/xiccd" +SRC_URI="https://github.com/agalakhov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-libs/glib:2 + x11-apps/xrandr + x11-misc/colord" +DEPEND="${RDEPEND}" + +src_prepare() { + default + eautoreconf +}
