public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xiccd/
Date: Tue, 29 Nov 2016 10:28:18 +0000 (UTC)	[thread overview]
Message-ID: <1480415235.c0723dac553fe33194d84eb4e4b32d012ffc03bb.marecki@gentoo> (raw)

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>marecki@gentoo.org</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
+}


             reply	other threads:[~2016-11-29 10:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-29 10:28 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-01  9:53 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xiccd/ Marek Szuba
2018-05-25 10:47 Marek Szuba
2018-06-20 10:15 Marek Szuba
2019-06-10 16:08 Marek Szuba
2019-10-08 14:57 Marek Szuba
2019-11-15 12:38 Agostino Sarubbo
2021-09-28  9:24 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480415235.c0723dac553fe33194d84eb4e4b32d012ffc03bb.marecki@gentoo \
    --to=marecki@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox