Search Criteria
Package Details: fuzzel-git 1.8.2.r12.gf1ab7eb-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fuzzel-git.git (read-only, click to copy) |
|---|---|
| Package Base: | fuzzel-git |
| Description: | Application launcher for wlroots based Wayland compositors. |
| Upstream URL: | https://codeberg.org/dnkl/fuzzel |
| Licenses: | MIT |
| Conflicts: | fuzzel |
| Provides: | fuzzel |
| Submitter: | chinmay |
| Maintainer: | eclairevoyant |
| Last Packager: | justinesmithies |
| Votes: | 2 |
| Popularity: | 0.34 |
| First Submitted: | 2022-01-28 06:14 (UTC) |
| Last Updated: | 2023-03-21 21:31 (UTC) |
Dependencies (13)
- cairo (cairo-gitAUR)
- fcft
- git (git-gitAUR, git-glAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pixman (pixman-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- tllist (tllist-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (23)
- arch-wiki-dmenu-git (requires fuzzel) (optional)
- btctl (requires fuzzel) (optional)
- bzmenu (requires fuzzel) (optional)
- caelestia-cli (requires fuzzel)
- caelestia-cli-git (requires fuzzel)
- fuzzel-pass (requires fuzzel)
- heimdall-cli (requires fuzzel)
- hyprcap (requires fuzzel) (optional)
- illogical-impulse-basic (requires fuzzel)
- iwmenu (requires fuzzel) (optional)
- iwmenu-git (requires fuzzel) (optional)
- menu-qalc-wayland-git (requires fuzzel) (optional)
- networkmanager-dmenu-git (requires fuzzel) (optional)
- niri-dinit (requires fuzzel) (optional)
- niri-git (requires fuzzel) (optional)
- pa-age-git (requires fuzzel) (optional)
- pass-autotype (requires fuzzel)
- pwmenu-git (requires fuzzel) (optional)
- raffi-bin (requires fuzzel)
- rofimoji-git (requires fuzzel) (optional)
- Show 3 more...
Latest Comments
markstos commented on 2025-09-14 14:04 (UTC)
I recommend updating build options to use the resvg backend. It does not require cairo, supports gamma correction and is faster and more complete. Changes to make:
-Denable-cairo=disabled \ -Dsvg-backend=resvg - Add "resvg" to depends() - Remove librsvg and cairo from depends()
From the changelog: "packagers are advised to prefer this backend. The librsvg and nanosvg backends may be removed in a future release"
eclairevoyant commented on 2023-04-03 23:08 (UTC)
gitis a build-time dependency, it should be inmakedependsinstead ofdependsandreafeletto commented on 2022-11-29 00:41 (UTC)
Hello, the following is a proposed PKGBUILD file which solves all the problems with the current one: version, dependencies, adherence to the guidelines. If you don't wish to maintain the package anymore I can step in, otherwise feel free to merge it. Cheers.
tinywrkb commented on 2022-04-14 16:01 (UTC)
Doesn't build in a clean chroot. makedepends is missing git, it's not being pulled-in by base-devel.