ironbar: update to 0.16.0.

This commit is contained in:
Andrew J. Hesford 2024-08-13 14:55:39 -04:00
parent 7b4201df2b
commit 4f6be5966f
1 changed files with 4 additions and 4 deletions

View File

@ -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