Date: Tuesday, November 1, 2022 @ 00:54:04
Author: maximbaz
Revision: 1340044
upgpkg: waybar 0.9.14-1
Modified:
waybar/trunk/PKGBUILD
----------+
PKGBUILD | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-31 23:54:09 UTC (rev 1340043)
+++ PKGBUILD 2022-11-01 00:54:04 UTC (rev 1340044)
@@ -2,8 +2,8 @@
# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
pkgname=waybar
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based
compositors'
arch=('x86_64')
url="https://github.com/Alexays/Waybar/"
@@ -13,6 +13,7 @@
'libjsoncpp.so'
'libsigc++'
'fmt'
+ 'jack' 'libjack.so'
'wayland'
'libdate-tz.so'
'libspdlog.so'
@@ -20,6 +21,7 @@
'libupower-glib.so'
'upower'
'libevdev'
+ 'libinput'
'libpulse'
'libnl'
'libappindicator-gtk3'
@@ -42,26 +44,17 @@
optdepends=(
'otf-font-awesome: Icons in the default configuration'
)
-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'
- 'bedf05c1aeecd9fad517bc91583d3054de97b07e92c63e75220b16f728f10112')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
+sha256sums=('45fdd17240b9d61b2f19e12ba9e9444418f0c9b511440cbc3624652a309a0ccf')
-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"
+ # TODO tests depend on catch2 v3
meson --prefix=/usr \
--buildtype=plain \
--auto-features=enabled \
--wrap-mode=nodownload \
+ -Dtests=disabled \
build
ninja -C build
}