I have made the following changes intended for : CE:Apps:MTF / flickr-qml
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/4398 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4398: Messages from BOSS: State: review at 2012-02-21T11:14:08 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:MTF / flickr-qml -> CE:Apps:MTF / flickr-qml changes files: -------------- --- flickr-qml.changes +++ flickr-qml.changes @@ -0,0 +1,3 @@ +* Tue Feb 21 2012 Marko Saukko <[email protected]> - 0.1.4 +- Added dependency to qt-components. + spec files: ----------- --- flickr-qml.spec +++ flickr-qml.spec @@ -14,8 +14,9 @@ URL: https://github.com/jpavelek/flickr-qml Source0: %{name}-%{version}.tgz Source100: flickr-qml.yaml +Requires: qt-components +BuildRequires: pkgconfig(qdeclarative-boostable) BuildRequires: qt-devel -BuildRequires: meegotouch-applauncherd-devel BuildRequires: desktop-file-utils other changes: -------------- ++++++ flickr-qml.yaml --- flickr-qml.yaml +++ flickr-qml.yaml @@ -9,9 +9,12 @@ - "%{name}-%{version}.tgz" Description: Simple browser of public content on Flickr written with QtComponents. +PkgConfigBR: + - qdeclarative-boostable PkgBR: - qt-devel - - meegotouch-applauncherd-devel Configure: none Builder: make NoIconCache: true +Requires: + - qt-components
