I have made the following changes intended for : CE:Adaptation:N950-N9 / contextkit-plugins-n950-n9
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/6785 Thank You, zalevski [This message was auto-generated] --- Request # 6785: Messages from BOSS: State: review at 2012-09-25T16:16:21 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:zalevski:branches:CE:Adaptation:N950-N9 / contextkit-plugins-n950-n9 -> CE:Adaptation:N950-N9 / contextkit-plugins-n950-n9 changes files: -------------- ++++++ new changes file: --- contextkit-plugins-n950-n9.changes +++ contextkit-plugins-n950-n9.changes @@ -0,0 +1,4 @@ +* Tue Sep 25 2012 Denis Zalevskiy <[email protected]> - 0.7.35 +- Initial adaptation from contextkit-maemo + + new: ---- contextkit-plugins-n950-n9-0.7.35.tar.bz2 contextkit-plugins-n950-n9.changes contextkit-plugins-n950-n9.spec spec files: ----------- ++++++ new spec file: --- contextkit-plugins-n950-n9.spec +++ contextkit-plugins-n950-n9.spec @@ -0,0 +1,70 @@ +Name: contextkit-plugins-n950-n9 +Summary: N950/N9 specific ContextKit providers for Nemo Mobile +Version: 0.7.35 +Release: 3 +Group: Applications/System +License: LGPLv2 +URL: https://github.com/nemomobile/contextkit-nemo +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(contextprovider-1.0) +BuildRequires: pkgconfig(contextsubscriber-1.0) >= 0.5.25 +BuildRequires: cmake, gawk + +%description +ContextKit providers specific to N9/N950 + +%package -n contextkit-plugin-power-n950-n9 +Summary: Battery ContextKit plugin using bme on N9/N950 +Group: Applications/System +Requires: bme-rm-680-bin >= 0.9.95 +Obsoletes: contextkit-meego-battery-upower <= 0.1.0 +Provides: contextkit-meego-battery-upower = %{version} +Obsoletes: contextkit-plugin-upower = %{version} +Provides: contextkit-plugin-upower = %{version} +Provides: contextkit-plugin-battery, contextkit-plugin-power +%description -n contextkit-plugin-power-n950-n9 +%{summary} + +%package -n contextkit-plugin-kbslider-n950-n9 +Summary: Slider keyboard ContextKit plugin +Group: Applications/System +BuildRequires: pkgconfig(udev) +Provides: contextkit-plugin-keyboard +%description -n contextkit-plugin-kbslider-n950-n9 +%{summary} + +%package tests +Summary: Tests for ContextKit plugins +Group: Applications/System +%description tests +%{summary} + +%prep +%setup -q -n %{name}-%{version} + +%build +%cmake -DPLATFORM=N9_50 . +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + +%post +update-contextkit-providers + +%files -n contextkit-plugin-power-n950-n9 +%defattr(-,root,root,-) +%{_libdir}/contextkit/subscriber-plugins/power-bme.so +%{_datadir}/contextkit/providers/power.context + +%files -n contextkit-plugin-kbslider-n950-n9 +%defattr(-,root,root,-) +%{_libdir}/contextkit/subscriber-plugins/kbslider.so +%{_datadir}/contextkit/providers/internal_keyboard.context + +%files tests +%defattr(-,root,root,-) +%{_bindir}/contextkit-test-power-bme +%{_bindir}/contextkit-test-kbslider other changes: -------------- ++++++ contextkit-plugins-n950-n9-0.7.35.tar.bz2 (new)
