I have made the following changes intended for : CE:Apps:MTF / qmlnotes 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/5862 Thank You, rbraakman [This message was auto-generated] --- Request # 5862: Messages from BOSS: State: review at 2012-08-17T15:36:29 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:rbraakman / qmlnotes -> CE:Apps:MTF / qmlnotes changes files: -------------- ++++++ new changes file: --- qmlnotes.changes +++ qmlnotes.changes @@ -0,0 +1,19 @@ +* Fri Aug 17 2012 Richard Braakman <[email protected]> - 0.3.2 +- [spec] Use sane permissions for the .desktop + +* Fri Aug 17 2012 Richard Braakman <[email protected]> - 0.3.1 +- [spec] add URL and remove dependency on desktop-file-install + +* Sun Aug 12 2012 Richard Braakman <[email protected]> - 0.3 +- [overview] Add new-note button and add a text for when the list is empty +- [overview] Add scrollbar +- [overview] Add overview view (open with toolbar, close with tap on title) +- [notes] Add page numbers +- [bugfix] Fix startup so that it reliably shows the first note + +* Fri Aug 10 2012 Richard Braakman <[email protected]> - 0.2.2 +- [bugfix] list the new qml files in the resource file + +* Fri Aug 10 2012 Richard Braakman <[email protected]> - 0.2 +- [notes] version 0.2, multiple note support + new: ---- qmlnotes-0.3.2.tar.bz2 qmlnotes.changes qmlnotes.spec spec files: ----------- ++++++ new spec file: --- qmlnotes.spec +++ qmlnotes.spec @@ -0,0 +1,44 @@ +# Copyright (C) 2012 Jolla Ltd. +# Contact: Richard Braakman <[email protected]> + +Name: qmlnotes +Summary: Note-taking application +Version: 0.3.2 +Release: 1 +Group: Applications/System +License: GPLv2+ +URL: https://github.com/nemomobile/qmlnotes +Source0: %{name}-%{version}.tar.bz2 +Requires: qt-components +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(qdeclarative-boostable) + +%description +Note-taking application using Qt Quick + +%prep +%setup -q + +%build + +%qmake \ + MEEGO_VERSION_MAJOR=1 \ + MEEGO_VERSION_MINOR=2 \ + MEEGO_VERSION_PATCH=0 \ + MEEGO_EDITION=harmattan \ + DEFINES+=MEEGO_EDITION_HARMATTAN + +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/%{_datadir}/applications +install -m 0644 qmlnotes.desktop %{buildroot}/%{_datadir}/applications/ +%qmake_install + +%files +%defattr(-,root,root,-) +%{_bindir}/qmlnotes +%{_datadir}/applications/qmlnotes.desktop other changes: -------------- ++++++ qmlnotes-0.3.2.tar.bz2 (new)
