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

Brett Cornwall ainola at archlinux.org
Wed Feb 26 02:13:13 UTC 2020


    Date: Wednesday, February 26, 2020 @ 02:13:13
  Author: ainola
Revision: 582230

update to 0.9.1; add 'date' and 'gtk-layer-shell'

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 02:12:01 UTC (rev 582229)
+++ PKGBUILD	2020-02-26 02:13:13 UTC (rev 582230)
@@ -1,13 +1,14 @@
 # Maintainer: Brett Cornwall <ainola at archlinux.org>
 
 pkgname=waybar
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
 license=('MIT')
 depends=(
+    'gtk-layer-shell'
     'gtkmm3'
     'jsoncpp'
     'libjsoncpp.so'
@@ -16,11 +17,12 @@
     'libpulse'
     'libmpdclient'
 )
-# Sway is needed for building support for workspace and window title modules
 makedepends=(
+    'cmake'
+    'date'
     'meson'
     'scdoc'  # For generating manpages
-    'sway'
+    'sway'  # Support for workspace and window title modules
 )
 optdepends=(
     'otf-font-awesome: Icons in the default configuration'
@@ -28,11 +30,11 @@
 source=(
     "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
 )
-sha256sums=('65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d')
+sha256sums=('97d61baced26835b49d9366a1316925fc5ec59c4ae9269d85c71c5375a061478')
 
 build() {
     cd "Waybar-$pkgver"
-    meson --prefix=/usr build
+    meson --prefix=/usr --wrap-mode=nofallback build
     ninja -C build
 }
 



More information about the arch-commits mailing list