Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
update to -3, document dependency on wlroots
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@559152 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
escondida authored and svntogit committed Jan 29, 2020
1 parent 733f7b7 commit 922823b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions trunk/PKGBUILD
Expand Up @@ -2,20 +2,23 @@

pkgname=bemenu
pkgver=0.3.0
pkgrel=2
pkgrel=3

pkgdesc='Dynamic menu library and client program inspired by dmenu with support for wayland compositors'
# Wayland without wlroots is not supported.
# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
pkgdesc='Dynamic menu library and client program inspired by dmenu with support for wlroots-based wayland compositors'
url='https://github.com/Cloudef/bemenu'
arch=(x86_64)
license=(GPL3 LGPL3)

depends=(pango)
makedepends=(cmake libxinerama libxkbcommon ncurses wayland)
makedepends=(cmake libxinerama libxkbcommon ncurses wayland wlroots)
optdepends=(
'libxinerama: For the x11 backend'
'libxkbcommon: For the wayland backend'
'ncurses: For the curses backend'
'wayland: For the wayland backend'
'wlroots: For the wayland backend'
)
source=(
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz"
Expand Down

0 comments on commit 922823b

Please sign in to comment.