I have made the following changes intended for : CE:UX:MTF / ce-mtf-configs CE:UX:MTF / clean-device CE:UX:MTF / meegotouch-theme-darko
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/4056 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4056: Messages from BOSS: State: review at 2012-01-12T13:27:28 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: Project:MTF:UX / ce-mtf-configs -> CE:UX:MTF / ce-mtf-configs changes files: -------------- --- ce-mtf-configs.changes +++ ce-mtf-configs.changes @@ -0,0 +1,4 @@ +* Wed Jan 11 2012 Marko Saukko <[email protected]> - 0.3.2 +- Depdend on /usr/bin/gconftool-2 in post +- Some packaging cleanups + old: ---- boss.conf spec files: ----------- --- ce-mtf-configs.spec +++ ce-mtf-configs.spec @@ -7,7 +7,7 @@ Name: ce-mtf-configs Summary: Configuration files for Community Edition MTF UX -Version: 0.3.1 +Version: 0.3.2 Release: 1 Group: System/GUI/Other License: GPLv2 @@ -17,9 +17,9 @@ Source1: nemo-license.txt Source2: nemo-warranty.txt Source3: contents.ini -Source4: boss.conf -Source5: icon-l-about-meego-logo.png +Source4: icon-l-about-meego-logo.png Source100: ce-mtf-configs.yaml +Requires(post): /usr/bin/gconftool-2 %description @@ -46,17 +46,19 @@ rm -rf %{buildroot} # >> install pre # << install pre +mkdir -p %{buildroot}%{_sysconfdir}/xdg/meegotouchhome/ +cp -a %{SOURCE0} %{buildroot}%{_sysconfdir}/xdg/meegotouchhome/ +mkdir -p %{buildroot}%{_datadir}/about-contents/ +cp -a %{SOURCE1} %{buildroot}%{_datadir}/about-contents/ +mkdir -p %{buildroot}%{_datadir}/about-contents/ +cp -a %{SOURCE2} %{buildroot}%{_datadir}/about-contents/ +mkdir -p %{buildroot}%{_datadir}/about-contents/ +cp -a %{SOURCE3} %{buildroot}%{_datadir}/about-contents/ +mkdir -p %{buildroot}%{_datadir}/themes/base/meegotouch/icons/ +cp -a %{SOURCE4} %{buildroot}%{_datadir}/themes/base/meegotouch/icons/ + # >> install post -# launcherbuttons.data -install -d %{buildroot}%{_sysconfdir}/xdg/meegotouchhome -install -m 0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/xdg/meegotouchhome/launcherbuttons.data -install -d %{buildroot}/%{_datadir}/about-contents/ -install -m 0644 %{SOURCE1} %{buildroot}/%{_datadir}/about-contents/ -install -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/about-contents/ -install -m 0644 %{SOURCE3} %{buildroot}/%{_datadir}/about-contents/ -install -d %{buildroot}/%{_datadir}/themes/base/meegotouch/icons -install -m 644 %{SOURCE5} %{buildroot}/%{_datadir}/themes/base/meegotouch/icons/ # << install post @@ -65,19 +67,17 @@ # >> post # # Configure initial default CE desktop backgrounds -Config_Src=`gconftool-2 --get-default-source` -gconftool-2 --direct --config-source $Config_Src \ +Config_Src=`/usr/bin/gconftool-2 --get-default-source` +/usr/bin/gconftool-2 --direct --config-source $Config_Src \ -s -t string /desktop/meego/background/landscape/picture_filename \ /usr/share/themes/darko/meegotouch/images/meegotouch-wallpaper-landscape.jpg -gconftool-2 --direct --config-source $Config_Src \ +/usr/bin/gconftool-2 --direct --config-source $Config_Src \ -s -t string /desktop/meego/background/portrait/picture_filename \ /usr/share/themes/darko/meegotouch/images/meegotouch-wallpaper-portrait.jpg # Set/Override current theme name -gconftool-2 --direct --config-source $Config_Src \ +/usr/bin/gconftool-2 --direct --config-source $Config_Src \ -s -t string /meegotouch/theme/name darko - - # << post other changes: -------------- ++++++ ce-mtf-configs.yaml --- ce-mtf-configs.yaml +++ ce-mtf-configs.yaml @@ -1,17 +1,16 @@ Name: ce-mtf-configs Summary: Configuration files for Community Edition MTF UX -Version: 0.3.1 +Version: 0.3.2 Release: 1 Group: System/GUI/Other License: GPLv2 URL: https://gitorious.org/meego-developer-edition-for-n900/ce-mtf-configs -Sources: - - "launcherbuttons.data" - - "nemo-license.txt" - - "nemo-warranty.txt" - - "contents.ini" - - "boss.conf" - - "icon-l-about-meego-logo.png" +ExtraSources: + - launcherbuttons.data;%{_sysconfdir}/xdg/meegotouchhome/ + - nemo-license.txt;%{_datadir}/about-contents/ + - nemo-warranty.txt;%{_datadir}/about-contents/ + - contents.ini;%{_datadir}/about-contents/ + - icon-l-about-meego-logo.png;%{_datadir}/themes/base/meegotouch/icons/ Description: | Provides configuration for CE MTF UX: the icon order for home, default theme, background image names. Configure: none @@ -19,7 +18,9 @@ BuildArch: noarch NoSetup: yes NoIconCache: true +RequiresPost: + - /usr/bin/gconftool-2 Files: -- "%config %{_sysconfdir}/xdg/meegotouchhome/launcherbuttons.data" -- "%{_datadir}/about-contents/*" -- "%{_datadir}/themes/base/meegotouch/icons/icon-l-about-meego-logo.png" + - "%config %{_sysconfdir}/xdg/meegotouchhome/launcherbuttons.data" + - "%{_datadir}/about-contents/*" + - "%{_datadir}/themes/base/meegotouch/icons/icon-l-about-meego-logo.png" ++++++ deleted files: --- boss.conf submit: Project:MTF:UX / clean-device -> CE:UX:MTF / clean-device changes files: -------------- --- clean-device.changes +++ clean-device.changes @@ -0,0 +1,4 @@ +* Wed Jan 11 2012 Marko Saukko <[email protected]> - 0.1.1-1 +- Added dummy aegis-check.sh to replace the real one because we don't have aegis. +- Added dependency to mce. + new: ---- aegis-check.sh spec files: ----------- --- clean-device.spec +++ clean-device.spec @@ -14,7 +14,9 @@ BuildArch: noarch URL: http://maemo.gitorious.org/maemo-af/clean-device Source0: meegotouch-%{name}-%{version}-1.tar.gz +Source1: aegis-check.sh Source100: clean-device.yaml +Requires: mce BuildRequires: autoconf BuildRequires: automake @@ -58,6 +60,9 @@ # >> install pre # << install pre %make_install +mkdir -p %{buildroot}/usr/share/clean-device/ +cp -a %{SOURCE1} %{buildroot}/usr/share/clean-device/ + # >> install post # << install post other changes: -------------- ++++++ aegis-check.sh (new) --- aegis-check.sh +++ aegis-check.sh @@ -0,0 +1,2 @@ +#!/bin/sh + ++++++ clean-device.yaml --- clean-device.yaml +++ clean-device.yaml @@ -7,6 +7,8 @@ URL: http://maemo.gitorious.org/maemo-af/clean-device Sources: - "meegotouch-%{name}-%{version}-1.tar.gz" +ExtraSources: + - aegis-check.sh;/usr/share/clean-device/ Description: | Script to perform Clear-User-Data and Restore-Factory-Settings via run-parts PkgBR: @@ -14,6 +16,8 @@ - automake BuildArch: noarch Configure: configure +Requires: + - mce ConfigOptions: - --with-cuddir=meego-cud-scripts - --with-rfsdir=meego-rfs-scripts submit: Project:MTF:UX / meegotouch-theme-darko -> CE:UX:MTF / meegotouch-theme-darko changes files: -------------- --- meegotouch-theme-darko.changes +++ meegotouch-theme-darko.changes @@ -0,0 +1,9 @@ +* Thu Jan 12 2012 Jakub Pavelek <[email protected]> - 0.3.3 +- Added toolbar app icon that formeego.apps client needs +- Added favorite small and toolbar icons +- Added toolbar app and edit icons +- Added incoming call mid icon +- Added start-up logo (temporary) +- FIXES NEMO#72 - Missing graphics for startup/shutdown +- Added small remove icons + old: ---- meegotouch-theme-darko-0.3.2.tar.bz2 new: ---- meegotouch-theme-darko-0.3.3.tar.bz2 spec files: ----------- --- meegotouch-theme-darko.spec +++ meegotouch-theme-darko.spec @@ -7,7 +7,7 @@ Name: meegotouch-theme-darko Summary: Darko is a theme for MeeGo Handset/Nemo -Version: 0.3.2 +Version: 0.3.3 Release: 1 Group: System/GUI/Other License: Creative Commons Attribution-NonCommercial 3.0 Unported License other changes: -------------- ++++++ meegotouch-theme-darko-0.3.2.tar.bz2 -> meegotouch-theme-darko-0.3.3.tar.bz2 Binary files blanco/meegotouch/icons/icon-m-telephony-contact-avatar.png added Binary files blanco/meegotouch/icons/icon-m-telephony-incoming-call.png added Binary files blanco/meegotouch/icons/icon-m-toolbar-application.png added Binary files blanco/meegotouch/icons/icon-m-toolbar-edit.png added Binary files blanco/meegotouch/icons/icon-m-toolbar-favorite-mark.png added Binary files blanco/meegotouch/icons/icon-m-toolbar-favorite-unmark.png added Binary files blanco/meegotouch/icons/icon-s-common-favorite-mark.png added Binary files blanco/meegotouch/icons/icon-s-common-favorite-unmark.png added --- blanco/meegotouch/icons/icon-s-common-remove-inverse.png +++ blanco/meegotouch/icons/icon-s-common-remove-inverse.png +(symlink to ../../../meegotouch/icons/icon-s-common-remove-inverse.png) --- blanco/meegotouch/icons/icon-s-common-remove.png +++ blanco/meegotouch/icons/icon-s-common-remove.png +(symlink to ../../../meegotouch/icons/icon-s-common-remove.png) Binary files meegotouch/icons/icon-l-startup-nokia-logo-portrait.png added Binary files meegotouch/icons/icon-s-common-remove-inverse.png added Binary files meegotouch/icons/icon-s-common-remove.png added ++++++ meegotouch-theme-darko.yaml --- meegotouch-theme-darko.yaml +++ meegotouch-theme-darko.yaml @@ -1,6 +1,6 @@ Name: meegotouch-theme-darko Summary: Darko is a theme for MeeGo Handset/Nemo -Version: 0.3.2 +Version: 0.3.3 Release: 1 Group: System/GUI/Other License: Creative Commons Attribution-NonCommercial 3.0 Unported License
