Search Criteria
Package Details: bemenu-git r382.d9f4d1b-1
Git Clone URL: | https://aur.archlinux.org/bemenu-git.git (read-only, click to copy) |
---|---|
Package Base: | bemenu-git |
Description: | Dynamic menu library and client program inspired by dmenu with support for wlroots-based wayland compositors |
Upstream URL: | https://github.com/Cloudef/bemenu |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dacoit |
Maintainer: | PyroLagus |
Last Packager: | PyroLagus |
Votes: | 16 |
Popularity: | 0.97 |
First Submitted: | 2015-08-12 17:25 |
Last Updated: | 2020-05-19 18:54 |
Dependencies (13)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- cmake (cmake-git) (make)
- libxinerama (libxinerama-randr-git) (make)
- libxkbcommon (libxkbcommon-git) (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
- wayland (wayland-git, wayland-nodocs-git, wayland-hi-res-scroll-git) (make)
- wlroots (wlroots-full-git, wlroots-git, wlroots-hidpi-git, wlroots-strace-git, wlroots-nosystemd-strace-git, wlroots-nosystemd-git, wlroots-nosystemd-minimal-git, wlroots-nosystemd-nox11-git, wlroots-nox11-git) (make)
- libxinerama (libxinerama-randr-git) (optional) – For the x11 backend
- libxkbcommon (libxkbcommon-git) (optional) – For the wayland backend
- ncurses (ncurses-nohex, ncurses-git) (optional) – For the curses backend
- wayland (wayland-git, wayland-nodocs-git, wayland-hi-res-scroll-git) (optional) – For the wayland backend
- wayland-protocols (wayland-protocols-git) (optional) – For the wayland backend
- wlroots (wlroots-full-git, wlroots-git, wlroots-hidpi-git, wlroots-strace-git, wlroots-nosystemd-strace-git, wlroots-nosystemd-git, wlroots-nosystemd-minimal-git, wlroots-nosystemd-nox11-git, wlroots-nox11-git) (optional) – For the wayland backend
Required by (7)
- bemenu-dmenu (requires bemenu)
- j4-dmenu-desktop (requires bemenu) (optional)
- labwc (requires bemenu) (optional)
- labwc-git (requires bemenu) (optional)
- orbment-git (requires bemenu) (optional)
- pinentry-bemenu (requires bemenu)
- swaytools (requires bemenu) (optional)
Latest Comments
« First ‹ Previous 1 2
ElVirolo commented on 2019-05-05 13:02
For Wayland support, one should add -DBEMENU_WAYLAND_RENDERER=ON at the end of the "cmake" line.
ruahcra commented on 2019-04-28 09:43
Has anyone tried to contact the maintainer?
mayhem commented on 2019-03-28 11:00
==> Starting pkgver()... ==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: r273.0.1.0-7-g8ad07cf
This can be fixed by replacing
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git describe --always)"
with
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
soloturn commented on 2019-02-02 19:01
true, this works, thanks cauebs! it does not provide a desktop file so it is visible in gnome, you know how to do this one?
timsn commented on 2019-02-02 18:25
@cauebs thanks for pointing this out! I just tried to install it. Adding a '.' at the end of the cmake invocation (in the PKGBUILD file) works well.
cauebs commented on 2019-02-02 12:18
I think the cmake invocation in the build step is missing the path as a positional argument. Adding '.' at the end does the job.