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/5228 Thank You, Marko Saukko [This message was auto-generated] --- Request # 5228: Messages from BOSS: State: review at 2012-07-18T08:36: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:sage: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,5 @@ +* Wed Jul 16 2012 Marko Saukko <[email protected]> - 0.3.1 +- Change MTF n950 config X=856->X=854 to fix tearing issue on N9/N950. +- Enable alsa-utils dependency +- Disable uxlaunch dependency + spec files: ----------- --- nokia-n950-configs.spec +++ nokia-n950-configs.spec @@ -1,13 +1,15 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.25 # + +Name: nokia-n950-configs + # >> macros # << macros -Name: nokia-n950-configs Summary: Nokia N950-specific configuration files -Version: 0.3.0 +Version: 0.3.1 Release: 0 Group: System/Startup Services License: GPLv2 @@ -25,19 +27,17 @@ Source10: n950-plymouth-start-update.service Source11: boss.conf Source100: nokia-n950-configs.yaml -Requires: uxlaunch +Requires: alsa-utils Requires: xorg-x11-xkb-utils Requires: systemd Requires(preun): systemd Requires(post): systemd Requires(postun): systemd - %description N950-specific configuration files that are hacks and/or are hard to find a proper place for. - %prep # No setup @@ -52,6 +52,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -78,8 +79,10 @@ %preun +if [ "$1" -eq 0 ]; then systemctl stop %{name}.service systemctl stop n950-plymouth-start-update.service +fi %post systemctl daemon-reload @@ -89,7 +92,6 @@ %postun systemctl daemon-reload - %files %defattr(-,root,root,-) # >> files @@ -106,5 +108,3 @@ /lib/systemd/system/n950-plymouth-start-update.service /lib/systemd/system/sysinit.target.wants/n950-plymouth-start-update.service # << files - - other changes: -------------- ++++++ meegotouch-N950.conf --- meegotouch-N950.conf +++ meegotouch-N950.conf @@ -1,5 +1,5 @@ [resolution] -X=856 +X=854 Y=480 [ppi] X=254 ++++++ nokia-n950-configs.yaml --- nokia-n950-configs.yaml +++ nokia-n950-configs.yaml @@ -1,6 +1,6 @@ Name: nokia-n950-configs Summary: Nokia N950-specific configuration files -Version: 0.3.0 +Version: 0.3.1 Release: 0 Group: System/Startup Services License: GPLv2 @@ -21,9 +21,8 @@ Description: N950-specific configuration files that are hacks and/or are hard to find a proper place for. Requires: - - uxlaunch # For audio part of %{name}.sh - #- alsa-utils + - alsa-utils # For n950-xkb-hack.desktop - xorg-x11-xkb-utils
