[arch-commits] Commit in waybar/trunk (PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Wed Oct 9 00:23:26 UTC 2019
Date: Wednesday, October 9, 2019 @ 00:23:24
Author: ainola
Revision: 514316
Rebuild with spdlog as a shared lib
Modified:
waybar/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-08 23:57:44 UTC (rev 514315)
+++ PKGBUILD 2019-10-09 00:23:24 UTC (rev 514316)
@@ -2,13 +2,12 @@
pkgname=waybar
pkgver=0.8.0
-pkgrel=3
+pkgrel=4
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
arch=('x86_64')
url="https://github.com/Alexays/Waybar/"
license=('MIT')
depends=(
- 'fmt'
'gtkmm3'
'jsoncpp'
'libjsoncpp.so'
@@ -15,12 +14,12 @@
'libdbusmenu-gtk3'
'libpulse'
'libmpdclient'
+ 'spdlog'
)
# Sway is needed for building support for workspace and window title modules
makedepends=(
'meson'
'scdoc' # For generating manpages
- 'spdlog'
'sway'
)
optdepends=(
More information about the arch-commits
mailing list