hyprwm / hyprlang

The official implementation library for the hypr config language.
https://hyprland.org/hyprlang
GNU Lesser General Public License v3.0
129 stars 15 forks source link

Please provide a soname #14

Closed solopasha closed 8 months ago

solopasha commented 8 months ago

Can you please provide a SONAME for the library?

Installing something in usr/lib without a SONAME is painful and discouraged by the Fedora guidelines (where I want to package it).

fufexan commented 8 months ago

SONAME already exists though

› objdump /nix/store/943y7w284hq23fw0hdqgsqbsgp9a5jdd-hyprlang-0.pre+date=2024-01-02_3fdceef/lib/libhyprlang.so -p | rg -i soname
  SONAME               libhyprlang.so
solopasha commented 8 months ago

I mean versioning (libfoo.so.1)

fufexan commented 8 months ago

Done in 8118461c52641d6c099742b5c32ff26678efe930.