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/6909 Thank You, Marko Saukko [This message was auto-generated] --- Request # 6909: Messages from BOSS: State: review at 2012-10-04T14:57:42 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 / meegotouch-systemui -> CE:UX:MTF / meegotouch-systemui changes files: -------------- --- meegotouch-systemui.changes +++ meegotouch-systemui.changes @@ -0,0 +1,3 @@ +* Thu Oct 04 2012 Denis Zalevskiy <[email protected]> - 1.4.0-2 +- More generic deps: from contextkit-plugin instead of contextkit-meego + spec files: ----------- --- meegotouch-systemui.spec +++ meegotouch-systemui.spec @@ -10,7 +10,7 @@ Summary: System UI daemon Version: 1.4.0 -Release: 1 +Release: 2 Group: System/Desktop License: LGPLv2.1 URL: https://github.com/nemomobile/meegotouch-systemui @@ -20,8 +20,8 @@ Source3: lock.desktop Source4: meegotouch-systemui.service Source100: meegotouch-systemui.yaml -Requires: contextkit-meego-cellular -Requires: contextkit-meego-internet +Requires: contextkit-plugin-cellular +Requires: contextkit-plugin-internet BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(QtGui) BuildRequires: pkgconfig(QtOpenGL) other changes: -------------- ++++++ meegotouch-systemui.yaml --- meegotouch-systemui.yaml +++ meegotouch-systemui.yaml @@ -1,7 +1,7 @@ Name: meegotouch-systemui Summary: System UI daemon Version: 1.4.0 -Release: 1 +Release: 2 Group: System/Desktop License: LGPLv2.1 URL: https://github.com/nemomobile/meegotouch-systemui @@ -36,9 +36,9 @@ - xdamage Requires: # Needed for 3G/phone status indicators - - contextkit-meego-cellular + - contextkit-plugin-cellular # Needed for Wifi status indicators - - contextkit-meego-internet + - contextkit-plugin-internet # HACK PLEASE REMOVE. # NoDesktop is here because of bug in spectacle 0.24 NoDesktop: True
