[darktable] Add colord support with cmake patch from houz

madko madko at fedoraproject.org
Sun Nov 24 12:55:07 UTC 2013


commit fe49b5f40117ab0cc4ef49a3f4b5b2cbb5e50ff6
Author: Edouard Bourguignon <madko at linuxed.net>
Date:   Sun Nov 24 13:54:46 2013 +0100

    Add colord support with cmake patch from houz

 .gitignore     |    1 +
 darktable.spec |   10 +++++++++-
 sources        |    1 +
 3 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a339d2f..1c25c36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /darktable-1.2.2.tar.xz
 /darktable-1.2.2-nopatents.tar.xz
 /darktable-1.2.3-nopatents.tar.xz
+/try_to_make_dt_compile_with_colord_support_on_fedora.patch
diff --git a/darktable.spec b/darktable.spec
index 0212397..0c69ac0 100644
--- a/darktable.spec
+++ b/darktable.spec
@@ -3,7 +3,7 @@
 
 Name:		darktable
 Version:	1.2.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Utility to organize and develop raw images
 
 Group:		Applications/Multimedia
@@ -17,6 +17,9 @@ Source0:	%{name}-%{version}-nopatents.tar.xz
 # tarball's directory:
 # ./dartabke-generate-nopatents-tarball.sh <version> 
 Source1:	darktable-generate-nopatents-tarball.sh
+
+Patch0:         try_to_make_dt_compile_with_colord_support_on_fedora.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -44,6 +47,7 @@ BuildRequires:	json-glib-devel
 %if 0%{?with_gegl}
 BuildRequires:	gegl-devel
 %endif
+BuildRequires:	colord-devel
 
 Requires:	gtk2-engines
 
@@ -60,6 +64,7 @@ It also enables you to develop raw images and enhance them.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
 mkdir buildFedora
@@ -129,6 +134,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Nov 24 2013 Edouard Bourguignon <madko at linuxed.net> - 1.2.3-2
+- Add colord-devel support (bug #1033899) with cmake patch (thanks houz) 
+
 * Sat Sep 21 2013 Edouard Bourguignon <madko at linuxed.net> - 1.2.3-1
 - Upgrade to 1.2.3
 - Adding appdata file
diff --git a/sources b/sources
index 8402b8d..20972fc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 fd37e12393ccd8e1cfa955b99dc13715  darktable-generate-nopatents-tarball.sh
 5cea8665e1498bc8e595da34aa33297d  darktable-1.2.3-nopatents.tar.xz
+e4ce8988e4e09ea5b95169d00ef35939  try_to_make_dt_compile_with_colord_support_on_fedora.patch


More information about the scm-commits mailing list