Search Criteria
Package Details: rofi-lbonn-wayland 1.7.5+wayland1-1
Git Clone URL: | https://aur.archlinux.org/rofi-lbonn-wayland.git (read-only, click to copy) |
---|---|
Package Base: | rofi-lbonn-wayland |
Description: | A window switcher, application launcher and dmenu replacement (Wayland fork) |
Upstream URL: | https://github.com/lbonn/rofi |
Licenses: | MIT |
Conflicts: | rofi |
Provides: | rofi |
Submitter: | sperg512 |
Maintainer: | sperg512 |
Last Packager: | sperg512 |
Votes: | 20 |
Popularity: | 1.97 |
First Submitted: | 2021-07-20 19:37 (UTC) |
Last Updated: | 2022-09-10 18:19 (UTC) |
Dependencies (14)
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git)
- libxdg-basedir
- libxkbcommon-x11 (libxkbcommon-x11-git)
- startup-notification (startup-notification-git)
- wayland (wayland-git, wayland-nodocs-git)
- xcb-util-cursor (xcb-util-cursor-git)
- xcb-util-wm
- xcb-util-xrm
- check (check-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- meson (meson-git) (make)
- wayland-protocols (wayland-protocols-git) (make)
- ttf-font (neuropol-ttf, ttf-noto-fonts-ib, ttf-win7-fonts, ttf-ms-win8, ttf-ms-win8-arabic, ttf-ms-win8-hebrew, ttf-ms-win8-sea, ttf-ms-win8-indic, ttf-ms-win8-japanese, ttf-ms-win8-korean, ttf-ms-win8-zh_cn, ttf-ms-win8-zh_tw, ttf-ms-win8-thai, ttf-ms-win8-other, ttf-noto-fonts-simple, ttf-kids, ttf-gabriola, ttf-liberation-sans-narrow, ttf-cavafy-script, ttf-ms-fonts, ttf-dejavu-ib, ttf-zelda, ttf-oxygen, ttf-oxygen-gf, ttf-share-gf, ttf-gost, otf-inconsolata-dz, ttf-d2coding, ttf-ibm-plex-mono-git, ttf-dejavu-emojiless, ttf-agave, ttf-caracteres, ttf-cuprum, ttf-autour-one, ttf-impallari-milonga, ttf-impallari-miltonian, ttf-clarity-city, ttf-paratype, ttf-segoewp, ttf-karla, ttf-ms-win10, ttf-ms-win10-japanese, ttf-ms-win10-korean, ttf-ms-win10-sea, ttf-ms-win10-thai, ttf-ms-win10-zh_cn, ttf-ms-win10-zh_tw, ttf-ms-win10-other, ttf-win10, ttf-droid-simple, ttf-ms-win10-auto, ttf-ms-win10-cdn, noto-fonts-variable-lite, ttf-bmono, noto-fonts-lite, ttf-pt-astra-fact, ttf-weblysleekui, ttf-pt-astra-sans, ttf-pt-astra-serif, ttf-pt-sans, ttf-pt-serif, ttf-pt-mono, ttf-pt-root_ui, ttf-ms-win11-auto, ttf-ms-win11, ttf-ms-win11-japanese, ttf-ms-win11-korean, ttf-ms-win11-sea, ttf-ms-win11-thai, ttf-ms-win11-zh_cn, ttf-ms-win11-zh_tw, ttf-ms-win11-other, ttf-xo-fonts, ttf-plemoljp, ttf-literation, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-liberation) (check)
- i3-wm (i3-plasma, i3-gaps-cameronleger-git, i3-wm-iconpatch, i3-gaps-desktop, i3-gaps-fullscreen-next-git, i3-gaps-kde-git, i3-gaps-rounded-git, i3-git, i3-rounded-border-patch-git, i3-doubleborders) (optional) – use as a window switcher
Required by (176)
- aniwrapper-git (requires rofi)
- arch-wiki-dmenu-git (requires rofi) (optional)
- ate (requires rofi)
- autopass.cr (requires rofi)
- autopass.cr-bin (requires rofi)
- autopass.cr-git (requires rofi)
- bemoji (requires rofi) (optional)
- bemoji-git (requires rofi) (optional)
- bitwarden-menu-git (requires rofi) (optional)
- bitwarden-pyro-git (requires rofi)
- bitwarden-rofi (requires rofi)
- bitwarden-rofi-git (requires rofi)
- bkmkfi-git (requires rofi)
- breeze-rofi-theme-git (requires rofi)
- buku-rofi-git (requires rofi)
- buku_run-git (requires rofi)
- chadwm-devguyahnaf-git (requires rofi)
- clerk-git (requires rofi)
- clerk-legacy (requires rofi)
- clipmenu-rofi (requires rofi)
- Show 156 more...
Latest Comments
1 2 3 Next › Last »
Joan31 commented on 2022-11-19 02:26 (UTC)
Hi,
For now you have to download it with nocheck flag.
With yay :
yay -S --mflags "--nocheck" rofi-lbonn-wayland
OJFord commented on 2022-10-05 21:52 (UTC)
Thanks for tracking that down and pursuing (recursively) upstream, @Celti.
Celti commented on 2022-10-03 21:57 (UTC) (edited on 2022-10-03 21:58 (UTC) by Celti)
This has been fixed upstream in libnkutils and upstream rofi. Until a new version of lbonn rofi has been released, you can bypass the issue by building with
--nocheck
.Celti commented on 2022-10-02 19:11 (UTC) (edited on 2022-10-02 19:46 (UTC) by Celti)
Okay, so the issue AFAICT is that the test in libnkutils is expecting
%e
to return numbers padded with normal spaces when it currently returns them padded withU+2007 FIGURE SPACE
. This change was made in glib four months ago in https://github.com/GNOME/glib/commit/7074122f308b7b3402fba250f2010778fdad6eff, present in glib 2.73.1 and later. libnkutils needs to be updated for the change.I've properly reported this upstream at https://github.com/sardemff7/libnkutils/issues/4
OJFord commented on 2022-10-02 17:45 (UTC)
I notice someone has now reported the same upstream: https://github.com/lbonn/rofi/issues/63
OJFord commented on 2022-09-30 20:04 (UTC)
@Celti: Thanks for the suggestion, same error though.
ecm commented on 2022-09-30 15:29 (UTC) (edited on 2022-09-30 15:31 (UTC) by ecm)
I am experiencing the same Check() error as @OJFord. (I am using aurutils as my AUR Helper so it isn't a yay bug)
The package builds in a chroot environment when the Check() block is skipped, and there doesn't seem to be any issue with the resulting package.
So either the PKGBUILD missing a dependency or it's a bug with libnkutils.
EDIT: Clarity
Celti commented on 2022-09-29 20:07 (UTC)
@OJFord, try building with
LANG=C
to rule out any issues with your locale.OJFord commented on 2022-09-28 16:53 (UTC)
Errors:
testlog.txt excerpt:
Commenting here instead of an upstream issue since CI is passing and I get the same error with the
-git
package. Am I perhaps missing some dependency for rendering that unicode spacing (I assume) correctly or something?sperg512 commented on 2022-09-10 18:20 (UTC)
This is now on an auto-update script, so every time a release is made it should update in an hour or so.
1 2 3 Next › Last »