Search Criteria
Package Details: autorandr-git 1.3.r0.gcbb5662-1
Git Clone URL: | https://aur.archlinux.org/autorandr-git.git (read-only, click to copy) |
---|---|
Package Base: | autorandr-git |
Description: | Auto-detect the connect display hardware and load the appropiate X11 setup using xrandr. Formerly autodisper. No disper support. |
Upstream URL: | https://github.com/phillipberndt/autorandr |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ngoonee |
Maintainer: | NBonaparte |
Last Packager: | NBonaparte |
Votes: | 67 |
Popularity: | 0.000000 |
First Submitted: | 2011-03-25 08:29 |
Last Updated: | 2017-12-12 22:33 |
Dependencies (6)
- python (python-dbg)
- xorg-xrandr (xorg-xrandr-git)
- git (git-git) (make)
- pm-utils (pm-utils-debian) (optional) – For changing autorandr profile on thaw/resume
- python2 (optional) – For using autorandr_monitor
- xorg-xdpyinfo (optional) – For detecting the primary XRandR output
Required by (2)
- instamenu-extra (requires autorandr)
- rofi-autorandr (requires autorandr)
Latest Comments
1 2 Next › Last »
bbaserdem commented on 2020-04-11 17:05
EDIT: I mistakenly flagged the package as out of date; because the udev rules are not installed. (Comparing package contents with the community repo and the built repo; i don't see any udev rules loaded) However; I tried the same pkgbuild; with only git as source repo and did not get the udev files.
(I'm building in clean chroot) It seems the make install step is not picking up on DEFAULT_TARGETS
edgard commented on 2017-01-26 15:33
@dvzrv: it should be already doing that, I've updated with the 'standard' parsing line just in case.
dvzrv commented on 2017-01-26 09:11
@edgard: Please update the pkgver() to use the most recent un-annotated tag reachable from the last commit:
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
(As mentioned in the guidelines: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git)
The currently used pkgver() builds the package each time, even if it wasn't updated.
edgard commented on 2016-11-30 00:46
All below fixes has been applied (I guess), let me know if there's anything else to be done. I'm actively maintaining this now.
bfr commented on 2016-10-30 00:26
40-monitor-hotplug.rules is installed to /usr/lib/udev instead of /usr/lib/udev/rules.d
jschwab commented on 2016-10-17 15:11
Now that the PR immediately below is merged, the PKGBUILD should be modified so that the included patch is no longer applied. (As is, makepkg fails since the patch no longer applies cleanly.)
blueyed commented on 2016-10-14 14:40
Submitted a PR upstream to improve the packaging: https://github.com/phillipberndt/autorandr/pull/58
languitar commented on 2016-10-05 08:55
Package has changed again. Here is a new patch:
https://gist.github.com/languitar/1b21686183538cf87f494792b44780d9
will.price94 commented on 2016-09-30 14:21
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
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