Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > ecb685d7477ca74fc483c1c20322aeda > files > 2

colord-kde-0.2.0-1.fc16.src.rpm

Name:           colord-kde
Version:        0.2.0
Release:        1%{?dist}
Summary:        Colord support for KDE

License:        GPLv2+
URL:            http://www.kde.org/
Source0:        http://dl.dropbox.com/u/37314029/%{name}-%{version}.tar.bz2

# upstreamable patch - X-KDE-ParentApp has to be set to kcontrol to be visible

BuildRequires:  cmake kdelibs-devel colord-devel

# need kcmshell4 from kde-runtime at least (from kcm_touchpad SPEC)
Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}

# colord is a dbus daemon
Requires: colord

%description
KDE support for colord including KDE Daemon module and System Settings module.


%prep
%setup -q


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd

make %{?_smp_mflags} -C %{_target_platform}


%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}


%files
%doc COPYING MAINTAINERS TODO
%{_kde4_libdir}/kde4/*.so
%{_kde4_sharedir}/kde4/services/*

%changelog
* Thu Apr 05 2012 Jaroslav Reznik <jreznik@redhat.com> - 0.2.0-1
- update to version 0.2.0

* Thu Mar 22 2012 Jaroslav Reznik <jreznik@redhat.com> - 0.1.0-2
- fix kcmshell4 visibility by setting X-KDE-ParentApp

* Wed Mar 21 2012 Jaroslav Reznik <jreznik@redhat.com> - 0.1.0-1
- initial try