[arch-commits] Commit in bemenu/trunk (PKGBUILD)

Ivy Foster escondida at archlinux.org
Wed Jan 29 20:19:48 UTC 2020


    Date: Wednesday, January 29, 2020 @ 20:19:47
  Author: escondida
Revision: 559152

update to -3, document dependency on wlroots

Modified:
  bemenu/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-29 20:17:48 UTC (rev 559151)
+++ PKGBUILD	2020-01-29 20:19:47 UTC (rev 559152)
@@ -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"



More information about the arch-commits mailing list