Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt5 packaging. #3

Merged
merged 1 commit into from Aug 19, 2013
Merged

Qt5 packaging. #3

merged 1 commit into from Aug 19, 2013

Conversation

locusf
Copy link
Member

@locusf locusf commented Aug 11, 2013

Packaged as -qt5 postfix.

@rburchell
Copy link
Contributor

please use interactive rebase (git rebase -i) to squash these into one commit

also, while doing so, reword the commit message to contain a subject in between square brackets, e.g:

"[folderlistmodel] Qt 5 packaging"

otherwise we can't release it

@rburchell
Copy link
Contributor

you appear to be replacing the Qt 4 packaging with this. I'd suggest just changing the dependencies and so on without renaming the package (drop the -qt5 prefix), given that there aren't many other users of it.

@locusf
Copy link
Member Author

locusf commented Aug 12, 2013

Ok, removed -qt5 postfix and reworded commits.

Provides: nemo-qml-plugins-folderlistmodel > 0.3.5
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Declarative)
Provides: nemo-qml-plugins-folderlistmodel-qt5 > 0.3.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed a -qt5 here

@locusf
Copy link
Member Author

locusf commented Aug 13, 2013

Ok, dropped.

- QtCore >= 4.7.0
- QtDeclarative
- Qt5Core
- Qt5Quick
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't actually need Qt5Quick, do you? afair this is entirely non-graphical and thus qml suffices

@locusf
Copy link
Member Author

locusf commented Aug 19, 2013

Removed Qt5Quick then.

rburchell added a commit that referenced this pull request Aug 19, 2013
@rburchell rburchell merged commit fd8858e into nemomobile:master Aug 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants