[arch-commits] Commit in waybar/trunk (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Sat May 2 10:53:07 UTC 2020


    Date: Saturday, May 2, 2020 @ 10:53:07
  Author: maximbaz
Revision: 624349

waybar: dependencies review

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-02 10:43:26 UTC (rev 624348)
+++ PKGBUILD	2020-05-02 10:53:07 UTC (rev 624349)
@@ -3,26 +3,32 @@
 
 pkgname=waybar
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
 license=('MIT')
 depends=(
-    'chrono-date'
-    'gtk-layer-shell'
     'gtkmm3'
     'libjsoncpp.so'
+    'libinput'
+    'libsigc++'
+    'fmt'
+    'wayland'
+    'chrono-date'
     'libspdlog.so'
+    'gtk-layer-shell'
+    'libpulse'
+    'libnl'
+    'libappindicator-gtk3'
     'libdbusmenu-gtk3'
-    'libpulse'
     'libmpdclient'
 )
 makedepends=(
     'cmake'
     'meson'
-    'scdoc'  # For generating manpages
-    'sway'   # Support for workspace and window title modules
+    'scdoc' # For generating manpages
+    'wayland-protocols'
 )
 optdepends=(
     'otf-font-awesome: Icons in the default configuration'



More information about the arch-commits mailing list