~alpine/aports

community/sxmo-utils: depend on gojq v1 PROPOSED

Asdf Lkj: 1
 community/sxmo-utils: depend on gojq

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3792/mbox | git am -3
Learn more about email & git

[PATCH] community/sxmo-utils: depend on gojq Export this patch

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=4
pkgdesc="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