# Contributor: Luca Weiss # Maintainer: Luca Weiss pkgname=waybar pkgver=0.9.5 pkgrel=0 pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors" url="https://github.com/Alexays/Waybar/" arch="all" license="MIT" depends="ttf-font-awesome" makedepends="meson gtkmm3-dev jsoncpp-dev spdlog-dev fmt-dev libinput-dev date-dev libnl3-dev pulseaudio-dev libmpdclient-dev eudev-dev scdoc gtk-layer-shell-dev libdbusmenu-gtk3-dev" subpackages="$pkgname-doc" source="Waybar-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz " options="!check" # No test suite builddir="$srcdir/Waybar-$pkgver" build() { abuild-meson . output meson configure -Ddbusmenu-gtk=enabled output meson compile ${JOBS:+-j ${JOBS}} -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums="0bbb9e898e205728fc564389927fec661a8dd6a9995a6c5d318f930f4527d6afd0be11a6b71dfa9aafb05c982e0f131e51eb0eec9a3e92c28f5cb04ff780fa8b Waybar-0.9.5.tar.gz"