Search Criteria
Package Details: rumno v0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rumno.git (read-only, click to copy) |
---|---|
Package Base: | rumno |
Description: | Lightweight media notification manager written in Rust |
Upstream URL: | https://gitlab.com/natjo/rumno |
Licenses: | GPL3 |
Submitter: | natjo |
Maintainer: | natjo |
Last Packager: | natjo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-27 22:25 (UTC) |
Last Updated: | 2019-11-27 22:25 (UTC) |
Dependencies (5)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
natjo commented on 2020-12-06 22:24 (UTC)
Thank you for the notice. The feature
cairo-backend
was removed in a newer version ofresvg
. Building the application directly (without makepkg, but from the repository) works. Yet for some reason makepkg uses a newer version ofresvg
then specified.I don't understand why this is happening, but it's a good motivation to update the dependencies in general. I hope I find some time in the next week to do this.
ohli commented on 2020-12-04 21:00 (UTC)
I get build errors ecause
resvg
can't be found.Tried to install
resvg-cairo
https://aur.archlinux.org/packages/resvg-cairo/ but the error stays the same.