Package Details: autorandr-git 1.13.3.r8.g65a2b31-1

Git Clone URL: https://aur.archlinux.org/autorandr-git.git (read-only, click to copy)
Package Base: autorandr-git
Description: Auto-detect connected display hardware and load appropiate X11 setup using xrandr
Upstream URL: https://github.com/phillipberndt/autorandr
Licenses: GPL3
Conflicts: autorandr
Provides: autorandr
Submitter: ngoonee
Maintainer: None
Last Packager: eclairevoyant
Votes: 67
Popularity: 0.000000
First Submitted: 2011-03-25 08:29 (UTC)
Last Updated: 2023-05-09 18:30 (UTC)

Dependencies (7)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

languitar commented on 2016-10-05 08:55 (UTC)

Package has changed again. Here is a new patch: https://gist.github.com/languitar/1b21686183538cf87f494792b44780d9

will.price94 commented on 2016-09-30 14:21 (UTC)

The patch file should look like this: diff --git a/Makefile b/Makefile index 42ee710..4803d8d 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,10 @@ DEFAULT_TARGETS+=systemd endif install_systemd: - install -D -m 644 contrib/systemd/autorandr-resume.service ${DESTDIR}/etc/systemd/system/autorandr-resume.service + install -D -m 644 contrib/systemd/autorandr-resume.service ${DESTDIR}$(shell pkg-config systemd --variable=systemdsystemunitdir)/autorandr-resume.service uninstall_systemd: - rm -f ${DESTDIR}/etc/systemd/system/autorandr-resume.service + rm -f ${DESTDIR}$(shell pkg-config systemd --variable=systemdsystemunitdir)/autorandr-resume.service # Rules for udev HAVE_UDEV=$(shell [ -d /etc/udev/rules.d/ ] && echo "y")

jshuping commented on 2015-12-08 16:50 (UTC)

contrib/autorandr_monitor seems to be gone so I had to --- PKGBUILD.orig 2015-12-08 11:43:01.016185554 -0500 +++ PKGBUILD 2015-12-08 11:43:24.239333783 -0500 @@ -51 +50,0 @@ - sed --in-place --regexp-extended 's@(#!/usr/bin/env python)@\12@' contrib/autorandr_monitor/autorandr_monitor before I could get to pigmonkey's error

pigmonkey commented on 2015-12-05 03:13 (UTC)

This package fails to install for me with the following error: ==> Starting package()... make: *** No rule to make target 'hotplug'. Stop. ==> ERROR: A failure occurred in package(). Aborting...

jamesan commented on 2015-04-30 05:50 (UTC)

The patch represent my latest changes can be found here: https://github.com/jamesan/aur-pkgs/commit/d576542db0845449dbe2590d8e84c60070fa693e

jamesan commented on 2015-04-30 05:48 (UTC)

Updated to the latest upstream commit made just over 2 weeks ago. Tightened PKGBUILD to more appropriately reflect upstream software including more accurate dependency lists and installation of autorandr_monitor. @tachy: I've included parts of your autorandr-phillipberndt-git in this PKGBUILD and so included you as a contributor here too. Do you want to fold that package into this one / are there parts of that one that I've overlooked that you think ought to be included here?

quite commented on 2014-10-01 09:40 (UTC)

Would you take over this with your phillipberndt version, tachy?

ngoonee commented on 2014-10-01 09:39 (UTC)

I had totally forgotten about this package. Don't use it anymore, just have my own script for doing this. Disowning, sorry about that.

quite commented on 2014-02-17 16:29 (UTC)

About tachy's suggestion: Yes, please.