Did you mean to submit this to MeeGo:1.1:Core:Testing as well? Looks like the bug# references is approved for inclusion in 1.1...
rs On 9/29/10 1:03 AM, "Fathi Boudra" <[email protected]> wrote: Hi, I have made the following changes to qmf in project Trunk:Testing. Please review and accept ASAP. Thank You, Fathi Boudra [This message was auto-generated] --- Request #7921: submit: devel:qt-mtf/qmf(r17) -> Trunk:Testing/qmf Message: * Wed Sep 29 2010 Fathi Boudra <[email protected]> - 1.0~2010w35 - Add desktop file to autostart messageserver (BMC#5881) State: new 2010-09-29T01:03:42 boudra Comment: None changes files: -------------- --- qmf.changes +++ qmf.changes @@ -0,0 +1,3 @@ +* Wed Sep 29 2010 Fathi Boudra <[email protected]> - 1.0~2010w35 +- Add desktop file to autostart messageserver (BMC#5881) + new: ---- messageserver.desktop spec files: ----------- --- qmf.spec +++ qmf.spec @@ -14,6 +14,7 @@ URL: http://meego.gitorious.org/meego-middleware/messagingframework Source0: %{name}-%{version}.tar.gz Source1: %{name}.sh +Source2: messageserver.desktop Source100: qmf.yaml Patch0: 02_fix_installation_paths.patch Patch1: 04_no_rpath_tests_benchmarks.patch @@ -205,6 +206,8 @@ # >> install post install -D -p -m 0644 %{_sourcedir}/%{name}.sh \ %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh +install -D -p -m 0644 %{_sourcedir}/messageserver.desktop \ +%{buildroot}%{_sysconfdir}/xdg/autostart/messageserver.desktop # << install post %fdupes %{buildroot}/%{_includedir} @@ -371,6 +374,7 @@ %defattr(-,root,root,-) # >> files libmessageserver1 %config %{_sysconfdir}/profile.d/%{name}.sh +%config %{_sysconfdir}/xdg/autostart/messageserver.desktop %{_bindir}/messageserver %{_libdir}/libmessageserver.so.* %{_libdir}/qmf/plugins/messageservices/libimap.so other changes: -------------- ++++++ messageserver.desktop (new) --- messageserver.desktop +++ messageserver.desktop +[Desktop Entry] +Exec=/usr/bin/messageserver +X-Meego-Priority=Low +OnlyShowIn=X-MEEGO-HS; ++++++ qmf.yaml --- qmf.yaml +++ qmf.yaml @@ -8,6 +8,7 @@ Sources: - "%{name}-%{version}.tar.gz" - "%{name}.sh" + - messageserver.desktop Patches: - 02_fix_installation_paths.patch - 04_no_rpath_tests_benchmarks.patch _______________________________________________ Meego-commits mailing list [email protected] http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
