Search Criteria
Package Details: rx 0.5.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/rx.git (read-only, click to copy) |
---|---|
Package Base: | rx |
Description: | A modern and extensible pixel editor implemented in rust. |
Upstream URL: | https://rx.cloudhead.io/ |
Licenses: | GPL3 |
Submitter: | Almindor |
Maintainer: | Almindor |
Last Packager: | Almindor |
Votes: | 4 |
Popularity: | 0.000121 |
First Submitted: | 2019-08-25 15:52 (UTC) |
Last Updated: | 2021-08-20 18:44 (UTC) |
Dependencies (5)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- libxcursor (make)
- xorg-xinput (make)
Latest Comments
willemw commented on 2021-08-20 19:11 (UTC)
You can get rid of the "cd" lines, if you want, by adding "--manifest-path=$pkgname-$pkgver/Cargo.toml" to the cargo lines. And change to 'install -Dm755 -t "$pkgdir/usr/bin" "target/release/rx' in package().
Almindor commented on 2021-08-20 18:44 (UTC)
Updated with suggestions, thanks.
willemw commented on 2021-08-20 18:32 (UTC)
Upstream URL is now https://rx.cloudhead.io/
willemw commented on 2021-08-20 18:30 (UTC)
Replace 'libx11' with 'libxcursor' and 'xorg-xinput' to build successfully.
Some improvement suggestions: replace 'rust' with 'cargo' and use prepare() and build() from https://wiki.archlinux.org/title/Rust_package_guidelines (and add the necessary "cd" lines). Remove mkdir in package(). Maybe remove 'i686'.
Almindor commented on 2021-08-20 17:57 (UTC)
Updated to v0.5.2 with libx11 and cmake dependency fixes.
willemw commented on 2021-08-20 17:48 (UTC)
cmake is missing from .SRCINFO:
cafce25 commented on 2021-04-15 07:52 (UTC) (edited on 2021-04-15 07:53 (UTC) by cafce25)
The compilation depends on libx11 but it's missing in makedepends.
Almindor commented on 2020-01-17 22:55 (UTC)
Updated to latest, removing the +stable since Arch's rust install doesn't seem to support it.
Almindor commented on 2020-01-02 15:38 (UTC)
@f0rdprefect which cargo version do you have?
cargo --version
andrustc --version
?It builds and works fine for mine, but I'm on latest via rustup.
f0rdprefect commented on 2020-01-02 15:20 (UTC) (edited on 2020-01-02 15:21 (UTC) by f0rdprefect)
provided PKGBUILD does not work ==> retried with +stable removed form the
cargo
command. Builds and installs, but does not run: