MosheWagner / Orayta-QT

Orayta Jewish books program
Other
16 stars 11 forks source link

unnecessary -dev dependencies #49

Open Boruch-Baum opened 1 year ago

Boruch-Baum commented 1 year ago

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?

Boruch-Baum commented 1 year ago

BTW, I've also successfully installed an old orayta apk into an instance of waydroid with no problem.

MosheWagner commented 1 year ago

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...

avi-iz commented 1 year ago

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 https://github.com/MosheWagner/Orayta-QT/issues/49#issuecomment-1508356709, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRZS6KZ6GVWAA3WWIJXX5DXBEXGVANCNFSM6AAAAAAWAC3O3E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AshiVered commented 3 months ago

https://github.com/MosheWagner/Orayta-QT/issues/48