blob: 419a0f5dcafca219ba8e1d4ec262f850b382957b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Contributor: Cosmo Borsky <me@cosmoborsky.com>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=bemenu
pkgver=0.6.13
pkgrel=0
pkgdesc="Dynamic menu library and client program with support for different backends"
options="!check" # No testsuite
url="https://github.com/Cloudef/bemenu"
arch="all"
license="GPL-3.0-or-later AND LGPL-3.0-or-later"
depends_dev="
libxinerama-dev
libxkbcommon-dev
ncurses-dev
pango-dev
scdoc
wayland-dev
wayland-protocols
"
makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg"
source="$pkgname-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz"
replaces="sxmo-bemenu"
build() {
PREFIX=/usr CFLAGS="$CFLAGS -g" make
}
package() {
# Please don't split backends into subpackages until
# https://github.com/Cloudef/bemenu/issues/165 is
# resolved, i.e. proper error messages are output if
# no backend was found or a backend error occured.
make PREFIX=/usr DESTDIR="$pkgdir" install
}
sha512sums="
3ba0b735862f549a36c49394fa2737c3989f1e7e927a1c37ad6094954e5fd9a657a2128353290a6e6f1c0a8d044bc7043e26d88ebe7da0d4622cd5b133b03717 bemenu-0.6.13.tar.gz
"
|