Received: from mail.cock.li (mail.cock.li [37.120.193.124]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 17FE6780DB4 for ; Sun, 5 Dec 2021 01:40:14 +0000 (UTC) From: Asdf Lkj DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=memeware.net; s=mail; t=1638667824; bh=cppktuIwo/ZCajoxnqiWzy6tJX6eOYtsQSQQwDe5s9A=; h=From:To:Cc:Subject:Date:From; b=YMAmi0H4qGku7HGbYguISJ/r0DzLhsrZ2hdqI2w6QrKr89G9nKmrtkUmB4+5n9tlt rYtVXQSdohYJanGadhBBSAvfTD2D4ORHhXxbXQR65Zhqd7+hMdCg/CkdDFU096Wc2g X4UMTnBRgWv6Dpd4Qf3LYxl7xaKxQY5D5/FZHz3P0E0qD8cG76cqROzjHfdNB1yfo+ 7BDH/oG239XPP5ZnUVnGUr9zE6FVs58Phn7AgtUW4KiJCAbu/83TelhmLNAGlfnsFg MszLGmc6hV+ChJ/pAx86qg+W+sQey6GL62PTwjr6wu62XLFUYTDBsKcxbi0/tA1Ikc gRyYx8s9lPjVA== To: alpine-aports@lists.alpinelinux.org Cc: Asdf Lkj Subject: [PATCH] community/sxmo-utils: depend on gojq Date: Sat, 4 Dec 2021 18:30:06 -0700 Message-Id: <20211205013006.27487-1-asdflkj@memeware.net> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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