parent
19e647a6aa
commit
5eb98e3b25
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yambar'
|
# Template file for 'yambar'
|
||||||
pkgname=yambar
|
pkgname=yambar
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -8,17 +8,23 @@ hostmakedepends="pkg-config scdoc wayland-devel"
|
||||||
makedepends="alsa-lib-devel eudev-libudev-devel libxcb-devel libyaml-devel
|
makedepends="alsa-lib-devel eudev-libudev-devel libxcb-devel libyaml-devel
|
||||||
pixman-devel fcft-devel json-c-devel libmpdclient-devel tllist wayland-devel
|
pixman-devel fcft-devel json-c-devel libmpdclient-devel tllist wayland-devel
|
||||||
wayland-protocols xcb-util-devel xcb-util-cursor-devel xcb-util-wm-devel"
|
wayland-protocols xcb-util-devel xcb-util-cursor-devel xcb-util-wm-devel"
|
||||||
|
checkdepends="xvfb-run liberation-fonts-ttf"
|
||||||
short_desc="Modular status panel for X11 and Wayland, inspired by polybar"
|
short_desc="Modular status panel for X11 and Wayland, inspired by polybar"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://codeberg.org/dnkl/yambar"
|
homepage="https://codeberg.org/dnkl/yambar"
|
||||||
changelog="https://codeberg.org/dnkl/yambar/raw/branch/master/CHANGELOG.md"
|
changelog="https://codeberg.org/dnkl/yambar/raw/branch/master/CHANGELOG.md"
|
||||||
distfiles="https://codeberg.org/dnkl/yambar/archive/${version}.tar.gz"
|
distfiles="https://codeberg.org/dnkl/yambar/archive/${version}.tar.gz"
|
||||||
checksum=d164eb8b6f3bc21d3e4d804024122553c691c773986ce30911f25b919fbd4f80
|
checksum=143c09b256d3c042e908fd1b658fc513b476af780c213dc621cbeff2526a1e7a
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
xvfb-run ninja -C build/ test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
yambar-devel_package() {
|
yambar-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue