Search Criteria
Package Details: xrasengan 1.0.0.r1.3c3bb5c-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/xrasengan.git (read-only, click to copy) |
---|---|
Package Base: | xrasengan |
Description: | XRandR wrapper to make your multi-monitor setup easier |
Upstream URL: | https://github.com/geyslan/xrasengan |
Licenses: | Apache |
Submitter: | alaskanarcher |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-24 08:15 (UTC) |
Last Updated: | 2024-01-13 02:01 (UTC) |
Dependencies (6)
- arandr
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- libnotify (libnotify-gitAUR)
- xorg-xrandr (xorg-xrandr-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Swivel commented on 2024-01-12 20:31 (UTC)
I still actively use this package, but I did notice the last time it was updated that it's putting the bin in
/usr/bin/xrasengan/xrasengan
, which is incorrect. Shouldn't this the bin be placed directly in usr/bin as/usr/bin/xrasengan
?I'm having to add
/usr/bin/xrasengan/
to my path to use it now. Unless there are multiple bins that this package is outputting, it shouldn't need an extra folder.Swivel commented on 2023-07-08 07:20 (UTC)
@MarsSeed I still use this package, as I'm sure others do as well.
@dreieck Thanks for noticing! Mine was failing to update and that fixed it.
@eclairevoyant Any chance you can update the PKGBUILD for this?
dreieck commented on 2023-07-07 11:05 (UTC)
You have a typo in the line
install -vDm644 README.md -t "$pkdir/usr/share/doc/$pkgname/"
:$pkdir
needs to be corrected to$pkgdir
.Thanks for maintaining!
MarsSeed commented on 2022-06-18 14:56 (UTC) (edited on 2023-06-29 04:51 (UTC) by MarsSeed)
This has been discontinued since 2016 and nothing depends on it, so might as well be deleted. Does not seem to me that it's still needed.
yochananmarqos commented on 2022-02-19 16:30 (UTC)
This is missing dependencies on
bash
,coreutils
andlibnotify
.bash-completion
is already optional forbash
, no need to list it.Please use the release tarball, don't pull directly from git. There's no sense in doing that as there's only one commit beyond the release which makes no difference in functionality.
The completion file is installed in the wrong place with the wrong name. It should be installed as
/usr/share/bash-completion/completions/xrasengan
.