Package Details: autorandr-launcher-git 1.14.r8.g303d00b-1

Git Clone URL: https://aur.archlinux.org/autorandr-launcher-git.git (read-only, click to copy)
Package Base: autorandr-launcher-git
Description: Listens to X server screen change events and launches autorandr after an event occurs.
Upstream URL: https://github.com/phillipberndt/autorandr
Licenses: GPL-3.0-only
Conflicts: autorandr-launcher
Provides: autorandr-launcher
Submitter: theguy147
Maintainer: theguy147
Last Packager: theguy147
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-30 14:28 (UTC)
Last Updated: 2024-04-02 12:31 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

theguy147 commented on 2024-01-25 11:11 (UTC)

should work now.

cgimenes commented on 2024-01-25 03:00 (UTC)

This isn't working because DESTDIR is used to identify where autorandr is installed. My suggestion:

20c20,22
<     make DESTDIR="${pkgdir}" PREFIX=/usr install_launcher
---
>     make DESTDIR= PREFIX=/usr contrib/autorandr_launcher/autorandr-launcher
>     sudo install -m 755 contrib/autorandr_launcher/autorandr-launcher /usr/bin/autorandr-launcher
>     sudo install -m 644 contrib/etc/xdg/autostart/autorandr-launcher.desktop /etc/xdg/autostart/autorandr-launcher.desktop