I have made the following changes intended for : CE:MW:Shared / contactsd
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/6768 Thank You, stskeeps [This message was auto-generated] --- Request # 6768: Messages from BOSS: State: review at 2012-09-22T11:22:02 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:stskeeps:user-sessions:MW:Shared / contactsd -> CE:MW:Shared / contactsd changes files: -------------- --- contactsd.changes +++ contactsd.changes @@ -0,0 +1,3 @@ +* Sat Sep 22 2012 Carsten Munk <[email protected]> - 1.1.1 +- Add systemd user session service file + new: ---- contactsd.service spec files: ----------- --- contactsd.spec +++ contactsd.spec @@ -8,6 +8,7 @@ License: LGPLv2 Source0: %{name}-%{version}.tar.gz Source1: contactsd.desktop +Source2: contactsd.service Patch0: 0001-Move-tests-according-to-Mer-packaging-guidelines.patch BuildRequires: pkgconfig(qmsystem2) BuildRequires: pkgconfig(QtCore) @@ -32,6 +33,7 @@ %files %defattr(-,root,root,-) %config %{_sysconfdir}/xdg/autostart/contactsd.desktop +%{_libdir}/systemd/user/contactsd.service %{_bindir}/contactsd %{_libdir}/contactsd-1.0/plugins/*.so # we currently don't have a backup framework @@ -80,3 +82,6 @@ make INSTALL_ROOT=%{buildroot} install mkdir -p %{buildroot}/%{_sysconfdir}/xdg/autostart cp %{SOURCE1} %{buildroot}/%{_sysconfdir}/xdg/autostart/ +mkdir -p %{buildroot}/%{_libdir}/systemd/user/ +cp %{SOURCE2} %{buildroot}/%{_libdir}/systemd/user/ + other changes: -------------- ++++++ contactsd.service (new) --- contactsd.service +++ contactsd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Contacts daemon +After=xorg.target +Requires=dbus.socket xorg.target + +[Service] +ExecStart=/usr/bin/contactsd + +
