-
Notifications
You must be signed in to change notification settings - Fork 49
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
Trying to package qt5ct #16
Comments
Found the error, just had to look carefully :)
The build starts, but packaging |
Hmm.. maybe it was fixed differently so please disregard. |
So, I've managed to make it work and it's now installed on my system and I can theme my Qt5-apps with it. But, I'm still missing something?!!
When all dependencies are done I have to do the following from
Obviously, I'd like to skip the manual intervention. Any pro tips from anyone more experienced? |
grep other packages how to use qmake/QMAKE. |
Still no luck :( #Makefile
|
Keep grepping, there should be a pre-configure: step or similar. |
@krytarowski
Only one but... Should I push it into wip?! Or, can you give me a hint on how to fix the install path!? |
Just commit it and I can have a look. |
Done, https://mail-index.netbsd.org/pkgsrc-wip-changes/2019/12/06/msg015002.html |
This patch fixes build for me: http://netbsd.org/~kamil/patch-00205-qt5ct.txt Please apply to pkgsrc-wip. |
Thanks! |
@krytarowski |
Imported to pkgsrc/x11/qt5ct. |
@krytarowski |
This updates to upstream 2.2.0 and as a notable local change does not hack both shared and static libs into the build anymore. This is an unloved endeavour and if we insist on static libs, we'd need to builds. But do we? Tests are enabled now. Upstream changes since 2.1.0: New features: Allow compilation in ILP64 mode, PR #19 Major bug fixes: Use pointer macro to prevent integer overflow, PR #16 Fix argument mismatches for implicitly defined functions (for gcc-10+ compatibility), PR #26 No memory leaks on blacs_exit, PR #37
1.2.2 * Update mail address and welcome to 2023 * Update license text 1.2.1 * Fix InkscapeConverter is_available handling due to changed function call order in sphinx 3.x and above * Fix typo * Fix version bump where half of the commit got lost somehow 1.2.0 * Merge pull request #17 from sephalon/inkscape-version * Merge pull request #16 from lukeprince20/patch-cairosvgconverter * Match Inkscape version number only * Fix CairSVGConverter::convert for usage on Windows
Hi folks,
After the great help from @krytarowski packaging molsketch, I've decided to try one on my own.
I'm trying to package qt5ct (https://sourceforge.net/projects/qt5ct), but I can't figure what I'm doing wrong!?
Here's my Makefile so far,
and here's the error I'm getting,
Why?!
EXTRACT_SUFX= .tar.bz2
and the file isqt5ct-0.41.tar.bz2
. Any thoughts or hints?TIA
The text was updated successfully, but these errors were encountered: