-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Packaging nightmare #20
Comments
The .pro file uses DESTDIR to immediately put the plugin in /usr rather than waiting until Instead, |
Thanks @eli-schwartz @dvzrv , you can also try to use the CMake build system. I don't have it here in my repo but nomacs implemented it. |
That would be sort of missing the point, as the CMake version does not actually implement installation and would also involve downloading arbitrary thirdparty forks just to obtain a build system... We know exactly why it doesn't work. It's a pretty easy fix:
|
Thank you @eli-schwartz |
I'd like to package libqpsd for Arch Linux (needed for nomacs - at least most likely in the future).
Sadly, using qmake is a nightmare...
Currently, I'm trying something in the vein of:
However, the install target just deletes the .so file and then all fails.
In the end I end up manually placing the .so file into the package file system...
It seems, the .pro file is actually pretty unusable on Linux.
There's no documentation on how to use it, what the variables actually do and what the estimated outcome would be.
Any help on how to procede would be very much appreciated!
The text was updated successfully, but these errors were encountered: