Package Details: eww 0.6.0-1

Git Clone URL: https://aur.archlinux.org/eww.git (read-only, click to copy)
Package Base: eww
Description: Standalone widget system made in Rust
Upstream URL: https://github.com/elkowar/eww
Licenses: MIT
Conflicts: eww
Provides: eww
Submitter: cog
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 24
Popularity: 1.00
First Submitted: 2022-08-28 08:30 (UTC)
Last Updated: 2024-05-08 17:16 (UTC)

Pinned Comments

eclairevoyant commented on 2023-07-18 00:39 (UTC)

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

1 2 3 4 Next › Last »

Pavlov commented on 2024-05-01 09:21 (UTC)

If you want to use new features of v0.6.0 and you don't want to install both X11 and Wayland backends then you can also install eww-x11 or eww-wayland in place of eww.

victorz commented on 2024-04-23 05:56 (UTC)

For anyone eager to try the new systray widget, I applied the following patch to the PKGBUILD and it worked just fine. The new SHA is the commit with the 0.6.0 release.

diff --git i/PKGBUILD w/PKGBUILD
index d6e5725..0af0c4d 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Will Elliott <troutcobbler at gmail dot com>

 pkgname=eww
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Standalone widget system made in Rust"
 url='https://github.com/elkowar/eww'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(gtk3 gtk-layer-shell)
 provides=(eww)
 conflicts=(eww)
 install=$pkgname.install
-source=("git+$url?signed#commit=387d344690903949121040f8a892f946e323c472")
+source=("git+$url?signed#commit=d87c2fdbfdc012e76d229e4e9ea3325bc0f23e89")
 b2sums=('SKIP')
 validpgpkeys=(
        '9EFD181455D31DD0F42DA932862BA3D7D7760F13' # Leon Kowarschick <5300871+elkowar@users.noreply.github.com>

Randomneo commented on 2024-04-01 12:18 (UTC)

debugedit should be in build deps?

umop3plsdn commented on 2023-11-03 03:33 (UTC)

not sure why i was having key errors trying to install this but have never had any other issues installing anything else but the pinned comment did work for me though. I would have never even seen this had I not came to the site and looked for the comments on the page

serxxx commented on 2023-10-31 16:27 (UTC)

The pinned imports do not fix the issue for me. gpg is throwing "no user ID" errors on the key.

gpg: key 4AEE18F83AFDEB23: no user ID
gpg: Total number processed: 1
 -> problem importing keys

This, after the imports, after pacman-key --refresh-keys.

MagnusVesper commented on 2023-10-16 21:37 (UTC)

For people getting a "failed to run gpg --recv-keys" error when updating, just run the 2 lines in the pinned comment. That fixed it for me.

grappas commented on 2023-10-06 19:58 (UTC)

It throws wrong gpg key. Cannot upgrade. Why though there's 'https://aur.archlinux.org/eww.git' instead of 'https://aur.archlinux.org/eww-wayland.git'?

gpg: error reading key: No public key
gpg: error reading key: No public key
gpg: error reading key: No public key

dbrl commented on 2023-10-05 13:06 (UTC)

i tried to install but it says that this key has expired: pub rsa3072 2021-05-03 [SC] [expired: 2023-05-03] B558974128820CB473BD9807E321AD71B1D1F27F uid [ expired] Leon Kowarschick 5300871+elkowar@users.noreply.github.com

hcjl commented on 2023-10-03 13:58 (UTC)

@eclairevoyant Thanks a lot for the fix!

eclairevoyant commented on 2023-10-03 13:21 (UTC)

@GiftShower eww-git already includes wayland support.

Anyway, fixed.