Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / waybar
Commits: 7aab9149 by Maxim Baz at 2023-11-02T22:08:58+01:00 upgpkg: 0.9.23-1 - - - - - 3 changed files: - + .SRCINFO - PKGBUILD - − fmt-10.patch Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,42 @@ +pkgbase = waybar + pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based compositors + pkgver = 0.9.23 + pkgrel = 1 + url = https://github.com/Alexays/Waybar/ + arch = x86_64 + license = MIT + makedepends = cmake + makedepends = catch2 + makedepends = meson + makedepends = scdoc + makedepends = wayland-protocols + depends = gtkmm3 + depends = libjsoncpp.so + depends = libsigc++ + depends = fmt + depends = jack + depends = libjack.so + depends = wayland + depends = libdate-tz.so + depends = libspdlog.so + depends = gtk-layer-shell + depends = libupower-glib.so + depends = upower + depends = libevdev + depends = libinput + depends = libpulse + depends = libnl + depends = libappindicator-gtk3 + depends = libdbusmenu-gtk3 + depends = libmpdclient + depends = libsndio.so + depends = libxkbcommon + depends = libwireplumber + depends = playerctl + optdepends = otf-font-awesome: Icons in the default configuration + backup = etc/xdg/waybar/config + backup = etc/xdg/waybar/style.css + source = waybar-0.9.23.tar.gz::https://github.com/Alexays/Waybar/archive/0.9.23.tar.gz + b2sums = b12efb1f7200dfa8d1e2745af068a0a493d071eeb3d8916e00e2326af23fcc590157d2d9df0b3f89d4762c688f8546c9d263b0c9236c183064f59b39702ed7b9 + +pkgname = waybar ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Brett Cornwall <[email protected]> -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Maintainer: Maxim Baz <archlinux at maximbaz dot com> pkgname=waybar -pkgver=0.9.22 +pkgver=0.9.23 pkgrel=1 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors' arch=('x86_64') @@ -47,7 +47,7 @@ optdepends=( 'otf-font-awesome: Icons in the default configuration' ) source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz") -sha256sums=('61e8d934c178b9da8212162398d2be44c5606c92b9a3503526993bb204206c6b') +b2sums=('b12efb1f7200dfa8d1e2745af068a0a493d071eeb3d8916e00e2326af23fcc590157d2d9df0b3f89d4762c688f8546c9d263b0c9236c183064f59b39702ed7b9') build() { cd "Waybar-$pkgver" ===================================== fmt-10.patch deleted ===================================== View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/commit/7aab91499786b89fae11298e901fb7195550b880 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/commit/7aab91499786b89fae11298e901fb7195550b880 You're receiving this email because of your account on gitlab.archlinux.org.
