I tried updating the ancient Fedora gtk-sharp 2.99.3 package to this fork. Unfortunately, meson -Dinstall=true results in the files getting installed to /usr/lib64 on an x86_64 machine. According to the Fedora packaging guidelines, mono packages are architecture-independent and should, as such, be installed to /usr/lib:
https://docs.fedoraproject.org/en-US/packaging-guidelines/Mono/#_file_locations_and_architectures
The ancient gtk-sharp-2.99.3 package installs the files to /usr/lib correctly.
I tried updating the ancient Fedora gtk-sharp 2.99.3 package to this fork. Unfortunately, meson -Dinstall=true results in the files getting installed to /usr/lib64 on an x86_64 machine. According to the Fedora packaging guidelines, mono packages are architecture-independent and should, as such, be installed to /usr/lib:
https://docs.fedoraproject.org/en-US/packaging-guidelines/Mono/#_file_locations_and_architectures
The ancient gtk-sharp-2.99.3 package installs the files to /usr/lib correctly.