Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
waybar


Commits:
7202e1b3 by Brett Cornwall at 2023-12-09T12:37:20-08:00
upgpkg: 0.9.24-2

Rebuild against catch2 v3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = waybar
        pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based 
compositors
        pkgver = 0.9.24
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/Alexays/Waybar/
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/";
@@ -59,11 +59,17 @@ build() {
           --wrap-mode=nodownload \
           -Dexperimental=true \
           -Dcava=disabled \
-          -Dtests=disabled \
+          -Dtests=enabled \
           build
     ninja -C build
 }
 
+check() {
+    cd "Waybar-$pkgver"
+    meson test -C build --no-rebuild --suite waybar
+
+}
+
 package() {
     cd "Waybar-$pkgver"
     DESTDIR="$pkgdir" ninja -C build install



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/commit/7202e1b3921ae9150e93ef794456a4c68e867028

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/commit/7202e1b3921ae9150e93ef794456a4c68e867028
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to