Package Details: eww-git 0.5.0.r9.g149727c-1

Git Clone URL: https://aur.archlinux.org/eww-git.git (read-only, click to copy)
Package Base: eww-git
Description: ElKowar's wacky widgets
Upstream URL: https://github.com/elkowar/eww
Keywords: statusbar wayland x11
Licenses: MIT
Conflicts: eww
Provides: eww
Submitter: McFranko
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 22
Popularity: 0.54
First Submitted: 2020-10-27 01:41 (UTC)
Last Updated: 2024-04-01 20:48 (UTC)

Required by (6)

Sources (1)

Pinned Comments

eclairevoyant commented on 2023-04-03 17:29 (UTC)

Adopted and updated. Make sure to fetch the signing keys from GitHub and import them before building:

curl -sS https://github.com/elkowar.gpg | gpg --import -i -
curl -sS https://github.com/web-flow.gpg | gpg --import -i -

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

tralph3 commented on 2022-08-23 20:41 (UTC)

Can confirm. You need gtk-layer-shell. It should be added to the dependency list.

oncomouse commented on 2021-10-20 13:10 (UTC)

To get this installed, I had to also install gtk-layer-shell. Should that be a dependency?

<deleted-account> commented on 2021-09-09 02:45 (UTC)

If you have problems building this package, try removing the +nightly flag from the cargo line in build().

FabioLolix commented on 2021-08-30 18:57 (UTC)

Thanks for using a proper pkgver() I was gonna email you that, also the message after echo is likely better suited into a .install file

rossuna commented on 2021-07-09 21:18 (UTC)

I made some changes in the PKGBUILD I added rustup as dependence to make things easier.

https://gist.github.com/reinaldoossuna/64716be202fb287f5deb6a5448556799

GuessWhatBBQ commented on 2021-05-31 10:40 (UTC) (edited on 2021-05-31 11:15 (UTC) by GuessWhatBBQ)

I've created a modified version of the PKGBUILD here.

The changes along with the reasoning are as follows:

  • makedepends was changed to use rustup instead of cargo to conform to the build instructions
  • build() and package() were changed to conform to the arch rust packaging guidelines, along with some changes for future proofing as the project may create more files later on
  • pkgver() was changed to conform to the arch vcs package guidelines.

  • Unused variables were removed to cleanup the script.

  • namcap seems to have no complaints about dependencies so I didnt touch that.

I have a question about whether the toolchain override (i.e the +nightly flag) should be present in the PKGBUILD or should it be left upto the rust-toolchain file in the repo (i.e the default). @elkowar and @McFranko some input would be appreciated.

Something should also be done to handle systems with wayland or specify that this is for xorg in the package description.

zjeffer commented on 2021-03-29 19:06 (UTC)

@earlybird

I had the same error and this guide helped me: https://ma.ttias.be/cargo-no-such-subcommand-nightly/

Basically I installed rustup (replacing rust), then ran rustup toolchain install nightly. Then the installation ran without problems.

earlybird commented on 2021-03-24 17:00 (UTC)

Can not build it - message is error: no such subcommand: +nightly ==> ERROR: A failure occurred in build().

Can you assist?

ainola commented on 2021-02-16 05:11 (UTC) (edited on 2021-02-16 05:12 (UTC) by ainola)

Hi, McFranko! Thanks for taking others' suggestions into account.

Please review the Rust packaging guidelines [1] and general packaging guidelines [2] so as to better the quality standards of your package. This will help all users of your package, so it's important that you review your PKGBUILD as there's a lot that can be improved.

Thanks!

[1] https://wiki.archlinux.org/index.php/Rust_package_guidelines [2] https://wiki.archlinux.org/index.php/Arch_package_guidelines

Sematre commented on 2021-02-02 07:11 (UTC)

If the nightly toolchain is necessary, I recommend using rust-nightly as make dependency.