Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (09dfbeb467b4ad9702050efabc8241abaeaf77fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (09dfbeb467b4ad9702050efabc8241abaeaf77fa)
  • Date: Sat, 16 Sep 2023 19:38:44 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

wm-addons/waybar/BUILD | 2 +-
wm-addons/waybar/DEPENDS | 2 +-
wm-addons/waybar/DETAILS | 4 ++--
wm-addons/waybar/HISTORY | 5 +++++
4 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 09dfbeb467b4ad9702050efabc8241abaeaf77fa
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

wm-addons/waybar: version 0.9.22

replaced rfkill opt. dep with util-linux as util-linux provides rfkill

diff --git a/wm-addons/waybar/BUILD b/wm-addons/waybar/BUILD
index 1eb8a49..aa65243 100755
--- a/wm-addons/waybar/BUILD
+++ b/wm-addons/waybar/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" ${WAYBAR_OPTS}" &&
+OPTS="${WAYBAR_OPTS} $OPTS" &&
default_build
diff --git a/wm-addons/waybar/DEPENDS b/wm-addons/waybar/DEPENDS
index ef62070..22a55f0 100755
--- a/wm-addons/waybar/DEPENDS
+++ b/wm-addons/waybar/DEPENDS
@@ -75,7 +75,7 @@ if is_depends_enabled $SPELL gtk-layer-shell; then
depends gtk+3
fi &&

-optional_depends rfkill \
+optional_depends util-linux \
'rfkill=enabled' \
'rfkill=disabled' \
'Enable support for RFKILL?' &&
diff --git a/wm-addons/waybar/DETAILS b/wm-addons/waybar/DETAILS
index 51f4a02..f4e65e3 100755
--- a/wm-addons/waybar/DETAILS
+++ b/wm-addons/waybar/DETAILS
@@ -2,11 +2,11 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=waybar
SPELLX=Waybar
- VERSION=0.9.20
+ VERSION=0.9.22
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SOURCE_URL[0]=https://github.com/Alexays/Waybar/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:be6c560639d044f1925a200ad0fe3da58a19568a19b2507d3f8c6d2af18570d6694ee757a645e6f7bb9176447929d817a13269105a027e00876a9e39a0a3abdd
+
SOURCE_HASH=sha512:0cd2d4fdf51528d1246da756ec1d4be5dd897208f4ec1aef5ab2d2801ab72145bcccef68fa62e55f0b1bb9913d471ce5c748de97f9d785d55c06a5f6717c9849
LICENSE[0]=MIT
WEB_SITE=https://github.com/Alexays/Waybar/
ENTERED=20230227
diff --git a/wm-addons/waybar/HISTORY b/wm-addons/waybar/HISTORY
index bfc7f6b..6efc96e 100644
--- a/wm-addons/waybar/HISTORY
+++ b/wm-addons/waybar/HISTORY
@@ -1,3 +1,8 @@
+2023-09-15 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 0.9.22
+ * BUILD: switch from OPTS+= to OPTS=
+ * DEPENDS: switch rfkill optional dep to util-linux
+
2023-08-11 Conner Clere <xenanthropy AT sourcemage.org>
* DETAILS: version 0.9.20




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (09dfbeb467b4ad9702050efabc8241abaeaf77fa), Conner Clere, 09/16/2023

Archive powered by MHonArc 2.6.24.

Top of Page