I have made the following changes intended for :
  CE:UX:MTF / meegotouch-controlpanel

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/2674

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 2674:

Messages from BOSS:
  None

State:   new          2011-10-24T18:17:28 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-controlpanel -> CE:UX:MTF / 
meegotouch-controlpanel
  Index: meegotouch-controlpanel-0.14.2.2.tar.bz2
===================================================================
Binary file meegotouch-controlpanel-0.14.2.2.tar.bz2 added
Index: exchange_desktop.patch
===================================================================
--- exchange_desktop.patch (revision 0)
+++ exchange_desktop.patch (revision 8)
@@ -0,0 +1,45 @@
+diff --exclude='*~' -ruN 
meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/launchers/launchers.pri 
meegotouch-controlpanel-0.14.2.2/controlpanel/src/launchers/launchers.pri
+--- 
meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/launchers/launchers.pri  
   2011-10-04 13:59:33.037535968 +0300
++++ meegotouch-controlpanel-0.14.2.2/controlpanel/src/launchers/launchers.pri  
2011-10-04 14:00:43.951110614 +0300
+@@ -1,7 +1,12 @@
+ TARGET = ../duicontrolpanel.launch
+ SERVICE = ../service/com.nokia.duicontrolpanel.service
+ APPLAUNCH_SERVICE = ../service/com.nokia.dcpappletlauncher.service
+-DESKTOP = duicontrolpanel.desktop
++
++meego {
++    DESKTOP = mtf-settings.desktop    
++} else {
++    DESKTOP = duicontrolpanel.desktop
++}
+ 
+ # prefix is applied before all executable paths
+ PREFIX =
+@@ -43,6 +48,10 @@
+         $$DESKTOP $$SERVICE $$APPLAUNCH_SERVICE; \
+ )
+ 
++meego {
++    CONFIG += APPEAR_IN_MENU
++}
++
+ # configure .desktop file:
+ ! APPEAR_IN_MENU {
+     system(echo \"NotShowIn=X-DUI;X-MEEGO;X-MeeGoTouch;\" >>$$DESKTOP)
+@@ -52,4 +61,3 @@
+ desktop_entry.path = $$DCP_PREFIX/share/applications
+ desktop_entry.files = $$DESKTOP
+ INSTALLS += desktop_entry
+-
+diff --exclude='*~' -ruN 
meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/launchers/mtf-settings.desktop.1
 
meegotouch-controlpanel-0.14.2.2/controlpanel/src/launchers/mtf-settings.desktop.1
+--- 
meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/launchers/mtf-settings.desktop.1
    1970-01-01 02:00:00.000000000 +0200
++++ 
meegotouch-controlpanel-0.14.2.2/controlpanel/src/launchers/mtf-settings.desktop.1
 2011-10-04 13:59:38.405655243 +0300
+@@ -0,0 +1,8 @@
++[Desktop Entry]
++Type=Application
++Name=Settings
++Icon=icon-l-settings
++Exec=PREFIX/usr/bin/duicontrolpanel.launch POSTFIX
++Comment=Settings Application
++X-Desktop-File-Install-Version=0.16
++
Index: meegotouch-controlpanel.yaml
===================================================================
--- meegotouch-controlpanel.yaml (revision 0)
+++ meegotouch-controlpanel.yaml (revision 8)
@@ -0,0 +1,121 @@
+Name: meegotouch-controlpanel
+Summary: MeeGo Control Panel
+Version: 0.14.2.2
+Release: 1
+Group: Application Framework/MeeGo Touch Settings
+License: LGPLv2.1
+URL: http://meego.gitorious.org/meegotouch/meegotouch-controlpanel[meego]
+Sources:
+    - "%{name}-%{version}.tar.bz2"
+Patches:
+    - exchange_desktop.patch
+    - meegotouch-controlpanel-0.14.2.2-libcreds3-dependency-removal.patch
+Description: The meegotouch-controlpanel provides a common place for device 
and application settings in a pluggable way
+PkgConfigBR:
+    - QtGui
+    - meegotouch
+    - clean-device
+Requires:
+    - meegotouch-controlpanel-l10n-engineering-english
+    - libmeegocontrolpanel
+Configure: none
+Builder: qmake
+SetupOptions: "-q -n %{name}-%{version}"
+Files:
+    - "%attr(755,root,root) %{_bindir}/duicontrolpanel*"
+    - "%{_libdir}/duicontrolpanel/applets/libdeclarative.so"
+    - 
"%{_datadir}/themes/base/meegotouch/duicontrolpanel/style/duicontrolpanel.*"
+    - "%{_datadir}/applications/mtf-settings.desktop"
+    - "%{_datadir}/duicontrolpanel/categories/*"
+    - "%{_datadir}/dbus-1/*"
+    - "%{_sysconfdir}/meego-rfs-scripts/controlpanel-rfs.sh"
+    - "%{_sysconfdir}/duicontrolpanel.conf"
+    - "%{_libdir}/qt4/imports/com/nokia/controlpanel/DcpPageTitle.qml"
+    - "%{_libdir}/qt4/imports/com/nokia/controlpanel/DcpToolBar.qml"
+    - "%{_libdir}/qt4/imports/com/nokia/controlpanel/qmldir"
+
+SubPackages:  
+ - Name: libmeegocontrolpanel
+   AsWholeName: True
+   Summary: Library for the control panel application and its applets
+   Group: System/Libraries
+   Provides:
+       - libduicontrolpanel.so
+   Files:  
+       - "%{_libdir}/libduicontrolpanel.so.0"
+       - "%{_libdir}/libduicontrolpanel.so.0.9"
+       - "%{_libdir}/libduicontrolpanel.so.0.9.0"
+   Description: |
+       Library for the control panel application and its applets
+
+ - Name: libmeegocontrolpanel-devel
+   AsWholeName: True
+   Summary: Development files for the control panel application and its applets
+   Group: Development/Libraries
+   Requires:
+       - libmeegocontrolpanel = %{version}
+   Files:
+       - "%{_libdir}/libduicontrolpanel.so"
+       - "%{_includedir}/duicontrolpanel/*"
+       - "%{_datadir}/qt4/mkspecs/*"
+       - "%{_libdir}/pkgconfig/duicontrolpanel.pc"
+       - "%{_libdir}/pkgconfig/meegotouch-controlpanel.pc"
+   Description: |
+       Development files for the control panel application and its applets
+
+#  - Name: libmeegocontrolpanel-doc
+#    AsWholeName: True
+#    BuildArch: noarch 
+#    Summary: API documentation for libmeegocontrolpanel
+#    Group: Documentation
+#    Files:
+#        - "%attr(644,root,root) 
%{_datadir}/doc/libduicontrolpanel/html/installdox"
+#        - "%{_datadir}/doc/libduicontrolpanel/*"
+#    Description: |
+#       API documentation for libmeegocontrolpanel
+
+ - Name: meegotouch-controlpanel-tests
+   AsWholeName: True
+   Summary: meegotouch-controlpanel and libmeegocontrolpanel functional and 
unit tests
+   Group: System/Libraries
+   Requires:
+       - meegotouch-controlpanel = %{version}
+   Files:
+       - "%{_datadir}/duicontrolpanel-tests/*"
+       - "%{_libdir}/duicontrolpanel-tests/*"
+
+   Description: |      
+      Functional and Unit testing binaries and shellscripts for testing 
meegotouch-controlpanel and libmeegocontrolpanel
+
+ - Name: meegotouch-controlpanel-l10n-engineering-english
+   AsWholeName: True
+   Summary: Engineering English translations for meegocontrolpanel
+   Group: System/Libraries
+   Files:  
+       - "%{_datadir}/l10n/meegotouch/*"
+   Description: |
+      Engineering English translations for meegocontrolpanel
+
+ - Name: meegotouchcp-skeleton
+   AsWholeName: True
+   Summary: Example applets for meegotouch-controlpanel
+   Group: System/Libraries
+   Requires:
+       - meegotouchcp-skeleton-l10n-engineering-english
+   Files:  
+       - "%exclude %{_libdir}/duicontrolpanel/applets/*.so"
+       - "%exclude %{_datadir}/duicontrolpanel/desktops/*.desktop"
+       - "%exclude %{_datadir}/duicontrolpanel/uidescriptions/example*.xml"
+       - "%exclude 
%{_datadir}/themes/base/meegotouch/libdcpskeletonapplet/style/libdcpskeletonapplet.css"
+       - "%exclude %{_datadir}/duicontrolpanel/qml-exampl*"
+   Description: |
+      This package contains examples for settings applets created by 
implementing a dynamic plugin, declarative ui, declaration of starting an 
external application
+
+ - Name: meegotouchcp-skeleton-l10n-engineering-english
+   AsWholeName: True
+   Summary: Engineering English translations for skeleton applets
+   Group: System/Libraries
+   Files:  
+      - "%{_datadir}/l10n/meegotouch/duicontrolpanel-skeletonapplet.qm"
+   Description: |
+      Engineering English translations for skeleton applets
Index: meegotouch-controlpanel.spec
===================================================================
--- meegotouch-controlpanel.spec (revision 0)
+++ meegotouch-controlpanel.spec (revision 8)
@@ -0,0 +1,214 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       meegotouch-controlpanel
+Summary:    MeeGo Control Panel
+Version:    0.14.2.2
+Release:    1
+Group:      Application Framework/MeeGo Touch Settings
+License:    LGPLv2.1
+URL:        
http://meego.gitorious.org/meegotouch/meegotouch-controlpanel[meego]
+Source0:    %{name}-%{version}.tar.bz2
+Source100:  meegotouch-controlpanel.yaml
+Patch0:     exchange_desktop.patch
+Patch1:     meegotouch-controlpanel-0.14.2.2-libcreds3-dependency-removal.patch
+Requires:   meegotouch-controlpanel-l10n-engineering-english
+Requires:   libmeegocontrolpanel
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(meegotouch)
+BuildRequires:  pkgconfig(clean-device)
+BuildRequires:  desktop-file-utils
+
+
+%description
+The meegotouch-controlpanel provides a common place for device and application 
settings in a pluggable way
+
+
+%package -n libmeegocontrolpanel
+Summary:    Library for the control panel application and its applets
+Group:      System/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+Provides:   libduicontrolpanel.so
+
+%description -n libmeegocontrolpanel
+Library for the control panel application and its applets
+
+
+%package -n libmeegocontrolpanel-devel
+Summary:    Development files for the control panel application and its applets
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   libmeegocontrolpanel = %{version}
+
+%description -n libmeegocontrolpanel-devel
+Development files for the control panel application and its applets
+
+
+%package -n meegotouch-controlpanel-tests
+Summary:    meegotouch-controlpanel and libmeegocontrolpanel functional and 
unit tests
+Group:      System/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   meegotouch-controlpanel = %{version}
+
+%description -n meegotouch-controlpanel-tests
+Functional and Unit testing binaries and shellscripts for testing 
meegotouch-controlpanel and libmeegocontrolpanel
+
+
+%package -n meegotouch-controlpanel-l10n-engineering-english
+Summary:    Engineering English translations for meegocontrolpanel
+Group:      System/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description -n meegotouch-controlpanel-l10n-engineering-english
+Engineering English translations for meegocontrolpanel
+
+
+%package -n meegotouchcp-skeleton
+Summary:    Example applets for meegotouch-controlpanel
+Group:      System/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   meegotouchcp-skeleton-l10n-engineering-english
+
+%description -n meegotouchcp-skeleton
+This package contains examples for settings applets created by implementing a 
dynamic plugin, declarative ui, declaration of starting an external application
+
+
+%package -n meegotouchcp-skeleton-l10n-engineering-english
+Summary:    Engineering English translations for skeleton applets
+Group:      System/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description -n meegotouchcp-skeleton-l10n-engineering-english
+Engineering English translations for skeleton applets
+
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+# exchange_desktop.patch
+%patch0 -p1
+# meegotouch-controlpanel-0.14.2.2-libcreds3-dependency-removal.patch
+%patch1 -p1
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+%qmake 
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%qmake_install
+
+# >> install post
+# This is here because of file 
/usr/share/doc/libduicontrolpanel/html/.directory
+rm -rf %{buildroot}/usr/share/doc/
+# << install post
+desktop-file-install --delete-original       \
+  --dir %{buildroot}%{_datadir}/applications             \
+   %{buildroot}%{_datadir}/applications/*.desktop
+
+
+
+
+
+
+
+%post -n libmeegocontrolpanel -p /sbin/ldconfig
+
+%postun -n libmeegocontrolpanel -p /sbin/ldconfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+%attr(755,root,root) %{_bindir}/duicontrolpanel*
+%{_libdir}/duicontrolpanel/applets/libdeclarative.so
+%{_datadir}/themes/base/meegotouch/duicontrolpanel/style/duicontrolpanel.*
+%{_datadir}/applications/mtf-settings.desktop
+%{_datadir}/duicontrolpanel/categories/*
+%{_datadir}/dbus-1/*
+%{_sysconfdir}/meego-rfs-scripts/controlpanel-rfs.sh
+%{_sysconfdir}/duicontrolpanel.conf
+%{_libdir}/qt4/imports/com/nokia/controlpanel/DcpPageTitle.qml
+%{_libdir}/qt4/imports/com/nokia/controlpanel/DcpToolBar.qml
+%{_libdir}/qt4/imports/com/nokia/controlpanel/qmldir
+# >> files
+# << files
+
+
+%files -n libmeegocontrolpanel
+%defattr(-,root,root,-)
+%{_libdir}/libduicontrolpanel.so.0
+%{_libdir}/libduicontrolpanel.so.0.9
+%{_libdir}/libduicontrolpanel.so.0.9.0
+# >> files libmeegocontrolpanel
+# << files libmeegocontrolpanel
+
+%files -n libmeegocontrolpanel-devel
+%defattr(-,root,root,-)
+%{_libdir}/libduicontrolpanel.so
+%{_includedir}/duicontrolpanel/*
+%{_datadir}/qt4/mkspecs/*
+%{_libdir}/pkgconfig/duicontrolpanel.pc
+%{_libdir}/pkgconfig/meegotouch-controlpanel.pc
+# >> files libmeegocontrolpanel-devel
+# << files libmeegocontrolpanel-devel
+
+%files -n meegotouch-controlpanel-tests
+%defattr(-,root,root,-)
+%{_datadir}/duicontrolpanel-tests/*
+%{_libdir}/duicontrolpanel-tests/*
+# >> files meegotouch-controlpanel-tests
+# << files meegotouch-controlpanel-tests
+
+%files -n meegotouch-controlpanel-l10n-engineering-english
+%defattr(-,root,root,-)
+%{_datadir}/l10n/meegotouch/*
+# >> files meegotouch-controlpanel-l10n-engineering-english
+# << files meegotouch-controlpanel-l10n-engineering-english
+
+%files -n meegotouchcp-skeleton
+%defattr(-,root,root,-)
(14 more lines skipped)
Index: meegotouch-controlpanel.changes
===================================================================
--- meegotouch-controlpanel.changes (revision 0)
+++ meegotouch-controlpanel.changes (revision 8)
@@ -0,0 +1,209 @@
+* Tue Oct 04 2011 Marko Saukko <[email protected]> - 0.14.2.2
+- Updated to the latest upstream version.
+
+* Thu Sep 01 2011 Gabor Juhasz <[email protected]> - 0.12.1.7
+- BMC#22817 - Rename meegocontrolpanel-* packages meegotouchcp-*
+
+* Tue Aug 23 2011 Gabor Juhasz <[email protected]> - 0.12.1.7
+- Patch : Exchange Desktop File : duicontrolpanel.launch.desktop -> 
mtf-settings.desktop
+
+* Wed Aug 17 2011 Gabor Juhasz <[email protected]> - 0.12.1.7
+- BMC#22670 - new version of meegotouch-controlpanel 0.12.1.7
+- BMC#16748 - meegotouch-controlpanel-tests does not work with test automation
+- Putting patches into source && removing patches
+
+* Tue Jun 21 2011 Miroslav Safr <[email protected]> - 0.12.1.6
+- BMC#17861 - [CE] Navigation bar style and icon ids fail to load for Settings
+  proper way how to use inverted style
+
+* Sat Jun 17 2011 Mika Laitio <[email protected]> - 0.12.1.6
+- BMC#19523 - remove booster-m requirement (invoker in dyicontrolpanel.desktop)
+  from the settings application by adding CONFIG+=DISABLE_LAUNCHER
+  option to meegotouch-controlpanel.spec
+
+* Mon Jun 13 2011 Gabor Juhasz <[email protected]> - 0.12.1.6
+- BMC #19312 - Integratin of initial version of mcp 0.12.1.6 [CE]
+- Added show-empty-categories parameter 
+- Gathering patches
+
+* Thu Apr 14 2011 Gabor Juhasz <[email protected]> - 0.12.1.2
+- BMC#16042 Gray category icons in mcp
+
+* Wed Apr 13 2011 Gabor Juhasz <[email protected]> - 0.12.1.2
+- New patches for mcp : BMC#15973
+- BMC#15857 [FEA] Hiding empty categories in meegotouch-controlpanel
+- BMC#15761 When Settings application is opened upper bar has title 'MainPage'
+
+* Mon Apr 04 2011 Gabor Juhasz <[email protected]> - 0.12.1.2
+- New patches for mcp - BMC#15300 
+- BMC#14653 - Settings crash when intensively panning for the first time
+- BMC#15142 - After dcp crashing the briefsupplier gets stuck
+- BMC#15143 - Mcp : Using Engineer English in Meego1.2 Release
+- BMC#15144 - Mcp : Architecture independant files under /usr/lib + Fixing 
yaml file
+- BMC#15147 - Mcp : Using bad 'about' category name
+
+* Tue Mar 08 2011 Gabor Juhasz <[email protected]> - 0.12.1.2
+- New version of meegotouch-controlpanel - BMC#14276
+- Disable out-process feature on meego
+- Adding Meego FREE_ORIENTATION
+- New: static (localized) value line (second line) can be specified for the 
applet icon from .desktop file
+- Fixes: translation id appears on category button instead of engineering 
translation in case there is no translation available (ex: meego)
+- Using default loadHints for loading a plugin
+- Fixes: category for "Security" and "Tactile feedback"
+- Fixes: Order of Settings categories in Settings main view needs to be updated
+- Fixes: 2nd row labels should be removed from Settings main view
+- Fixes: on staging images from week 8 onward, using D-Bus call to go directly 
to applets makes it behave erratically
+- Fixes: Applications list in Settings is not sorted alphabetic (now it is 
sorted by translated title and not engineering translation)
+- Fixes: Settings categories implementation not according to new requirements
+- New: applet auto starting if a category contains one applet only can be 
customized via AutoStartApplet key
+- Changes: category names have changed for non-meego targets, applets have to 
recheck their categories
+- Fixes that the outprocess was disabled by mistake
+- Changes: new briefview type - Slider
+- Changes: Support for briefviews with horizontal layouted value line
+- Fixes: Applications list in Settings is not sorted alphabetic
+- Disables ft_dcpappletobject temporarily
+- Fixes: the flashing before the appletpage openings
+- Fixes: Highlight shown when pressing a static label in Notification settings
+- Fixes: Incorrect title on dialog when Settings does not respond anymore
+- Fixes: [TASK] On relaunching the settings app, the view is still showing the 
bottom list of categories
+- Changes: It is now configurable if the category icons are above or below the 
applet icons using the ComponentOrder key in the .cpcategory files
+- Changes: Makes -outprocess mode default on usual running ways on non-meego 
target
+
+* Thu Feb 17 2011 Gabor Juhasz <[email protected]> - 0.11.5.1
+- New version of meegotouch-controlpanel - BMC#13655
+- Adding missing doxygen PkgBR
+- Fixing bad path in doxygen.cfg
+- Fixes: Personalise settings menu looks different on second opening
+- Fixes: Toggle button doesn't always reflect the real setting value
+- Fixes: Context sensitive help icon is shown as if it is inactive.
+- Fixes some little DBus API problems when running in outprocess mode (on 
appletpage requests)
+- New: the applet can specify in its .desktop file if it has a mainview 
through DCP/HasMainView key
+- Fixes: flickering at applet mainview opening in outprocess mode
+- Fixes: Wrong style for scroll indicator used in Settings
+- Fixes: a proposal to change #CommonXLargeHeaderInverted to 
#CommonApplicationHeaderInverted
+- Fixes: toolbar at the bottom is not inverted, but becomes inverted when you 
click on a connection or phone applet
+- Fixes: Constant memory usage inclureas memory leak could
+- Changes: mostused build option is working again
+- Fixes: Settings app goes invisible when we tap on Feeds item in the 
Notifications view
+- Fixes: settings UI is shown in applet view when tried to relaunch in a given 
scenario
+- Fixes: It is not possible for an applet to disable itself run-time
+- Fixes: 'Events feeds' not aligned properly in Notifications view.
+- Fixes: drilldown icon is black in the list items which use the style when it 
should be white
+- Fixes: Activate/Deactivate Offline mode button in connections is not 
consistent with the inverted theme.
+
+* Mon Jan 17 2011 Gabor Juhasz <[email protected]> - 0.11.2.1 
+- BMC#12542
+- Fixes: <coverity> defects from libdialerui/0.0.6.30_0m6
+- documentation fixes
+- Fixes: no exec right for duicontrolpanel on meego
+- Changes: new category "Events feed", accessible from Notifications
+- Fixes: translation catalog for categories is not loaded
+- Changes: one line applet brief is top aligned
+- Changes: two new icon ids for mainpage
+- New: Building docs, tests, translations can be disabled through 
DEB_BUILD_OPTIONS
+- Fixes: meegotestrunner will be deprecated
+- Changes: applet categories became declarative (non-hardcoded)
+- Fixes: If no settings panels open, opening the main settings screen scrambles
+- Changes: runs most binary applets in separate process
+- Changes: removes meegotestrunner dependency from unit tests
+- Fixes: Control panel does not launch to main view when started from launcher 
and it is already open
+- Updates icon ids to spec 0.7
+- New: Help button support for meego
+- New: meegotouch-controlpanel.pc symlink into pkconfig directory
+
+* Thu Dec 09 2010 Gabor Juhasz <[email protected]> - 0.9.8.1
+- BMC#11178
+- Fixes: Wrong logical ID & Icon on Sync & Backup on control panel  
maintranslations.cpp
+- Fixes: duicontrolpanel calls MTheme::loadCSS()
+- Added new interface for creating stylable applets
+- Fixes: Category view is still down the page on reopening it
+- Fixes: Controlpanel constructs the brief, even if not needed
+- Changes: adds DBus method "appletName (QStringList)" so that search becomes 
able to pop up the applets
+- Changes: adds credential for devicelock::DeviceLockControl
+- Changes: Added parameter "-nobriefs" which disables using dynamic value 
lines on applet icons
+- Fixes: Reset and clear device buttons are not seen in settings main view
+- Fixes lintian errors
+- Restores protection for segfaulting briefs: helper process gets restarted 
and does not try to reload the bad applet
+- Fixes: background theme id
+- Fixing layout, change logical ids
+
+* Thu Dec 09 2010 Gabor Juhasz <[email protected]> - 0.9.4.2
+- BMC#11099, new version of mcp : 0.9.4.2
+- Add meegotouch-controlpanel.pc symlink into pkconfig directory
+
+* Thu Dec 02 2010 Gabor Juhasz <[email protected]> - 0.9.4.1
+- BMC#10725, new version of mcp : 0.9.4.1
+- Add missing libduicontrolpanel.so* files 
+- Changes: new type of briefview: special
+- Changes: a logical MainPage category to add applet icons to the mainpage
+- Changes: by default disables skipping the category page if it has one applet 
in the list only
+- Reverts adding a title on applet pages
+- BMC#7195 - App is shown on the tray and in the launcher
+- Fixes: Settings app view switches back from applet view to main view when we 
try to open the settings app once again from launcher
+- Fixes: applet icon value texts are not appearing sometimes
+- Changes: controlpanel turns black (uses inverted theme)
+- Fixes: duicontrolpanel: built without optimizations
+
+* Thu Nov 04 2010 Gabor Juhasz <[email protected]> - 0.9.1.1
+- New version of mcp : 0.9.1.1
+- Removing old mcp entries from the yaml file
+- Add clean-device req
+- replacing meegocontrolpanel-tests with meegotouch-controlpanel-tests package 
name
+- adding missing meegotouchcp-skeleton-l10n-engineering-english dependency 
into skeleton applet package
+- adding missing dependencies & version numbers to packages
+
+* Fri Oct 08 2010 Gabor Juhasz <[email protected]> - 0.8.15.1
+- Add missing pkgconfig into spec file
+
+* Fri Oct 08 2010 Gabor Juhasz <[email protected]> - 0.8.15.1
+- New version of mcp : 0.8.15.1
+- Add new packages : libmeegocontrolpanel, libmeegocontrolpanel-doc, 
meegocontrolpanel-l10n-engineering-english, meegocontrolpanel-tests, 
meegotouchcp-skeleton, meegotouchcp-skeleton-l10n-engineering-english
+- Replace meegotouch-controlpanel-devel with libmeegocontrolpanel-devel package
+- Add a brand new yaml & spec file
+- Remove old patch files
+
+* Fri Oct 01 2010 Kaitlin Rupert <[email protected]> - 0.8.12
+- BMC #7538 - Use icon-m-startup-personalize, not icon-m-settings-personalize
+- Fix build issue against Qt 4.7.1
+
+* Fri Sep 24 2010 Kaitlin Rupert <[email protected]> - 0.8.12
+- BMC #7168 - Remove translation patch - source now provides translataions
+- BMC #7195 - Remove settings icon from application launcher
+
+* Mon Sep 13 2010 Fathi Boudra <[email protected]> - 0.8.12
+- Add remove_werror.patch to fix build failure on ARM
+- Use qmake macros
+- Update package Url
+- Various cleanup in the packaging
+
+* Thu Sep 09 2010 Kaitlin Rupert <[email protected]> - 0.8.12
+- Update to release tag 0.8.12.1
+
+* Mon Aug 16 2010 Kaitlin Rupert <[email protected]> - 0.8.4
+- Fix BMC #5257 - set the prefix properly in the pkgconfig file
+
+* Thu Jul 29 2010 Kaitlin Rupert <[email protected]> - 0.8.4
+- Be sure to create test directory under Qt install location before installing
+- Use qmake instead of qmake-qt4
+
+* Thu Jul 08 2010 Kaitlin Rupert <[email protected]> - 0.8.4
+- Update to release tag 0.8.4
+
+* Wed Jun 16 2010 Kaitlin Rupert <[email protected]> - 0.7.20.1
+- Change package name to align with git repo rename
+
+* Fri May 26 2010 Kaitlin Rupert <[email protected]> - 0.7.20
+- Update to release 0.7.20
+
+* Wed May 26 2010 Kaitlin Rupert <[email protected]> - 0.7.19
+- Remove LD_AS_NEEDED from spec, add Obsoletes duicontrolpanel
+- Add a patch to add English translation
(9 more lines skipped)
Index: Makefile
===================================================================
--- Makefile (revision 0)
+++ Makefile (revision 8)
@@ -0,0 +1,6 @@
+PKG_NAME := meegotouch-controlpanel
+SPECFILE = $(addsuffix .spec, $(PKG_NAME))
+YAMLFILE = $(addsuffix .yaml, $(PKG_NAME))
+
+include /usr/share/packaging-tools/Makefile.common
+
Index: meegotouch-controlpanel-0.14.2.2-libcreds3-dependency-removal.patch
===================================================================
--- meegotouch-controlpanel-0.14.2.2-libcreds3-dependency-removal.patch 
(revision 0)
+++ meegotouch-controlpanel-0.14.2.2-libcreds3-dependency-removal.patch 
(revision 8)
@@ -0,0 +1,35 @@
+diff --exclude='*~' -ruN 
meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/service/security.cpp 
meegotouch-controlpanel-0.14.2.2/controlpanel/src/service/security.cpp
+--- 
meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/service/security.cpp     
   2011-10-05 10:20:36.028112398 +0300
++++ meegotouch-controlpanel-0.14.2.2/controlpanel/src/service/security.cpp     
2011-10-05 10:20:38.894176911 +0300
+@@ -2,16 +2,16 @@
+ #include "pagefactory.h"
+ #include "dcpappletmanager.h"
+ 
+-#include <sys/creds.h>
++/*#include <sys/creds.h>*/
+ #include <QString>
+ #include <DcpAppletMetadata>
+ #include <dcpdebug.h>
+ 
+ void Security::restrictTo (DcpAppletMetadata* metadata)
+ {
+-    if (!PageFactory::isInProcessApplets()) {
++    /*if (!PageFactory::isInProcessApplets()) {
+         creds_confine (qPrintable(metadata->fullBinary()));
+-    }
++    }*/
+ }
+ 
+ void Security::loadAppletRestricted (const QString& appletName)
+diff --exclude='*~' -ruN 
meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/src.pro 
meegotouch-controlpanel-0.14.2.2/controlpanel/src/src.pro
+--- meegotouch-controlpanel-0.14.2.2.orig/controlpanel/src/src.pro     
2011-10-05 10:20:36.020112218 +0300
++++ meegotouch-controlpanel-0.14.2.2/controlpanel/src/src.pro  2011-10-05 
10:20:39.893199394 +0300
+@@ -36,7 +36,7 @@
+ LIBS += -lduicontrolpanel
+ 
+ # libcreds2
+-LIBS += -lcreds
++#LIBS += -lcreds
+ 
+ # a fake check target so as not to stop the testing:
+ QMAKE_EXTRA_TARGETS += check



Reply via email to