phillipberndt / autorandr

Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr
2.52k stars 124 forks source link

Fedora builds for fresher versions of Fedora? #226

Open frp opened 4 years ago

frp commented 4 years ago

The builds on OBS are currently only available for quite old versions of Fedora: 24 and 25. The last version of Fedora is 32.

I don't know what it'd take to set up the OBS builds, but it seems that running "make rpm" on Fedora 32 builds the package and it works, so it doesn't seem like there's any fundamental incompatibility.

Alternatively, consider publishing on COPR (Fedora's native alternative to OBS)?

phillipberndt commented 4 years ago

Thanks! I added Fedora 32/33 to the build list. It looks like autorandr already is in COPR. If I can add a link or add a webhook to this repo to improve automation, let me know!

phillipberndt commented 4 years ago

Looks like builds fail because of the Shebang. I think it's safe to update it to python3 now that Python 2 is officially EOL. But I'm not sure if that's the only thing missing & don't have the time to debug right now - PRs welcome!