From 4f6be5966fa276829cc0d12c71271e505b3def08 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 13 Aug 2024 14:55:39 -0400 Subject: [PATCH] ironbar: update to 0.16.0. --- srcpkgs/ironbar/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ironbar/template b/srcpkgs/ironbar/template index 9788353c283..16fc555b9c3 100644 --- a/srcpkgs/ironbar/template +++ b/srcpkgs/ironbar/template @@ -1,6 +1,6 @@ # Template file for 'ironbar' pkgname=ironbar -version=0.15.1 +version=0.16.0 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -11,7 +11,7 @@ license="MIT" homepage="https://github.com/JakeStanger/ironbar" changelog="https://github.com/JakeStanger/ironbar/releases/" distfiles="https://github.com/JakeStanger/ironbar/archive/refs/tags/v${version}.tar.gz" -checksum=a322ad99c0456705ae16bce7fd066bbffc1a3fc28211c6189a9d7df82a9cce98 +checksum=5b4e96a5f1c96406fa99299b8ad2c0f97dc56c44237b8328cfb64c8daf17d3b5 if [ "${XBPS_WORDSIZE}" == "${XBPS_TARGET_WORDSIZE}" ]; then makedepends+=" LuaJIT-devel" @@ -19,8 +19,8 @@ else # Disable cairo feature that requires LuaJIT; otherwise, # keep this feature list in sync with Cargo.toml configure_args+=" --no-default-features - --features=cli,clipboard,clock,config+all,focused - --features=http,ipc,launcher,music+all,notifications + --features=cli,clipboard,clock,config+all,focused,http,ipc + --features=launcher,music+all,network_manager,notifications --features=sys_info,tray,upower,volume,workspaces+all " fi