I have made the following changes intended for : CE:MW:Shared / maliit-framework
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/6819 Thank You, stskeeps [This message was auto-generated] --- Request # 6819: Messages from BOSS: State: review at 2012-09-30T07:22:53 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 / maliit-framework -> CE:MW:Shared / maliit-framework changes files: -------------- --- maliit-framework.changes +++ maliit-framework.changes @@ -0,0 +1,3 @@ +* Fri Sep 22 2012 Carsten Munk <[email protected]> - 0.81.3.0.1 +- Add systemd user session service file + new: ---- maliit-server.service spec files: ----------- --- maliit-framework.spec +++ maliit-framework.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.24 +# Generated by: spectacle version 0.25 # Name: maliit-framework @@ -17,6 +17,7 @@ Source0: %{name}-%{version}.tar.bz2 Source1: maliit-server.desktop Source2: maliit-server.sh +Source3: maliit-server.service Source100: maliit-framework.yaml Patch0: maliit-framework-0.81.3.0.1-version.patch Requires: dbus-x11 @@ -161,6 +162,8 @@ cp -a %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart mkdir -p %{buildroot}%{_sysconfdir}/profile.d cp -a %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d +mkdir -p %{buildroot}%{_libdir}/systemd/user/ +cp -a %{SOURCE3} %{buildroot}%{_libdir}/systemd/user/ # >> install post @@ -208,6 +211,7 @@ %{_datadir}/dbus-1/services/org.maliit.server.service %config %{_sysconfdir}/xdg/autostart/*.desktop %config %{_sysconfdir}/profile.d/maliit-server.sh +%{_libdir}/systemd/user/maliit-server.service %config %{_sysconfdir}/gconf/schemas/maliit-framework.schemas # >> files # << files other changes: -------------- ++++++ maliit-framework.yaml --- maliit-framework.yaml +++ maliit-framework.yaml @@ -12,6 +12,8 @@ ExtraSources: - maliit-server.desktop;%{_sysconfdir}/xdg/autostart - maliit-server.sh;%{_sysconfdir}/profile.d + - maliit-server.service;%{_libdir}/systemd/user/ + Description: | Core libraries of Maliit and server Requires: @@ -43,6 +45,7 @@ - "%{_datadir}/dbus-1/services/org.maliit.server.service" - "%config %{_sysconfdir}/xdg/autostart/*.desktop" - "%config %{_sysconfdir}/profile.d/maliit-server.sh" + - "%{_libdir}/systemd/user/maliit-server.service" - "%config %{_sysconfdir}/gconf/schemas/maliit-framework.schemas" RunFdupes: - "%{_libdir}" ++++++ maliit-server.service (new) --- maliit-server.service +++ maliit-server.service @@ -0,0 +1,9 @@ +[Unit] +Description=The Maliit server +After=xorg.target +Requires=dbus.socket xorg.target mthemedaemon.service + +[Service] +ExecStart=/usr/bin/maliit-server -remote-theme + +
