public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: x11-misc/colord/
Date: Sun,  8 May 2011 17:36:51 +0000 (UTC)	[thread overview]
Message-ID: <80fba9c4e88f28aadf4a426b5e836ff7609dec17.eva@gentoo> (raw)

commit:     80fba9c4e88f28aadf4a426b5e836ff7609dec17
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 17:34:49 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May  8 17:34:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=80fba9c4

x11-misc/colord: Initial ebuild

---
 x11-misc/colord/colord-0.1.7.ebuild |   53 +++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/x11-misc/colord/colord-0.1.7.ebuild b/x11-misc/colord/colord-0.1.7.ebuild
new file mode 100644
index 0000000..aab708c
--- /dev/null
+++ b/x11-misc/colord/colord-0.1.7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit base
+
+DESCRIPTION="system service to accurately color manage input and output devices"
+HOMEPAGE="http://colord.hughsie.com/"
+SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# XXX: raise to libusb-1.0.9:1 when available
+RDEPEND="
+	dev-db/sqlite:3
+	>=dev-libs/glib-2.25.9:2
+	>=dev-libs/libusb-1.0.8:1
+	media-gfx/sane-backends
+	media-libs/lcms:2
+	>=sys-auth/polkit-0.97
+	sys-fs/udev[extras]
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-sgml-utils
+	dev-libs/libxslt
+	>=dev-util/intltool-0.35
+	dev-util/pkgconfig
+	sys-devel/gettext
+"
+
+# FIXME: needs pre-installed dbus service files
+RESTRICT="test"
+
+DOCS=(AUTHORS ChangeLog MAINTAINERS NEWS README TODO)
+
+src_configure() {
+	econf \
+		--disable-examples \
+		--disable-static \
+		--enable-polkit \
+		--enable-reverse \
+		--enable-sane
+}
+
+src_install() {
+	base_src_install
+	find "${D}" -name "*.la" -delete
+}



             reply	other threads:[~2011-05-08 17:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-08 17:36 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-14  6:36 [gentoo-commits] proj/gnome:master commit in: x11-misc/colord/ Nirbheek Chauhan
2011-06-24 17:35 Alexandre Restovtsev
2011-07-12  4:39 Alexandre Restovtsev
2011-08-10  1:33 Alexandre Restovtsev
2011-09-27  6:06 Alexandre Restovtsev
2011-09-28 21:18 Alexandre Restovtsev
2011-10-05 17:14 Nirbheek Chauhan
2011-10-05 17:59 Alexandre Restovtsev
2012-11-05  7:51 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2019-02-24 12:26 Mart Raudsepp

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=80fba9c4e88f28aadf4a426b5e836ff7609dec17.eva@gentoo \
    --to=eva@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