PKGBUILD: makedepend on scdoc (for man page generation)

This commit is contained in:
Daniel Eklöf 2019-04-21 13:59:18 +02:00
parent 682463f785
commit 8d81091e1e
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,11 @@
pkgname=f00bar
pkgver=0.9.0.r159.g902245d
pkgver=0.9.0.r162.g879d5ce
pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
arch=('x86_64')
url=https://gitlab.com/dnkl/f00bar
license=(mit)
makedepends=('scdoc')
depends=(
'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-wm'
'wayland' 'wlroots'

View file

@ -1,11 +1,12 @@
pkgname=f00bar-wayland
pkgver=0.9.0.r159.g902245d
pkgver=0.9.0.r162.g879d5ce
pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for Wayland"
arch=('x86_64')
url=https://gitlab.com/dnkl/f00bar
license=(mit)
conflicts=('f00bar')
makedepends=('scdoc')
depends=(
'wayland' 'wlroots'
'freetype2' 'fontconfig' 'cairo'