I have made the following changes intended for : CE:Apps / qmlfilemuncher
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/5270 Thank You, Robin Burchell [This message was auto-generated] --- Request # 5270: Messages from BOSS: State: review at 2012-07-23T14:31:23 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:w00t:branches:CE:Apps / qmlfilemuncher -> CE:Apps / qmlfilemuncher changes files: -------------- --- qmlfilemuncher.changes +++ qmlfilemuncher.changes @@ -0,0 +1,8 @@ +* Sat Jul 21 2012 Robin Burchell <[email protected]> - 0.0.6 +- Added icon (from Jakub) +- Fix compilation error (from John) +- Fixes NEMO#146 - Cached thumbnails should not be used if out of date (from John) +- Fixes NEMO#187 - Ask before opening file (from Marko) +- Ignore some automatically generated files (from Marko) +- Fix requirements, add qt-components + old: ---- nemomobile-qmlfilemuncher-nemo-v0.0.4-0-gc31698f.tar.gz new: ---- qmlfilemuncher-0.0.6.tar.bz2 spec files: ----------- --- qmlfilemuncher.spec +++ qmlfilemuncher.spec @@ -1,32 +1,33 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.24.1 # + +Name: qmlfilemuncher + # >> macros # << macros -Name: qmlfilemuncher Summary: File Manager for Nemo -Version: 0.0.4 +Version: 0.0.6 Release: 1 -Group: System/Libraries +Group: Applications/System License: BSD URL: https://github.com/nemomobile/qmlfilemuncher -Source0: nemomobile-qmlfilemuncher-nemo-v%{version}-0-gc31698f.tar.gz +Source0: %{name}-%{version}.tar.bz2 Source100: qmlfilemuncher.yaml +Requires: qt-components BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtDeclarative) BuildRequires: pkgconfig(QtGui) BuildRequires: desktop-file-utils - %description File Manager using Qt Quick Components for Nemo Mobile. - %prep -%setup -q -n nemomobile-%{name}-c31698f +%setup -q -n %{name} # >> setup # << setup @@ -41,6 +42,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -49,20 +51,15 @@ # >> install post # << install post + desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/*.desktop - - - - - %files %defattr(-,root,root,-) %{_bindir}/qmlfilemuncher %{_datadir}/applications/qmlfilemuncher.desktop +%{_datadir}/themes/base/meegotouch/icons/icons-Applications-filemanager.png # >> files # << files - - other changes: -------------- ++++++ qmlfilemuncher-0.0.6.tar.bz2 (new) ++++++ qmlfilemuncher.yaml --- qmlfilemuncher.yaml +++ qmlfilemuncher.yaml @@ -1,16 +1,19 @@ Name: qmlfilemuncher Summary: File Manager for Nemo -Version: 0.0.4 +Version: 0.0.6 Release: 1 -Group: System/Libraries +Group: Applications/System License: BSD URL: https://github.com/nemomobile/qmlfilemuncher Sources: - - nemomobile-qmlfilemuncher-nemo-v%{version}-0-gc31698f.tar.gz + - "%{name}-%{version}.tar.bz2" Description: File Manager using Qt Quick Components for Nemo Mobile. Configure: none Builder: qmake +Requires: + - qt-components + PkgConfigBR: - QtCore >= 4.7.0 - QtDeclarative @@ -19,5 +22,4 @@ Files: - "%{_bindir}/qmlfilemuncher" - "%{_datadir}/applications/qmlfilemuncher.desktop" - - + - "%{_datadir}/themes/base/meegotouch/icons/icons-Applications-filemanager.png" ++++++ deleted files: --- nemomobile-qmlfilemuncher-nemo-v0.0.4-0-gc31698f.tar.gz
