diff options
author | Alex | 2023-02-27 17:16:38 +0100 |
---|---|---|
committer | Alex | 2023-02-27 17:16:38 +0100 |
commit | 8cd75ebfb489feebd7902096f7f4b4d961c6c91b (patch) | |
tree | 081d71623415e4c7f4be1976e579e95afe40347b /PKGBUILD | |
parent | 5297188fa2ea668767233be8fcdcc634f0426c2c (diff) | |
download | aur-8cd75ebfb489feebd7902096f7f4b4d961c6c91b.tar.gz |
chore: update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Alexis Rouillard <contact@arouillard.fr> pkgname=waybar-git -pkgver=r636.67593b8 +pkgver=r2429.09142fa3 pkgrel=1 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors (GIT)' arch=('x86_64') @@ -12,26 +12,39 @@ conflicts=('waybar') depends=( 'gtkmm3' 'libjsoncpp.so' - 'libinput' 'libsigc++' 'fmt' + 'jack' 'libjack.so' 'wayland' - 'chrono-date' + 'libdate-tz.so' 'libspdlog.so' 'gtk-layer-shell' + 'libupower-glib.so' + 'upower' + 'libevdev' + 'libinput' 'libpulse' 'libnl' 'libappindicator-gtk3' 'libdbusmenu-gtk3' 'libmpdclient' + 'libsndio.so' + 'libxkbcommon' + 'libwireplumber' + 'playerctl' ) makedepends=( 'git' 'cmake' + 'catch2' 'meson' 'scdoc' # For generating manpages 'wayland-protocols' ) +backup=( + etc/xdg/waybar/config + etc/xdg/waybar/style.css +) optdepends=( 'otf-font-awesome: Icons in the default configuration' ) |