Package Details: rot8-git 1.0.0+r109+g6a51f7cdf-1

Git Clone URL: https://aur.archlinux.org/rot8-git.git (read-only, click to copy)
Package Base: rot8-git
Description: A screen rotation daemon
Upstream URL: https://github.com/efernau/rot8
Licenses: MIT
Conflicts: rot8
Provides: rot8
Submitter: mnussbaum
Maintainer: brianrobt
Last Packager: brianrobt
Votes: 4
Popularity: 0.54
First Submitted: 2019-08-30 04:52 (UTC)
Last Updated: 2025-05-22 20:22 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

envolution commented on 2025-05-18 10:15 (UTC)

@daprutser you installed a debug package. When you run makepkg it should create two zst files. The debug is more for developers or bug testing

daprutser commented on 2025-05-07 20:00 (UTC) (edited on 2025-05-07 20:01 (UTC) by daprutser)

I have build and installed the package, but the command rot8 is only found in the build folder:

$ makepkg
# pacman -U rot8-git-debug-1.0.0+r109+g6a51f7cdf-1-x86_64.pkg.tar.zst
# pacman -l rot8-git-debug
rot8-git-debug /usr/
rot8-git-debug /usr/lib/
rot8-git-debug /usr/lib/debug/
rot8-git-debug /usr/lib/debug/.build-id/
rot8-git-debug /usr/lib/debug/.build-id/1b/
rot8-git-debug /usr/lib/debug/.build-id/1b/dc3819520477abd4dc3fa60048b3a320fa35d7
rot8-git-debug /usr/lib/debug/.build-id/1b/dc3819520477abd4dc3fa60048b3a320fa35d7.debug
rot8-git-debug /usr/lib/debug/usr/
rot8-git-debug /usr/lib/debug/usr/bin/
rot8-git-debug /usr/lib/debug/usr/bin/rot8.debug
rot8-git-debug /usr/src/
rot8-git-debug /usr/src/debug/
rot8-git-debug /usr/src/debug/rot8-git/
# rot8
bash: rot8: command not found
$ cd src/rot8/target/release/
$ ./rot8 --version
rot8 1.0.0

louson commented on 2025-04-23 20:08 (UTC)

Hello, it's missing dependencies to xorg-xrandr and xorg-xinput

greenbeast commented on 2022-04-26 14:17 (UTC)

The architecture for this should be changed to include aarch64, can confirm I just built it on there.

j.r commented on 2021-09-01 12:50 (UTC)

Nice thank you

mnussbaum commented on 2021-08-31 17:15 (UTC)

@j.r added!

j.r commented on 2021-08-28 23:48 (UTC)

@mnussbaum seems like export RUSTUP_TOOLCHAIN=stable is also needed in the prepare function for users of AUR helpers. Maybe also add it.

mnussbaum commented on 2021-08-28 22:05 (UTC)

@j.r thanks for the patch! I've pulled it in now

j.r commented on 2021-08-20 22:44 (UTC)

If someone has difficulties trying to build the latest commits, I created a patch: https://haste.tchncs.de/ixaxemexux.patch