I have made the following changes intended for : CE:Apps / qmlcalendar 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/4834 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4834: Messages from BOSS: State: review at 2012-05-15T22:16:55 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:sage:branches:CE:Apps / qmlcalendar -> CE:Apps / qmlcalendar changes files: -------------- ++++++ new changes file: --- qmlcalendar.changes +++ qmlcalendar.changes @@ -0,0 +1,2 @@ +* Mon May 15 2012 Marko Saukko <[email protected]> - 0.12 +- Fixes NEMO#162: Missing a calendar application new: ---- nemomobile-qmlcalendar-v0.12-0-g33b1585.tar.gz qmlcalendar.changes qmlcalendar.spec qmlcalendar.yaml spec files: ----------- ++++++ new spec file: --- qmlcalendar.spec +++ qmlcalendar.spec @@ -0,0 +1,70 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: qmlcalendar +Summary: Calendar application made with QML +Version: 0.12 +Release: 1 +Group: Applications/System +License: BSD +URL: https://github.com/nemomobile/qmlcalendar/ +Source0: nemomobile-qmlcalendar-v0.12-0-g33b1585.tar.gz +Source100: qmlcalendar.yaml +Requires: libdeclarative-organizer +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtOrganizer) +BuildRequires: qt-components-devel +BuildRequires: desktop-file-utils + + +%description +Calendar application written using QML. + + + +%prep +%setup -q -n nemomobile-%{name}-21f017b + +# >> 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}/qmlcalendar +%{_datadir}/icons/hicolor/80x80/apps/*.png +%{_datadir}/applications/*.desktop +# >> files +# << files + + other changes: -------------- ++++++ nemomobile-qmlcalendar-v0.12-0-g33b1585.tar.gz (new) ++++++ qmlcalendar.yaml (new) --- qmlcalendar.yaml +++ qmlcalendar.yaml @@ -0,0 +1,24 @@ +Name: qmlcalendar +Summary: Calendar application made with QML +Version: 0.12 +Release: 1 +Group: Applications/System +License: BSD +URL: https://github.com/nemomobile/qmlcalendar/ +Sources: + - nemomobile-qmlcalendar-v0.12-0-g33b1585.tar.gz +Description: Calendar application written using QML. + +PkgBR: + - qt-components-devel +PkgConfigBR: + - QtDeclarative + - QtOrganizer +Requires: + - libdeclarative-organizer +Configure: none +Builder: qmake +Files: + - "%{_bindir}/qmlcalendar" + - "%{_datadir}/icons/hicolor/80x80/apps/*.png" + - "%{_datadir}/applications/*.desktop"
