summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2016-11-29 11:26:58 +0100
committerMarek Szuba <marecki@gentoo.org>2016-11-29 11:27:15 +0100
commitc0723dac553fe33194d84eb4e4b32d012ffc03bb (patch)
tree2a562a91ad07a950baf0868d26ee111a76d98eb9 /x11-misc
parentdev-scheme/gauche: fix build (diff)
downloadgentoo-c0723dac553fe33194d84eb4e4b32d012ffc03bb.tar.gz
gentoo-c0723dac553fe33194d84eb4e4b32d012ffc03bb.tar.bz2
gentoo-c0723dac553fe33194d84eb4e4b32d012ffc03bb.zip
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
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xiccd/Manifest1
-rw-r--r--x11-misc/xiccd/metadata.xml19
-rw-r--r--x11-misc/xiccd/xiccd-0.2.3.ebuild25
3 files changed, 45 insertions, 0 deletions
diff --git a/x11-misc/xiccd/Manifest b/x11-misc/xiccd/Manifest
new file mode 100644
index 000000000000..0511572609e1
--- /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 000000000000..0f9feee94985
--- /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 000000000000..969007c8b694
--- /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
+}