I have made the following changes intended for : nemo:devel:hw:ti:omap4:pandaboard / 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.merproject.org//request/show/103 Thank You, Marko Saukko [This message was auto-generated] --- Request # 103: Messages from BOSS: Applying the actions required to automate this process has failed, because the cibot user was not authorized to do so. Please add cibot as a maintainer in the target projet nemo:devel:hw:ti:omap4:pandaboard Applying the actions required to automate this process has failed, because the cibot user was not authorized to do so. Please add cibot as a maintainer in the target projet nemo:devel:hw:ti:omap4:pandaboard State: revoked at 2013-03-26T19:59:32 by sage Reviews: new for cibot : Under automated review Changes: submit: home:sage:branches:nemo:devel:hw:ti:omap4:pandaboard / nemo-configs-pandaboard -> nemo:devel:hw:ti:omap4:pandaboard / nemo-mobile-configs-x86-vm changes files: -------------- ++++++ new changes file: --- nemo-configs-pandaboard.changes +++ nemo-configs-pandaboard.changes @@ -0,0 +1,3 @@ +* Tue Mar 26 2013 Marko Saukko <[email protected]> - 0.1 +- Initial version of nemo-configs-pandaboard + new: ---- 60-nemo-mobile-hw.conf nemo-configs-pandaboard.changes nemo-configs-pandaboard.spec nemo-configs-pandaboard.yaml spec files: ----------- ++++++ new spec file: --- nemo-configs-pandaboard.spec +++ nemo-configs-pandaboard.spec @@ -0,0 +1,54 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: nemo-configs-pandaboard + +# >> macros +# << macros + +Summary: Some configs for pandaboard adaptation in Nemo Mobile +Version: 0.1 +Release: 1 +Group: Configs +License: GPLv2 +Source0: 60-nemo-mobile-hw.conf +Source100: nemo-configs-pandaboard.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 + +# >> install post +install -D -m 644 %{SOURCE0} $RPM_BUILD_ROOT/var/lib/environment/nemo/60-nemo-mobile-hw.conf +# << install post + + +%files +%defattr(-,root,root,-) +/var/lib/environment/nemo/60-nemo-mobile-hw.conf +# >> files +# << files other changes: -------------- ++++++ 60-nemo-mobile-hw.conf (new) --- 60-nemo-mobile-hw.conf +++ 60-nemo-mobile-hw.conf @@ -0,0 +1,7 @@ +# Removing -nocursor to get cursor for vm's +OPTIONS=-background none + +# Defaultting to opengl runtime +QT_DEFAULT_RUNTIME_SYSTEM=opengl + +M_USE_SHOW_CURSOR=1 ++++++ nemo-configs-pandaboard.yaml (new) --- nemo-configs-pandaboard.yaml +++ nemo-configs-pandaboard.yaml @@ -0,0 +1,18 @@ +Name: nemo-configs-pandaboard +Summary: Some configs for pandaboard adaptation in Nemo Mobile +Description: | + %{summary}. +Version: 0.1 +Release: 1 +Group: Configs +License: GPLv2 +Sources: + - 60-nemo-mobile-hw.conf +Requires: + - nemo-mobile-session +NoSetup: true +Configure: none +Builder: none +Files: + - "/var/lib/environment/nemo/60-nemo-mobile-hw.conf" +
