Gojq is already used by sxmo_statusupdate.sh, but it was missing
from the APKBUILD depends
---
Glanced at my ~/xinit.log today and found it full of this:
/usr/bin/sxmo_statusbar.sh: line 40: gojq: not found
Installing gojq fixed that and made a couple of icons appear on my
status bar that had been missing before, hope this patch fixes it
properly (thanks psykose for reminding me to bump pkg_rel!).
---
community/sxmo-utils/APKBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/community/sxmo-utils/APKBUILD b/community/sxmo-utils/APKBUILD
index 1dc9670851..401ce1ecaa 100644
--- a/community/sxmo-utils/APKBUILD+++ b/community/sxmo-utils/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=sxmo-utils
pkgver=1.4.1
-pkgrel=3+pkgrel=4pkgdesc="Utility scripts, programs, and configs that hold the Sxmo UI environment together"
url="https://git.sr.ht/~mil/sxmo-utils"
arch="all !s390x !mips64" # limited by modemmanager and networkmanager
@@ -27,6 +27,7 @@ depends="
ffmpeg
gawk
geoclue
+ gojq grep
inotify-tools
mediainfo
--
2.32.0