-
Notifications
You must be signed in to change notification settings - Fork 11
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
unnecessary -dev dependencies #49
Comments
BTW, I've also successfully installed an old orayta apk into an instance of waydroid with no problem. |
Glad to hear the old .deb packages still work! The books package doesn't depend on any Qt libs )https://github.com/MosheWagner/Orayta-Books/blob/master/debian/control) And Orayta-Qt package naturally depends on Qt5-default, as it is the runtime lib for the UI. Not sure how the UI can load without it... |
I guess debian has Qt libs installed by default.
(I think i read that Ubuntu had them)
…On Fri, Apr 14, 2023, 2:20 PM Moshe Wagner ***@***.***> wrote:
Glad to hear the old .deb packages still work!
The books package doesn't depend on any Qt libs )
https://github.com/MosheWagner/Orayta-Books/blob/master/debian/control)
And Orayta-Qt package naturally depends on Qt5-default, as it is the *runtime
lib* for the UI. Not sure how the UI can load without it...
—
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRZS6KZ6GVWAA3WWIJXX5DXBEXGVANCNFSM6AAAAAAWAC3O3E>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Moshe. I've been using your Orayta on and off on my systems now for I think at least 10 years! Thanks so much.
Just now, on a new debian machine, I manually downloaded the orayta{,-books} deb files from your ubuntu ppa from year 2019 and installed the using
dpkg -i
. I received errors due to package Qt5-default not being installed, which is curious to me because I thought that package was only for development. So, I ignored the error, and orayta seems to work fine so far without it.I looked in the deb package control file and see that the dependency is hard-coded there. is it really necessary?
The text was updated successfully, but these errors were encountered: