I have made the following changes intended for : CE:Adaptation:N900 / nokia-n900-configs
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/8102 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 8102: Messages from BOSS: State: review at 2013-02-18T09:06: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:plundstr:branches:CE:Adaptation:N900 / nokia-n900-configs -> CE:Adaptation:N900 / nokia-n900-configs changes files: -------------- --- nokia-n900-configs.changes +++ nokia-n900-configs.changes @@ -0,0 +1,5 @@ +* Mon Feb 18 2013 Pekka Lundstrom <[email protected]> - 0.7.5 +- File /etc/sysconfig/nemo-mobile-hw moved to + /var/lib/environment/nemo/60-nemo-mobile-hw.conf + This place holds all environment config files + old: ---- nemo-mobile-hw new: ---- 60-nemo-mobile-hw.conf spec files: ----------- --- nokia-n900-configs.spec +++ nokia-n900-configs.spec @@ -9,7 +9,7 @@ # << macros Summary: Provides configs for Nokia N900 -Version: 0.7.4 +Version: 0.7.5 Release: 1 Group: System/Device Mode Adaptation License: GPLv2 @@ -19,7 +19,7 @@ Source2: %{name}.sh Source3: pipelines.conf Source4: %{name}.service -Source5: nemo-mobile-hw +Source5: 60-nemo-mobile-hw.conf Source100: nokia-n900-configs.yaml Requires: kbd Requires: systemd @@ -50,9 +50,6 @@ rm -rf %{buildroot} # >> install pre # << install pre -mkdir -p %{buildroot}/etc/sysconfig/ -cp -a %{SOURCE5} %{buildroot}/etc/sysconfig/ - # >> install post install -D -m 644 %{SOURCE0} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/90-input-n900.conf @@ -62,6 +59,7 @@ install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/lib/systemd/system/%{name}.service install -d $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/ ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/%{name}.service +install -D -m 644 %{SOURCE5} $RPM_BUILD_ROOT/var/lib/environment/nemo/60-nemo-mobile-hw.conf # << install post @@ -87,7 +85,7 @@ %attr(755,root,root) /usr/sbin/%{name}.sh /lib/systemd/system/%{name}.service /lib/systemd/system/multi-user.target.wants/%{name}.service -%{_sysconfdir}/sysconfig/nemo-mobile-hw +/var/lib/environment/nemo/60-nemo-mobile-hw.conf # Camera %attr(644,root,root) %config %{_sysconfdir}/camera/pipelines.conf # << files other changes: -------------- ++++++ 60-nemo-mobile-hw.conf (new) --- 60-nemo-mobile-hw.conf +++ 60-nemo-mobile-hw.conf @@ -0,0 +1,5 @@ +# Set QT_USE_DRAG_DISTANCE environment variable +# The variable defines default value for QApplication's +# startDragDistance property +QT_USE_DRAG_DISTANCE=12 + ++++++ nokia-n900-configs.yaml --- nokia-n900-configs.yaml +++ nokia-n900-configs.yaml @@ -1,6 +1,6 @@ Name: nokia-n900-configs Summary: Provides configs for Nokia N900 -Version: 0.7.4 +Version: 0.7.5 Release: 1 Group: System/Device Mode Adaptation License: GPLv2 @@ -10,8 +10,8 @@ - "%{name}.sh" - pipelines.conf - "%{name}.service" -ExtraSources: - - nemo-mobile-hw;/etc/sysconfig/ + - 60-nemo-mobile-hw.conf + Description: Provides configs for Nokia N900 device. Requires: ++++++ deleted files: --- nemo-mobile-hw
