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/6805 Thank You, zalevski [This message was auto-generated] --- Request # 6805: Messages from BOSS: State: review at 2012-09-27T08:38:14 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,11 @@ +* Wed Sep 26 2012 Denis Zalevskiy <[email protected]> - 0.7.37 +- Sync with contextkit-plugins-nemo +- Corrected deps and changed *.context naming + +* Tue Sep 25 2012 Denis Zalevskiy <[email protected]> - 0.7.36 +- Common infrastructure for plugin linking + +* Tue Sep 25 2012 Denis Zalevskiy <[email protected]> - 0.7.35 +- Initial adaptation from contextkit-maemo + + new: ---- contextkit-plugins-n950-n9-0.7.37.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,88 @@ +Name: contextkit-plugins-n950-n9 +Summary: N950/N9 specific ContextKit providers for Nemo Mobile +Version: 0.7.37 +Release: 4 +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 + +%description +ContextKit providers specific to N9/N950 + +%define meego_ver 0.1.0 +%define meego_ver1 0.1.0.1 + +%define p_power -n contextkit-plugin-power-bme +%define g_power contextkit-plugin-power +%define p_kbslider -n contextkit-plugin-kbslider +%define g_keyboard contextkit-plugin-keyboard +%define g_all %{g_power} %{g_keyboard} + +%define plugins_dir %{_libdir}/contextkit/subscriber-plugins +%define context_dir %{_datadir}/contextkit/providers +%define tests_dir %{_bindir} + + +%package %{p_power} +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 <= %{meego_ver} +Provides: contextkit-meego-battery-upower = %{meego_ver1} +Obsoletes: contextkit-plugin-upower <= %{meego_ver} +Provides: contextkit-plugin-upower = %{meego_ver1} +Provides: %{g_power} +%description %{p_power} +%{summary} + +%package %{p_kbslider} +Summary: Slider keyboard ContextKit plugin +Group: Applications/System +BuildRequires: pkgconfig(udev) +Provides: %{g_keyboard} +%description %{p_kbslider} +%{summary} + +%package tests +Summary: Tests for ContextKit plugins +Group: Applications/System +Requires: %{g_all} +%description tests +%{summary} + +%prep +%setup -q -n %{name}-%{version} + +%build +%cmake -DPLATFORM=N9_50 . +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + +%files %{p_power} +%defattr(-,root,root,-) +%{plugins_dir}/power-bme.so +%{context_dir}/power-bme.context + +%post %{p_power} +update-contextkit-providers + +%files %{p_kbslider} +%defattr(-,root,root,-) +%{plugins_dir}/kbslider.so +%{context_dir}/kbslider.context + +%post %{p_kbslider} +update-contextkit-providers + +%files tests +%defattr(-,root,root,-) +%{tests_dir}/contextkit-test-power-bme +%{tests_dir}/contextkit-test-kbslider other changes: -------------- ++++++ contextkit-plugins-n950-n9-0.7.37.tar.bz2 (new)
