From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4B141395E2 for ; Tue, 29 Nov 2016 10:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0919E0BFC; Tue, 29 Nov 2016 10:28:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 876F2E0BFC for ; Tue, 29 Nov 2016 10:28:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A0A0341134 for ; Tue, 29 Nov 2016 10:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7525249A for ; Tue, 29 Nov 2016 10:28:18 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1480415235.c0723dac553fe33194d84eb4e4b32d012ffc03bb.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xiccd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xiccd/Manifest x11-misc/xiccd/metadata.xml x11-misc/xiccd/xiccd-0.2.3.ebuild X-VCS-Directories: x11-misc/xiccd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c0723dac553fe33194d84eb4e4b32d012ffc03bb X-VCS-Branch: master Date: Tue, 29 Nov 2016 10:28:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e6689d3c-825f-468b-882f-7c61537b5874 X-Archives-Hash: 8cd32150e3960bdb8d0f2af0381914c7 commit: c0723dac553fe33194d84eb4e4b32d012ffc03bb Author: Marek Szuba gentoo org> AuthorDate: Tue Nov 29 10:26:58 2016 +0000 Commit: Marek Szuba gentoo 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 @@ + + + + + marecki@gentoo.org + Marek Szuba + + + 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 gnome-base/gnome-settings-daemon + colord plugin or kde-misc/colord-kde but does not depend on + any particular desktop environment. + + + agalakhov/xiccd + + 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 +}