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

Brett Cornwall ainola at gemini.archlinux.org
Tue Aug 9 14:41:10 UTC 2022


    Date: Tuesday, August 9, 2022 @ 14:41:09
  Author: ainola
Revision: 1263572

Rebuild for fmt 9

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 14:37:14 UTC (rev 1263571)
+++ PKGBUILD	2022-08-09 14:41:09 UTC (rev 1263572)
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
@@ -44,9 +44,18 @@
 )
 source=(
     "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
+    "https://patch-diff.githubusercontent.com/raw/Alexays/Waybar/pull/1617.patch"
 )
-sha256sums=('9e6553274ce3013d2be9912f975287efe4dfd38de4e335db43a73aff2a3b0a34')
+sha256sums=('9e6553274ce3013d2be9912f975287efe4dfd38de4e335db43a73aff2a3b0a34'
+            'bedf05c1aeecd9fad517bc91583d3054de97b07e92c63e75220b16f728f10112')
 
+prepare() {
+    cd "Waybar-$pkgver"
+    # Fix fmt 9 compilation issues. This is on master but not yet part of a
+    # release
+    patch -p1 < ../1617.patch
+}
+
 build() {
     cd "Waybar-$pkgver"
     meson --prefix=/usr \



More information about the arch-commits mailing list