I have made the following changes intended for : CE:UX:MTF / meegotouch-home
Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below https://build.pub.meego.com/request/show/2734 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2734: Messages from BOSS: None State: new 2011-10-24T21:25:04 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_UX_MTF_armv7hl found. accepted on No date Changes: submit: Project:MTF / meegotouch-home -> CE:UX:MTF / meegotouch-home Index: meegotouch-home.yaml =================================================================== --- meegotouch-home.yaml (revision 0) +++ meegotouch-home.yaml (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,77 @@ +Name: meegotouch-home +Summary: MeeGo Touch Homescreen +Version: 1.1.10m +Release: 1 +Group: System/GUI/Other +License: LGPL v2.1 +URL: https://meego.gitorious.org/meegotouch/meegotouch-home/commits/Meego_1.2 +Sources: + - "%{name}-%{version}.tar.bz2" + - meegotouch-home.desktop + - com.meego.duiready.service + - dui-ready-postlaunch.sh +Patches: + - disabled_tests.patch + - BMC_23347_prioritize_mtf_theme_icons.patch +Description: The home screen for the MeeGo Touch environment +PkgBR: + - fdupes + - doxygen + - gdb +PkgConfigBR: + - QtCore >= 4.6.0 + - QtOpenGL + - xdamage + - contextprovider-1.0 + - xcomposite + - meegotouch + - contentaction-0.1 + - x11 +Requires: + - libmeegotouchhome +Provides: + - duihome >= 0.21.9 +Obsoletes: + - duihome < 0.21.9 + - meegotouch-home < 0.23.1 + +Configure: none +Builder: make +SubPackages: + + + - Name: tests + Summary: MeeGo Touch Homescreen library + Group: Development/Libraries + Description: Tests files for MeeGo Touch Homescreen + + - Name: libmeegotouchhome + AsWholeName: yes + Summary: MeeGo Touch Homescreen library + Group: System/Libraries + Description: Library files for MeeGo Touch Homescreen + Requires: + - libmeegotouchhome-l10n-en + + - Name: libmeegotouchhome-l10n-en + AsWholeName: yes + Group: Development/Languages + Summary: English (en) MeeGo Touch Home translation + Description: | + This package contains the English translation for the MeeGo Touch Home + +# - Name: libmeegotouchhome-l10n-fi +# AsWholeName: yes +# Group: Development/Languages +# Summary: English (fi) MeeGo Touch Home translation +# Description: | +# This package contains the Finnish translation for the MeeGo Touch Home +# Files: +# - "%{_datadir}/l10n/meegotouch/libmeegotouchhome_fi.qm" + + - Name: libmeegotouchhome-devel + AsWholeName: yes + Summary: MeeGo Touch Homescreen library development files + Group: Development/Libraries + Description: Development files for MeeGo Touch Homescreen library + Index: dui-ready-postlaunch.sh =================================================================== --- dui-ready-postlaunch.sh (revision 0) +++ dui-ready-postlaunch.sh (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,12 @@ +#!/bin/sh +# +sleep 3; +for f in /etc/xdg/autostart-dui/*.desktop; do + #echo "processing file: $f"; + #find from the *.desktop files lines which contains "Exec=" in the beginning of line. + #and use awk to remove "Exec=" and use system command to launch the stripped exec command with & + #grep ^"Exec=" $f | awk '{sub(/Exec=/,"");print $0}' + grep ^"Exec=" $f | awk '{sub(/Exec=/,"");system($0 " &");}' + # sleep a while between each process launched + sleep 2; +done Index: meegotouch-home.changes =================================================================== --- meegotouch-home.changes (revision 0) +++ meegotouch-home.changes (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,218 @@ +* Wed Oct 05 2011 Marko Saukko <[email protected]> - 1.1.10m +- Removed empty language package. + +* Tue Sep 23 2011 Miroslav Safr <[email protected]> - 1.1.10m +- added BMC_23347_prioritize_mtf_theme_icons.patch +-- disabled icon loading from QT desktop themes because they are overlaping meegotouch theme icons + +* Tue Sep 20 2011 Miroslav Safr <[email protected]> - 1.1.10m +- added gdb build dependency because macro for debuginfo check version +- try to prioritize theme icons over /usr/share/pixmap icons + +* Thu Aug 26 2011 Miroslav Safr <[email protected]> - 1.1.10m +- switched to branch Meego_1.2 https://meego.gitorious.org/meegotouch/meegotouch-home/commits/Meego_1.2 +- and removed integrated commits +- keeping disabled_tests.patch because some tests requires installed libmeegotouchhome.. + +* Wed Aug 25 2011 Miroslav Safr <[email protected]> - 1.1.9 +-- upgrade + +* Wed Aug 18 2011 Miroslav Safr <[email protected]> - 1.1.1 +- BMC#22680 - Switcher thumbnails in overview mode have bad size +-- added BMC_22680_overview_mode.patch which solves the sizes + +* Tue Jun 26 2011 Miroslav Safr <[email protected]> - 1.1.1 +- BMC#14825 - [REG]Incorrect aspect ratio of thumbnail of application in both landscape and portrait mode. +-- added rotation check for "0 degree portrait" device +- renamed BMC14531_Navigation_bar_is_partially_displayed_in_live_thumbnails.patch to BMC_14531_Navigation_bar_is_partially_displayed_in_live_thumbnails.patch + +* Tue Jun 21 2011 Miroslav Safr <[email protected]> - 1.1.1 +- BMC#19272 - No application start-up indicator +-- added BMC_19272_No_application_start-up_indicator.patch + +* Tue Jun 21 2011 Alexandr Ivanov <[email protected]> - 1.1.1 +- BMC_18682_Live_thumbnails_titles_should_not_exceed_the_width_of_thumbnails.patch + +* Tue Jun 21 2011 Miroslav Safr <[email protected]> - 1.1.1 +- BMC#13578 - added limitation for all cases BMC_13578_application_name_in_thumbnail.patch + +* Mon Jun 20 2011 Miroslav Safr <[email protected]> - 1.1.1 +- BMC#13578 - added limitation for title to BMC_13578_application_name_in_thumbnail.patch so it is possible to press close button when title is too long +- renamed BMC19287_send_dui_ready_dbus_service_request.patch +- removed adjust_numberof_LauncherPage_icons.patch and added isntead BMC_19367_Home_grid_icons_in_landscape.patch which solves amount of launcher icons in lanscape + +* Thu Jun 16 2011 Mika Laitio <[email protected]> - 1.1.1 +- Send com.meego.duiready dbus session message once the desktop ui is ready. + This can be used for launching dbus service script which will itself + start launching processes that can be launched once the desktop is ready and usable. + This will speed up the boot process about 15 sec on N900 1.2 CE images when + class 6 sd card is used. (60 sec --> 45 sec) + Files which are launched once desktop is ready must contain .desktop file in + /etc/xdg/autostart-dui folder + +* Wed Jun 15 2011 Carsten Munk <[email protected]> - 1.1.1 +- Up the priority for .desktop file. uxlaunch will give us a really bad I/O priority otherwise. + +* Mon Jun 13 2011 Miroslav Safr <[email protected]> - 1.1.1 +- BMC#15766 [Trunk: Daily] Application thumbnails on home screen don't maintain their order after minimizing application that was just opened. +-- added BMC_15766-switcher-thumbnails-order.patch which handles old thumbnails in right order +- BMC#18546 - meegotouch application framework update for Meego 1.2. +-- updated to 1.1.1-1 + +* Mon Jun 13 2011 Alexandr Ivanov <[email protected]> - 0.31.0 +- Updated BMC14531_Navigation_bar_is_partially_displayed_in_live_thumbnails.patch + +* Tue May 24 2011 Miroslav Safr <[email protected]> - 0.31.0 +- BMC#18546 - meegotouch application framework update for Meego 1.2. +- changed group to System/GUI/Other + +* Thu Apr 14 2011 Fathi Boudra <[email protected]> - 0.23.10 +- added quick_launch_button.patch to fix the icons on the quick-launcher placed + too low. They are only 50% visible. + +* Thu Apr 07 2011 Miroslav Safr <[email protected]> - 0.23.20 +- BMC#15199 - Updated to 0.23.10 to make the theme working +- updated desktop file: removed --desktop option + +* Mon Mar 28 2011 Miroslav Safr <[email protected]> - 0.23.10 +- added BMC_10386_Duihome-was-distorted-and-pixelated.patch to solve orientation changes + +* Wed Mar 23 2011 Fathi Boudra <[email protected]> - 0.23.10 +- BMC14531_Navigation_bar_is_partially_displayed_in_live_thumbnails.patch + In meegotouch-home the method SwitcherButtonView::drawBackground() use style + attribute "cropping-top" to draw content of minimized windows. + "cropping-top" is always set to 100 while in this theme it should be + 80 nav bar + 40 status bar + +* Mon Mar 14 2011 Miroslav Safr <[email protected]> - 0.23.10 +- added BMC_14410_show_close_button.patch + +* Fri Mar 11 2011 Miroslav Safr <[email protected]> - 0.23.10 +- added BMC_13578_application_name_in_thumbnail.patch + +* Thu Mar 01 2011 Miroslav Safr <[email protected]> - 0.23.10 +- updated to 0.20.10 + +* Thu Feb 24 2011 Miroslav Safr <[email protected]> - 0.23.9 +- Update meegotouch components to week 8 (BMC#13802) + +* Fri Feb 10 2011 Miroslav Safr <[email protected]> - 0.23.5 +- BMC#13441 - Update meegotouch components to week 6 + - updated to 0.23.5-1 + +* Tue Feb 08 2011 Miroslav Safr <[email protected]> - 0.23.1-2 +- BMC#13099 - Separate packages for libmeegotouchhome and libmeegotouchhome-devel from meeogotuch-home + - moved also base configuration files for library to library package + +* Mon Feb 07 2011 Jari Smura <[email protected]> - 0.23.1 +- BMC#5997, BMC#7219 - added patch adjust_numberof_LauncherPage_icons to limit + the number of visible icons in desktop if the visible size of the window + (scene) is certain size + +* Fri Feb 05 2011 Miroslav Safr <[email protected]> - 0.23.1 +- BMC#13257 - Update meegotouch components to week 5 + - updated to 0.23.1-1 + +* Mon Jan 31 2011 Miroslav Safr <[email protected]> - 0.22.13 +- Update to release tag 0.22.13-1 +- BMC#13099 - Separate packages for libmeegotouchhome and libmeegotouchhome-devel from meeogotuch-home +- separated packages to:meegotouchhome, libmeegotouchhome, libmeegotouchhome-l10n-en, libmeegotouchhome-l10n-fi, libmeegotouchhome-devel, libmeegotouchhome-tests +- duihome removed + +* Mon Jan 10 2011 Miroslav Safr <[email protected]> - 0.22.12 +- BMC#12172 - Update meegotouch-home to latest tag 0.22.12 +- changed .desktop file exec from duihome to meegotouch home because of problem with configuration file path + +* Mon Jan 10 2011 Miroslav Safr <[email protected]> - 0.22.11 +- BMC#12172 - Update meegotouch-home to latest tag 0.22.11 + +* Tue Nov 03 2010 Miroslav Safr <[email protected]> - 0.22.9 +- Update to release tag 0.22.9-1 +- regenerated by spectacle 0.21 +- removed integrated comment_out_non-compiling_tests.patch +- removed fix_unresolved_meegotouch_syms.patch since the libmeegotouch is linking properly now + +* Tue Nov 03 2010 Miroslav Safr <[email protected]> - 0.22.04 +- Update to release tag 0.22.04-1 +- removed fix_unresolved_meegotouch_syms.patch because it is not needed anymore for building 2 unit tests + +* Fri Sep 17 2010 Kaitlin Rupert <[email protected]> - 0.21.21 +- Update to release tag 0.21.21-1 + +* Wed Aug 11 2010 Kaitlin Rupert <[email protected]> - 0.21.14 +- Add QtOpenGL and x11 BuildRequires +- Use qmake instead of qmake-qt4 + +* Fri Jul 09 2010 Kaitlin Rupert <[email protected]> - 0.21.14 +- Update to release tag 0.21.14-1 +- Remove obsolete patch: Modified-to-use-QIcon-to-load-application-icons-in-t +- Temporarily disable tests as they fail to compile + +* Thu Jul 08 2010 Kaitlin Rupert <[email protected]> - 0.21.9 +- Change X-DUI to X-MEEGO-HS in the meegotouch-home.desktop autostart file +- Resolve compile issue + +* Fri Jun 25 2010 Shane Bryan <[email protected]> - 0.21.9 +- Fix BMC#3456 Text should not be appearing under icons on task bar on home + +* Mon Jun 21 2010 Kaitlin Rupert <[email protected]> - 0.21.9 +- Changed start priority to Normal in desktop file - BMC #3333 +- Add -remote-theme to exec command in destop file - BMC #3335 + +* Wed Jun 16 2010 James Ketrenos <[email protected]> - 0.21.9 +- Added patch to change default task switcher view to Detail View + +* Tue Jun 15 2010 Kaitlin Rupert <[email protected]> - 0.21.9 +- Change package name to meegotouch-home to align with git repo rename + +* Fri Jun 4 2010 Kaitlin Rupert <[email protected]> - 0.21.9 +- Update to release tag 0.21.9-1 + +* Thu May 27 2010 Kaitlin Rupert <[email protected]> - 0.21.8 +- Remove doxygen from spec file + +* Tue May 25 2010 Kaitlin Rupert <[email protected]> - 0.21.8 +- Remove "unset LD_AS_NEEDED" from spec file + +* Tue May 18 2010 Kaitlin Rupert <[email protected]> - 0.21.8 +- Remove patch to enable applet space - this should be disabled for now + +* Mon May 17 2010 Kaitlin Rupert <[email protected]> - 0.21.8 +- Fix priority value in desktop - value needs to start with an upper case + +* Thu May 13 2010 Kaitlin Rupert <[email protected]> - 0.21.8 +- Add patch to enable applet space + +* Mon May 10 2010 Kaitlin Rupert <[email protected]> - 0.21.8 +- Update to 0.21.8 release +- Also check /usr/share/pixmap for icons + +* Thu May 06 2010 Kaitlin Rupert <[email protected]> - 0.21.6 +- Update to 0.21.6 release +- Add patch to use icons in the XFreeDesktop standard location + +* Tue Apr 20 2010 Kaitlin Rupert <[email protected]> - 0.21.0 +- Update to 0.21.0rc17 release + +* Mon Mar 29 2010 Prajwal Mohan <[email protected]> - 0.20.2 +- Fixing the OnlyShowIn key from DUI to X-DUI in .desktop file + +* Tue Mar 23 2010 Rusty Lynch <[email protected]> - 0.20.2 (18 more lines skipped) Index: BMC_23347_prioritize_mtf_theme_icons.patch =================================================================== --- BMC_23347_prioritize_mtf_theme_icons.patch (revision 0) +++ BMC_23347_prioritize_mtf_theme_icons.patch (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,25 @@ +diff --git a/src/libmeegotouchhome/launcherbuttonview.cpp b/src/libmeegotouchhome/launcherbuttonview.cpp +index eacae98..cf7d380 100644 +--- a/src/libmeegotouchhome/launcherbuttonview.cpp ++++ b/src/libmeegotouchhome/launcherbuttonview.cpp +@@ -194,6 +194,20 @@ void LauncherButtonView::setIconFromDesktopEntry() + connect(&iconWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(updateUnavailableIcon(QString)), Qt::UniqueConnection); + } + } else { ++ //BMC#23347 -[CE] Icon search paths are not correct (e.g. Dialer case) -> theming does not work ++ //unfortunatelly there is not curretly other way how to check if themedaemon has the graphics or not ++ //current ++ QString themeDirIcons("/usr/share/themes/" + MTheme::currentTheme() + "/meegotouch/icons/"); ++ if(QFileInfo(themeDirIcons + fileInfo.baseName() + ".png").exists() || QFileInfo(themeDirIcons + fileInfo.baseName() + ".svg").exists()) { ++ model()->setIconID(icon); ++ return; ++ } ++ //base ++ themeDirIcons = "/usr/share/themes/base/meegotouch/icons/"; ++ if(QFileInfo(themeDirIcons + fileInfo.baseName() + ".png").exists() || QFileInfo(themeDirIcons + fileInfo.baseName() + ".svg").exists()) { ++ model()->setIconID(icon); ++ return; ++ } + if (QIcon::hasThemeIcon(icon)) { + model()->setIcon(QIcon::fromTheme(icon)); + } else { Index: meegotouch-home.desktop =================================================================== --- meegotouch-home.desktop (revision 0) +++ meegotouch-home.desktop (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,4 @@ +[Desktop Entry] +Exec=/usr/bin/meegotouchhome -remote-theme +X-Moblin-Priority=High +OnlyShowIn=X-MEEGO-HS; Index: meegotouch-home.spec =================================================================== --- meegotouch-home.spec (revision 0) +++ meegotouch-home.spec (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,283 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: meegotouch-home +Summary: MeeGo Touch Homescreen +Version: 1.1.10m +Release: 1 +Group: System/GUI/Other +License: LGPL v2.1 +URL: https://meego.gitorious.org/meegotouch/meegotouch-home/commits/Meego_1.2 +Source0: %{name}-%{version}.tar.bz2 +Source1: meegotouch-home.desktop +Source2: com.meego.duiready.service +Source3: dui-ready-postlaunch.sh +Source100: meegotouch-home.yaml +Patch0: disabled_tests.patch +Patch1: BMC_23347_prioritize_mtf_theme_icons.patch +Requires: libmeegotouchhome +BuildRequires: pkgconfig(QtCore) >= 4.6.0 +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(xdamage) +BuildRequires: pkgconfig(contextprovider-1.0) +BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(meegotouch) +BuildRequires: pkgconfig(contentaction-0.1) +BuildRequires: pkgconfig(x11) +BuildRequires: fdupes +BuildRequires: doxygen +BuildRequires: gdb +Provides: duihome >= 0.21.9 +Obsoletes: duihome < 0.21.9 +Obsoletes: meegotouch-home < 0.23.1 + + +%description +The home screen for the MeeGo Touch environment + + +%package tests +Summary: MeeGo Touch Homescreen library +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description tests +Tests files for MeeGo Touch Homescreen + +%package -n libmeegotouchhome +Summary: MeeGo Touch Homescreen library +Group: System/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libmeegotouchhome-l10n-en +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + +%description -n libmeegotouchhome +Library files for MeeGo Touch Homescreen + +%package -n libmeegotouchhome-l10n-en +Summary: English (en) MeeGo Touch Home translation +Group: Development/Languages +Requires: %{name} = %{version}-%{release} + +%description -n libmeegotouchhome-l10n-en +This package contains the English translation for the MeeGo Touch Home + + +%package -n libmeegotouchhome-devel +Summary: MeeGo Touch Homescreen library development files +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description -n libmeegotouchhome-devel +Development files for MeeGo Touch Homescreen library + + +%prep +%setup -q -n %{name}-%{version} + +# disabled_tests.patch +%patch0 -p1 +# BMC_23347_prioritize_mtf_theme_icons.patch +%patch1 -p1 +# >> setup +# << setup + +%build +# >> build pre +export PATH=$PATH:/usr/lib/qt4/bin +qmake install_prefix=/usr +# << build pre + + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +export INSTALL_ROOT=%{buildroot} +# << install pre +%make_install + +# >> install post +install -D -m 644 %{SOURCE1} %{buildroot}/etc/xdg/autostart/meegotouch-home.desktop +install -D -m 644 %{SOURCE2} %{buildroot}/usr/share/dbus-1/services/com.meego.duiready.service +install -D -m 755 %{SOURCE3} %{buildroot}/usr/bin/dui-ready-postlaunch.sh + +# Removing docs. +rm -rf %{buildroot}/%{_datadir}/doc/ + +%fdupes %{buildroot}%{_datadir} +# << install post + + + + + + + + + + +%post -n libmeegotouchhome -p /sbin/ldconfig + +%postun -n libmeegotouchhome -p /sbin/ldconfig + + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%defattr(-, root, root, -) +%{_bindir}/meegotouchhome +%{_bindir}/dui-ready-postlaunch.sh +%exclude %{_bindir}/duihome +%{_libdir}/meegotouch/applicationextensions/libmeegotouchhome-plaindesktopbackgroundextension.so +%{_datadir}/themes/base/meegotouch/meegotouchhome +%{_datadir}/themes/base/meegotouch/libmeegotouchhome-plaindesktopbackgroundextension/style/libmeegotouchhome-plaindesktopbackgroundextension.css +%{_datadir}/meegotouch/applicationextensions/meegotouchhome-plaindesktopbackgroundextension.desktop +%{_datadir}/dbus-1/services/com.meego.duiready.service +%config /etc/xdg/autostart/*.desktop +# << files + + +%files tests +%defattr(-,root,root,-) +# >> files tests +%{_libdir}/meegotouchhome-tests +%{_datadir}/meegotouchhome-tests +# << files tests + +%files -n libmeegotouchhome +%defattr(-,root,root,-) +# >> files libmeegotouchhome +%{_libdir}/libmeegotouchhome.so.* +%{_datadir}/themes/base/meegotouch/libmeegotouchhome/libmeegotouchhome.conf +%{_datadir}/themes/base/meegotouch/libmeegotouchhome/style/libmeegotouchhome-default.css +%{_datadir}/themes/base/meegotouch/libmeegotouchhome/style/libmeegotouchhome.css +%{_datadir}/themes/base/meegotouch/libmeegotouchhome/style/libmeegotouchviews-modified-default.css +# << files libmeegotouchhome + +%files -n libmeegotouchhome-l10n-en +%defattr(-,root,root,-) +# >> files libmeegotouchhome-l10n-en +%{_datadir}/l10n/meegotouch/libmeegotouchhome.qm +# << files libmeegotouchhome-l10n-en + +%files -n libmeegotouchhome-devel +%defattr(-,root,root,-) +# >> files libmeegotouchhome-devel +%{_libdir}/libmeegotouchhome.so +%{_includedir}/meegotouchhome/applicationpackagemonitor.h +%{_includedir}/meegotouchhome/desktop.h +%{_includedir}/meegotouchhome/desktopmodel.h +%{_includedir}/meegotouchhome/desktopstyle.h +%{_includedir}/meegotouchhome/desktopview.h +%{_includedir}/meegotouchhome/extendedbuttonstyle.h +%{_includedir}/meegotouchhome/extendedbuttonview.h +%{_includedir}/meegotouchhome/extradirwatcher.h +%{_includedir}/meegotouchhome/home.h +%{_includedir}/meegotouchhome/homeapplication.h +%{_includedir}/meegotouchhome/homefiledatastore.h +%{_includedir}/meegotouchhome/homefiledatastore_p.h +%{_includedir}/meegotouchhome/homescreenadaptor.h +%{_includedir}/meegotouchhome/homescreenservice.h +%{_includedir}/meegotouchhome/homewindowmonitor.h +%{_includedir}/meegotouchhome/launcher.h +%{_includedir}/meegotouchhome/launcheraction.h +%{_includedir}/meegotouchhome/launcherbutton.h +%{_includedir}/meegotouchhome/launcherbuttonmodel.h +%{_includedir}/meegotouchhome/launcherbuttonprogressindicator.h (83 more lines skipped) Index: disabled_tests.patch =================================================================== --- disabled_tests.patch (revision 0) +++ disabled_tests.patch (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,51 @@ +diff --git a/tests/tests.pro b/tests/tests.pro +index 8ad519d..886d5e0 100644 +--- a/tests/tests.pro ++++ b/tests/tests.pro +@@ -5,22 +5,22 @@ TESTSUITES = \ + stubs \ + ut_desktop \ + ut_desktopview \ +- ut_extendedbuttonview \ ++# ut_extendedbuttonview \ + ut_home \ + ut_homeapplication \ + ut_homescreenservice \ + ut_homewindowmonitor \ + ut_launcher \ + ut_launcherbutton \ +- ut_launcherbuttonview \ ++# ut_launcherbuttonview \ + ut_launcherdatastore \ + ut_launcherpage \ + ut_launcherpageview \ +- ut_launcherview \ ++# ut_launcherview \ + ut_layoutvisualizationwrapper \ + ut_mainwindow \ + ut_pagedpanning \ +- ut_pagedviewport \ ++# ut_pagedviewport \ + ut_panningwatcher \ + ut_plaindesktopbackgroundextension \ + ut_plaindesktopbackgroundpixmap \ +@@ -28,15 +28,15 @@ TESTSUITES = \ + ut_quicklaunchbarview \ + ut_switcher \ + ut_switcherbutton \ +- ut_switcherbuttonview \ +- ut_switcherbuttonwithtitlebarview \ +- ut_switcherview \ ++# ut_switcherbuttonview \ ++# ut_switcherbuttonwithtitlebarview \ ++# ut_switcherview \ + ut_transformlayoutanimation \ + ut_windowinfo \ + ut_pagepositionindicatorview \ + ut_applicationpackagemonitor \ + ut_xeventlistener \ +- ut_launcherbuttonprogressindicatorview \ ++# ut_launcherbuttonprogressindicatorview \ + ut_homefiledatastore + # ut_test \ + Index: meegotouch-home-1.1.10m.tar.bz2 =================================================================== Binary file meegotouch-home-1.1.10m.tar.bz2 added Index: Makefile =================================================================== --- Makefile (revision 0) +++ Makefile (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,5 @@ +PKG_NAME := meegotouch-home +SPECFILE = $(addsuffix .spec, $(PKG_NAME)) +YAMLFILE = $(addsuffix .yaml, $(PKG_NAME)) + +include /usr/share/packaging-tools/Makefile.common Index: com.meego.duiready.service =================================================================== --- com.meego.duiready.service (revision 0) +++ com.meego.duiready.service (revision 9f7e239f757f66668e231b6a45f45edf) @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=com.meego.duiready +Exec=/bin/sh /usr/bin/dui-ready-postlaunch.sh +User=meego
