I have made the following changes intended for : CE:Adaptation:x86-generic / nemo-mobile-configs-x86-vm
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/7348 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7348: Messages from BOSS: State: review at 2012-11-08T21:15:31 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:sage:branches:Mer:fake:Core-next:i486 / nemo-mobile-configs-x86-vm -> CE:Adaptation:x86-generic / nemo-mobile-configs-x86-vm changes files: -------------- ++++++ new changes file: --- nemo-mobile-configs-x86-vm.changes +++ nemo-mobile-configs-x86-vm.changes @@ -0,0 +1,3 @@ +* Thu Nov 08 2012 Marko Saukko <[email protected]> - 1 +- Initial version of nemo-mobile-configs-x86-vm + new: ---- nemo-mobile-configs-x86-vm.changes nemo-mobile-configs-x86-vm.spec nemo-mobile-configs-x86-vm.yaml nemo-mobile-hw spec files: ----------- ++++++ new spec file: --- nemo-mobile-configs-x86-vm.spec +++ nemo-mobile-configs-x86-vm.spec @@ -0,0 +1,56 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: nemo-mobile-configs-x86-vm + +# >> macros +# << macros + +Summary: Some configs for x86-vm adaptation in Nemo Mobile +Version: 1 +Release: 1 +Group: Configs +License: GPLv2 +Source0: nemo-mobile-hw +Source100: nemo-mobile-configs-x86-vm.yaml +Requires: nemo-mobile-session + +%description +%{summary}. + + + +%prep +# No setup + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + + + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +mkdir -p %{buildroot}/etc/sysconfig/ +cp -a %{SOURCE0} %{buildroot}/etc/sysconfig/ + + +# >> install post +# << install post + + +%files +%defattr(-,root,root,-) +%{_sysconfdir}/sysconfig/nemo-mobile-hw +# >> files +# << files other changes: -------------- ++++++ nemo-mobile-configs-x86-vm.yaml (new) --- nemo-mobile-configs-x86-vm.yaml +++ nemo-mobile-configs-x86-vm.yaml @@ -0,0 +1,17 @@ +Name: nemo-mobile-configs-x86-vm +Summary: Some configs for x86-vm adaptation in Nemo Mobile +Description: | + %{summary}. +Version: 1 +Release: 1 +Group: Configs +License: GPLv2 +ExtraSources: + - nemo-mobile-hw;/etc/sysconfig/ +Requires: + - nemo-mobile-session +NoSetup: true +Configure: none +Builder: none +Files: + - "%{_sysconfdir}/sysconfig/nemo-mobile-hw" ++++++ nemo-mobile-hw (new) --- nemo-mobile-hw +++ nemo-mobile-hw @@ -0,0 +1,6 @@ +# Removing -nocursor to get cursor for vm's +OPTIONS=-background none + +# Clear the runtime system as the default "meego" set by +# nemo-mobile-session doesn't work on x86 properly +QT_DEFAULT_RUNTIME_SYSTEM=
