blob: 6540488c28a9acee0fddea82091433fb2b8b5aee (
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
|
pkgbase = luastatus-luajit
pkgdesc = luastatus (a status bar content generator) built with luajit for better performance
pkgver = 0.6.0
pkgrel = 6
url = https://github.com/shdown/luastatus
arch = x86_64
license = LGPL3
makedepends = cmake
makedepends = pkg-config
makedepends = python-docutils
makedepends = libxcb>=1.10
makedepends = yajl>=2.0.4
makedepends = alsa-lib>=1.0.27.2
makedepends = libpulse>=4.0
makedepends = libudev.so
makedepends = libnl>=3.0
makedepends = glib2>=2.40.2
makedepends = libx11>=1.6.2
makedepends = xcb-util>=0.3.8
makedepends = xcb-util-wm>=0.4.1
depends = luajit>=2.0.0
optdepends = luastatus-meta: provides all luastatus dependencies
optdepends = lua51-luautf8: for general UTF-8 support
optdepends = libxcb>=1.10: for barlib 'dwm' and plugin 'xtitle'
optdepends = yajl>=2.0.4: for barlib 'i3'
optdepends = alsa-lib>=1.0.27.2: for plugin 'alsa'
optdepends = libpulse>=4.0: for plugin 'pulse'
optdepends = libudev.so: for plugin 'battery-linux', 'backlight-linux' and 'udev'
optdepends = libnl>=3.0: for plugin 'network'
optdepends = glib2>=2.40.2: for plugin 'dbus'
optdepends = libx11>=1.6.2: for plugin 'xkb'
optdepends = xcb-util>=0.3.8: for plugin 'xtitle'
optdepends = xcb-util-wm>=0.4.1: for plugin 'xtitle'
provides = luastatus
conflicts = luastatus
source = https://github.com/shdown/luastatus/archive/refs/tags/v0.6.0.tar.gz
sha256sums = b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc
pkgname = luastatus-luajit
|