I have made the following changes intended for : nemo:devel:apps / qmlcalc
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/164 Thank You, Robin Burchell [This message was auto-generated] --- Request # 164: Messages from BOSS: State: review at 2013-04-03T13:57:09 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:apps : 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:w00t / qmlcalc -> nemo:devel:apps / qmlcalc changes files: -------------- ++++++ new changes file: --- _service:tar_git:qmlcalc.changes +++ _service:tar_git:qmlcalc.changes @@ -0,0 +1,34 @@ +* Wed Apr 03 2013 Robin Burchell <[email protected]> - 0.1.2 +- [qmlcalc] Add changes file. +- [qmlcalc] Remove unneeded items from TODO. + +* Wed Mar 06 2013 Robin Burchell <[email protected]> - 0.1.1 +- Fixes: NEMO#591 - Landscape mode stopped working + +* Thu Nov 15 2012 John Brooks <[email protected]> - 0.1.0 +- Add proper qdeclarative-boostable support + +* Thu Aug 9 2012 Olli Kasari <[email protected]> - 0.0.9 +- Fixes: NEMO#219 - Pressing calculator icon on homescreen should not open multiple calculator instances. + +* Sat Jul 21 2012 Robin Burchell <[email protected]> - 0.0.9 +- Fixes: NEMO#216 - Calculator needs a landscape layout +- Replaces .yaml removed accidentally + +* Wed Nov 23 2011 Robin Burchell <[email protected]> - 0.0.8 +- Bump to latest version +- Fixes visual flicker + +* Thu Nov 17 2011 w00t <[email protected]> - 0.0.7 +- Bump to latest version +- Removes some spammy debug output +- Removes the close button, now the gestures plugin is integrated + +* Mon Sep 26 2011 w00t <[email protected]> - 0.0.6 +- Fixes: BMC#23181 - [CE] Calculator: Unable to see last digits of the number. +- Fixes: improve transitions on button press +- Fixes: match every other calculator in the world in terms of number layout + +* Mon Sep 19 2011 w00t <[email protected]> - 0.0.5 +- initial submit of qmlcalc from https://github.com/rburchell/qmlcalc + ++++++ deleted changes files: --- qmlcalc.changes old: ---- qmlcalc-0.1.1.tar.bz2 qmlcalc.changes qmlcalc.spec qmlcalc.yaml new: ---- _service _service:tar_git:qmlcalc-0.1.2.tar.bz2 _service:tar_git:qmlcalc.changes _service:tar_git:qmlcalc.spec _service:tar_git:qmlcalc.yaml spec files: ----------- ++++++ new spec file: --- _service:tar_git:qmlcalc.spec +++ _service:tar_git:qmlcalc.spec @@ -0,0 +1,65 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: qmlcalc + +# >> macros +# << macros + +Summary: MeeGo QML Harmattan-esque calculator +Version: 0.1.2 +Release: 1 +Group: Applications/System +License: LGPL v2.1 +URL: http://github.com/nemomobile/qmlcalc +Source0: %{name}-%{version}.tar.bz2 +Source100: qmlcalc.yaml +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: desktop-file-utils + +%description +Calculator application written using QML + + + +%prep +%setup -q -n %{name}-%{version} + +# >> 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 +# << install post + +desktop-file-install --delete-original \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/*.desktop + +%files +%defattr(-,root,root,-) +%{_bindir}/qmlcalc +%{_datadir}/applications/qmlcalc.desktop +# >> files +# << files ++++++ deleted spec files: --- qmlcalc.spec other changes: -------------- ++++++ _service (new) --- _service +++ _service @@ -0,0 +1,8 @@ + +<services> + <service name="tar_git"> + <param name="url">https://github.com/rburchell/qmlcalc.git</param> + <param name="branch">master</param> + <param name="revision">ac65e5bbce467554620554ff7a47f70928d66a08</param> + </service> +</services> ++++++ _service:tar_git:qmlcalc-0.1.2.tar.bz2 (new) ++++++ _service:tar_git:qmlcalc.yaml (new) --- _service:tar_git:qmlcalc.yaml +++ _service:tar_git:qmlcalc.yaml @@ -0,0 +1,23 @@ +Name: qmlcalc +Summary: MeeGo QML Harmattan-esque calculator +Version: 0.1.0 +Release: 1 +Group: Applications/System +License: LGPL v2.1 +URL: http://github.com/nemomobile/qmlcalc +Sources: + - "%{name}-%{version}.tar.bz2" +Description: | + Calculator application written using QML + +PkgConfigBR: + - x11 + - QtDeclarative + - QtGui + - qdeclarative-boostable +Configure: none +Builder: qmake +Files: + - "%{_bindir}/qmlcalc" + - "%{_datadir}/applications/qmlcalc.desktop" + ++++++ deleted files: --- qmlcalc-0.1.1.tar.bz2 --- qmlcalc.yaml
