I have made the following changes intended for : CE:UX:MTF / meegotouch-systemui
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/7360 Thank You, vesuri [This message was auto-generated] --- Request # 7360: Messages from BOSS: State: review at 2012-11-09T16:27:25 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:vesuri:branches:CE:UX:MTF / meegotouch-systemui -> CE:UX:MTF / meegotouch-systemui changes files: -------------- --- meegotouch-systemui.changes +++ meegotouch-systemui.changes @@ -0,0 +1,3 @@ +* Fri Nov 09 2012 Vesa Halttunen <[email protected]> - 1.5.0 +- Remove the unused notification manager + old: ---- meegotouch-systemui-1.4.2.tar.bz2 new: ---- meegotouch-systemui-1.5.0.tar.bz2 spec files: ----------- --- meegotouch-systemui.spec +++ meegotouch-systemui.spec @@ -9,7 +9,7 @@ # << macros Summary: System UI daemon -Version: 1.4.2 +Version: 1.5.0 Release: 2 Group: System/Desktop License: LGPLv2.1 @@ -64,6 +64,15 @@ This package contains the volume fullscreen extension for system-ui. +%package demos +Summary: Demo extensions for system-ui +Group: System/GUI/Other +Requires: %{name} = %{version}-%{release} + +%description demos +This package contains demo extensions for system-ui. + + %package -n meegotouchcp-privatemodeapplet Summary: Private mode control panel applet Group: System/GUI/Other @@ -75,27 +84,6 @@ This package contains the private mode control panel applet. -%package -n libnotificationsystem0 -Summary: Library for the system UI daemon notification system -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig - -%description -n libnotificationsystem0 -Library for the system UI daemon notification system - - -%package -n libnotificationsystem-devel -Summary: Development files for the notification system library -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: libnotificationsystem0 = %{version}-%{release} - -%description -n libnotificationsystem-devel -Development files for the notification system library - - %package tests Summary: Unit tests for the MeeGo System UI Daemon Group: Development/Libraries @@ -146,10 +134,6 @@ %fdupes %{buildroot}/%{_datadir} -%post -n libnotificationsystem0 -p /sbin/ldconfig - -%postun -n libnotificationsystem0 -p /sbin/ldconfig - %files %defattr(-,root,root,-) %config %{_sysconfdir}/dbus-1/system.d/systemui.conf @@ -181,6 +165,12 @@ # >> files volume-fullscreen # << files volume-fullscreen +%files demos +%defattr(-,root,root,-) +%{_libdir}/meegotouch/applicationextensions/libstatusindicatormenu-profile.so +# >> files demos +# << files demos + %files -n meegotouchcp-privatemodeapplet %defattr(-,root,root,-) %{_libdir}/duicontrolpanel/applets/libprivatemodeapplet.so @@ -188,21 +178,6 @@ # >> files meegotouchcp-privatemodeapplet # << files meegotouchcp-privatemodeapplet -%files -n libnotificationsystem0 -%defattr(-,root,root,-) -%{_libdir}/libnotificationsystem.so.* -%{_libdir}/meegotouch/applicationextensions/libstatusindicatormenu-profile.so -# >> files libnotificationsystem0 -# << files libnotificationsystem0 - -%files -n libnotificationsystem-devel -%defattr(-,root,root,-) -%{_libdir}/libnotificationsystem.so -%{_includedir}/notificationsystem/* -%{_datadir}/qt4/mkspecs/features/notificationsystem.prf -# >> files libnotificationsystem-devel -# << files libnotificationsystem-devel - %files tests %defattr(-,root,root,-) /opt/tests/meegotouch-systemui-tests/* other changes: -------------- ++++++ meegotouch-systemui-1.4.2.tar.bz2 -> meegotouch-systemui-1.5.0.tar.bz2 (19810 lines skipped) ++++++ meegotouch-systemui.yaml --- meegotouch-systemui.yaml +++ meegotouch-systemui.yaml @@ -1,6 +1,6 @@ Name: meegotouch-systemui Summary: System UI daemon -Version: 1.4.2 +Version: 1.5.0 Release: 2 Group: System/Desktop License: LGPLv2.1 @@ -79,6 +79,14 @@ - "%{_datadir}/themes/base/meegotouch/libsysuid-volume/libsysuid-volume.conf" - "%{_datadir}/themes/base/meegotouch/libsysuid-volume/style/libsysuid-volume.css" + - Name: demos + Summary: Demo extensions for system-ui + Group: System/GUI/Other + Description: | + This package contains demo extensions for system-ui. + Files: + - "%{_libdir}/meegotouch/applicationextensions/libstatusindicatormenu-profile.so" + - Name: meegotouchcp-privatemodeapplet AsWholeName: yes Summary: Private mode control panel applet @@ -93,29 +101,6 @@ - "%{_libdir}/duicontrolpanel/applets/libprivatemodeapplet.so" - "%{_libdir}/duicontrolpanel/privatemode.desktop" - - Name: libnotificationsystem0 - AsWholeName: yes - Summary: Library for the system UI daemon notification system - Group: Development/Libraries - Description: | - Library for the system UI daemon notification system - Files: - - "%{_libdir}/libnotificationsystem.so.*" - - "%{_libdir}/meegotouch/applicationextensions/libstatusindicatormenu-profile.so" - - - Name: libnotificationsystem-devel - AsWholeName: yes - Summary: Development files for the notification system library - Group: Development/Libraries - Description: | - Development files for the notification system library - Requires: - - libnotificationsystem0 = %{version}-%{release} - Files: - - "%{_libdir}/libnotificationsystem.so" - - "%{_includedir}/notificationsystem/*" - - "%{_datadir}/qt4/mkspecs/features/notificationsystem.prf" - - Name: tests Summary: Unit tests for the MeeGo System UI Daemon Group: Development/Libraries
