I have made the following changes intended for : CE:Adaptation:N950-N9 / nokia-n950-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/7792 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 7792: Messages from BOSS: State: review at 2013-02-06T14:16:37 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:N950-N9 / nokia-n950-configs -> CE:Adaptation:N950-N9 / nokia-n950-configs changes files: -------------- --- nokia-n950-configs.changes +++ nokia-n950-configs.changes @@ -0,0 +1,6 @@ +* Fri Feb 01 2013 Pekka Lundstrom <[email protected]> - 0.3.6 +- File /etc/sysconfig/nemo-mobile-hw renamed and moved to + /var/lib/environment/nemo/nemo-mobile-hw.conf + Content also fixed + Fixes NEMO#621 + old: ---- nemo-mobile-hw new: ---- nemo-mobile-hw.conf spec files: ----------- --- nokia-n950-configs.spec +++ nokia-n950-configs.spec @@ -1,6 +1,6 @@ Name: nokia-n950-configs Summary: Nokia N950-specific configuration files -Version: 0.3.5 +Version: 0.3.6 Release: 0 Group: System/Startup Services License: GPLv2 @@ -11,7 +11,7 @@ Source4: camera-pipelines.conf Source5: enable_gprs.desktop Source6: enable_gprs.sh -Source7: nemo-mobile-hw +Source7: nemo-mobile-hw.conf Source10: n950-plymouth-start-update.service Source11: nokia-n950-modules.conf Requires: xorg-x11-xkb-utils @@ -35,7 +35,7 @@ install -D -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/meegotouch/targets/N950.conf install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/camera/pipelines.conf install -D -m 755 %{SOURCE6} $RPM_BUILD_ROOT/%{_bindir}/enable_gprs.sh -install -D -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/nemo-mobile-hw +install -D -m 644 %{SOURCE7} $RPM_BUILD_ROOT/var/lib/environment/nemo/nemo-mobile-hw.conf # systemd install -D -m 644 %{SOURCE11} $RPM_BUILD_ROOT/usr/lib/modules-load.d/nokia-n950-modules.conf install -d $RPM_BUILD_ROOT/lib/systemd/system/sysinit.target.wants/ @@ -62,7 +62,7 @@ %{_datadir}/meegotouch/targets/* %config %{_sysconfdir}/camera/pipelines.conf %{_bindir}/* -%{_sysconfdir}/sysconfig/nemo-mobile-hw +/var/lib/environment/nemo/nemo-mobile-hw.conf /lib/systemd/system/n950-plymouth-start-update.service /lib/systemd/system/sysinit.target.wants/n950-plymouth-start-update.service /usr/lib/modules-load.d/nokia-n950-modules.conf other changes: -------------- ++++++ nemo-mobile-hw.conf (new) --- nemo-mobile-hw.conf +++ nemo-mobile-hw.conf @@ -0,0 +1,4 @@ +# Set QT_USE_DRAG_DISTANCE environment variable +# The variable defines default value for QApplication's +# startDragDistance property +QT_USE_DRAG_DISTANCE=16 ++++++ deleted files: --- nemo-mobile-hw
