clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
519 stars 28 forks source link

`devpkg-libhandy` #2086

Open lebensterben opened 3 years ago

lebensterben commented 3 years ago

libhandy is upgraded to 0.85.0 but it's still 0.13.0 in CL repo.

This is important because its API version is bumped to 1.0.0, so meson would report error for failing to find libhandy-1, even though it's installed.

https://gitlab.gnome.org/GNOME/libhandy/-/releases

romulasry commented 3 years ago

This should be a package-update, no?

fenrus75 commented 3 years ago

it's more complicated it seems libhandy-dev is in desktop-dev ... so that should be all you need. /usr/lib64/libhandy-0.0.so

and there's even a .pc file for it

On Fri, Aug 21, 2020 at 4:17 PM romulasry notifications@github.com wrote:

This should be a package-update, no?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/2086#issuecomment-678553125, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FPPLGZPY3SQNDD5IWDSB357DANCNFSM4PW57FBQ .

lebensterben commented 3 years ago

it's more complicated it seems ...

@fenrus75 It seems that libhandy is kept at 0.13 deliberately probably because >0.13 has quite a few bugs.

Also, >0.13 has public API version 1.0.0, so that's not compatible.