-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix: Compatibility with Qt5 + CPack configuration in CMakeLists + bump versions/cleanup files #117
Fix: Compatibility with Qt5 + CPack configuration in CMakeLists + bump versions/cleanup files #117
Conversation
1ac0cd8
to
9c3764e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
a971c38
to
6579344
Compare
2b5ad6f
to
5b717df
Compare
5b717df
to
e782006
Compare
@@ -1,5 +1,5 @@ | |||
[Desktop Entry] | |||
Version=0.5.0 | |||
Version=1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is actually has any benefits and with out it we will have one less things we have to remember to update on release.
Version=1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. I've added a couple of fields for the package, like section in which package lies, homepage of the package repository, description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you just reverted it rather then remove the line, i did so here: 1090703
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, my bad, didn't see it's line removal on commit change rather than character change.
e782006
to
7a7905f
Compare
This patch adds CPack configuration to CMakeLists so CONTROL file for .deb packages can be deleted, and we can setup everything through cmake.
7a7905f
to
b5f2480
Compare
This patch removes CONTROL file from DEBIAN directory, as well as build-deb.sh script, since we started using CPack for packaging on debian.
b5f2480
to
f9eed72
Compare
…p versions/cleanup files (diasurgical#117)
This patch adds CPack configuration to CMakeLists so CONTROL file for .deb packages can be deleted, it also removes the file + removes build-deb.sh since CPack will handle packaging now.