Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f3ff698255c530f065bdd5df06f7bca17147d116)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f3ff698255c530f065bdd5df06f7bca17147d116)
  • Date: Mon, 3 Oct 2011 18:19:13 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
x11/colord/DEPENDS | 3 +++
x11/colord/DETAILS | 15 +++++++++++++++
x11/colord/HISTORY | 2 ++
x11/colord/PRE_BUILD | 5 +++++
5 files changed, 28 insertions(+)

New commits:
commit f3ff698255c530f065bdd5df06f7bca17147d116
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

x11/colord: new spell, daemon that maps devices to color profiles

diff --git a/ChangeLog b/ChangeLog
index f291632..18239d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-03 Ladislav Hagara <hgr AT vabo.cz>
+ * x11/colord: new spell, daemon that maps devices to color profiles
+
2011-10-01 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/dblatex: new spell, produces dvi, ps and pdf from
docbook

diff --git a/x11/colord/DEPENDS b/x11/colord/DEPENDS
new file mode 100755
index 0000000..802b052
--- /dev/null
+++ b/x11/colord/DEPENDS
@@ -0,0 +1,3 @@
+depends xz-utils &&
+depends lcms2 &&
+cast udev
diff --git a/x11/colord/DETAILS b/x11/colord/DETAILS
new file mode 100755
index 0000000..c24cd73
--- /dev/null
+++ b/x11/colord/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=colord
+ VERSION=0.1.13
+
SOURCE_HASH=sha512:53b2f3d31344b0480e014f4a90ab065e906219ea3d8e996c9e02dda58cfb24c5080712f13fe7dd60bf8b02e5833ec3e8a0e4f7bf2214e90ffa072cebe60cce8b
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.freedesktop.org/software/colord/releases/$SOURCE
+ WEB_SITE=http://www.freedesktop.org/software/colord/
+ LICENSE[0]=GPL
+ ENTERED=20111003
+ SHORT="daemon that maps devices to color profiles"
+cat << EOF
+colord is a system activated daemon that maps devices to color profiles.
+It is used by gnome-color-manager for system integration and use when
+there are no users logged in.
+EOF
diff --git a/x11/colord/HISTORY b/x11/colord/HISTORY
new file mode 100644
index 0000000..06a3bc4
--- /dev/null
+++ b/x11/colord/HISTORY
@@ -0,0 +1,2 @@
+2011-10-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 0.1.13
diff --git a/x11/colord/PRE_BUILD b/x11/colord/PRE_BUILD
new file mode 100755
index 0000000..6f54504
--- /dev/null
+++ b/x11/colord/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $BUILD_DIRECTORY &&
+verify_file '' &&
+xz -dc $SOURCE_CACHE/$SOURCE | tar -xf -
+cd $SOURCE_DIRECTORY



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f3ff698255c530f065bdd5df06f7bca17147d116), Ladislav Hagara, 10/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page