Search Criteria
Package Details: i3status-rust-git 0.32.3.r3445.g88cfdbe7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/i3status-rust-git.git (read-only, click to copy) |
---|---|
Package Base: | i3status-rust-git |
Description: | Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust |
Upstream URL: | https://github.com/greshake/i3status-rust |
Keywords: | i3 i3status rust |
Licenses: | GPL-3.0-only |
Conflicts: | i3status-rust |
Provides: | i3status-rust |
Submitter: | metak |
Maintainer: | ruahcra (bim9262, MaxVerevkin) |
Last Packager: | bim9262 |
Votes: | 26 |
Popularity: | 0.000811 |
First Submitted: | 2017-07-13 18:06 (UTC) |
Last Updated: | 2024-02-16 04:27 (UTC) |
Dependencies (17)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- lm_sensors (lm_sensors-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- alsa-utils (alsa-utils-gitAUR) (optional) – for the volume block
- bluez (bluez-gitAUR, bluez-ps3AUR) (optional) – for the bluetooth block
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (optional) – for the pacman block to show pending updates
- kdeconnect (kdeconnect-no-mdnsAUR, kdeconnect-gitAUR) (optional) – for the kdeconnect block
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (optional) – for the privacy block
- powerline-fonts (powerline-fonts-gitAUR) (optional) – for all themes using the powerline arrow char
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – for the volume block
- speedtest-cli (speedtest-cli-gitAUR) (optional) – for the speedtest block
- ttf-font-awesome (ttf-all-the-iconsAUR, ttf-font-awesome-proAUR) (optional) – for the awesome icons
- upower (upower-gitAUR, upower-nocriticalAUR, upower-nosystemd-gitAUR) (optional) – for the battery block
Latest Comments
« First ‹ Previous 1 2
metak commented on 2021-03-30 12:06 (UTC)
I'm disowning this package for someone who uses it regularly to adopt.
maciejjo commented on 2021-03-29 06:00 (UTC)
Example files changed recently, needed following change to package properly:
GrayJack commented on 2020-08-22 18:53 (UTC)
When people have set CARGO_TARGET_DIR it will compile into that folder and the build will fail. A easy fix is to add
--target-dir target
at the end of the cargo invocationThat will make in that instance to put the target dir in the expected location
hellow554 commented on 2020-07-16 18:20 (UTC)
libdbus
andpkgconfig
are also a dependecy of this.metak commented on 2020-01-29 09:57 (UTC)
This package is not outdated since it builds from git master and there's no need to update the build or package sections because there weren't any changes in packaging.?
metak commented on 2019-04-14 16:28 (UTC)
@enricostn This package is made for official archlinux rust package that's why it has makedepends for rust. If you're using rustup then you'll have to build the package manually.
Clone the i3status-rust upstream repo and cd into it
Then run
~/.cargo/bin/cargo build --release
(I think this is where rustup install the binaries) and this should produce the binary file intarget/release/i3status-rs
Put that file somewhere where you have exported path,
~/bin
or somethingenricostn commented on 2019-04-14 15:50 (UTC) (edited on 2019-04-14 16:07 (UTC) by enricostn)
Hi, I installed rust using https://rustup.rs/
But I'm still getting:
$ makepkg ==> Making package: i3status-rust-git 0.9.0.r634.g79b0ea2-1 (Sun 14 Apr 2019 05:44:21 PM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Missing dependencies: -> rust ==> ERROR: Could not resolve all dependencies.
Rust works as expected for everything else but compiling this package. Any hint? Thanks!
« First ‹ Previous 1 2