phillipberndt/fakexrandr

ArchLinux @AUR

Closed this issue · 1 comments

Hello,

thanks for this. I created a PKGBUILD for this repo in order to streamline installation on Arch.

You're welcome, and thanks for packaging! I like your solution for library placement, do you know how portable it is?

I don't know which names Arch uses for the default ld.so.conf.d entries, but if it is <arch>-linux-gnu, like in Debian, you should probably better use 0-${_pkgname}.conf or something similar to avoid problems with arm, amd64, etc., which would be sorted before the fakexrandr configuration file by ldconfig. (It uses glob(3) for file name expansion, which sorts the results.)