Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (a8dbf015613603fe7dd669992e46df9a6f8cedc4)
  • Date: Mon, 13 May 2024 02:10:01 +0000

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

ChangeLog | 1 +
wm-addons/gopsuinfo/BUILD | 1 +
wm-addons/gopsuinfo/DEPENDS | 2 ++
wm-addons/gopsuinfo/DETAILS | 15 +++++++++++++++
wm-addons/gopsuinfo/HISTORY | 3 +++
5 files changed, 22 insertions(+)

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

wm-addons/gopsuinfo: new spell

gopsutil-based command that displays system usage info in panels
(waybar, tint2, nwg-panel, etc.)

diff --git a/ChangeLog b/ChangeLog
index 5b18ba1..a97bada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
* wm-addons/nwg-bar: new spell, gtk button bar for wlroots compositors
* utils/cliphist: new spell, clipboard history manager for wayland
* python-pypi/nwg-clipman: new spell, gtk3 gui for cliphist
+ * wm-addons/gopsuinfo: new spell, display system info in bars

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/wm-addons/gopsuinfo/BUILD b/wm-addons/gopsuinfo/BUILD
new file mode 100755
index 0000000..97c67d1
--- /dev/null
+++ b/wm-addons/gopsuinfo/BUILD
@@ -0,0 +1 @@
+GOROOT="${INSTALL_ROOT}/opt/go/" GOPROXY="proxy.golang.org,direct" make build
diff --git a/wm-addons/gopsuinfo/DEPENDS b/wm-addons/gopsuinfo/DEPENDS
new file mode 100755
index 0000000..a14bab4
--- /dev/null
+++ b/wm-addons/gopsuinfo/DEPENDS
@@ -0,0 +1,2 @@
+depends PKG-CONFIG &&
+depends go
diff --git a/wm-addons/gopsuinfo/DETAILS b/wm-addons/gopsuinfo/DETAILS
new file mode 100755
index 0000000..9c0dc82
--- /dev/null
+++ b/wm-addons/gopsuinfo/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=gopsuinfo
+ VERSION=0.1.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=https://github.com/nwg-piotr/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:207273fb23638df549614e82e035d2171633c997533cfc0a7c78f9db8e8364e56100b426622900b11f959b458b76fc7853c7c0e717668a2ec25080b78e15c8fd
+ LICENSE[0]=BSD
+ WEB_SITE=https://github.com/nwg-piotr/gopsuinfo
+ ENTERED=20240512
+ KEYWORDS="utils nwg"
+ SHORT="system usage info displayer"
+cat << EOF
+A gopsutil-based command to display system usage info as text
+in panels like Waybar or icon/text in tint2 and nwg-panel executors
+EOF
diff --git a/wm-addons/gopsuinfo/HISTORY b/wm-addons/gopsuinfo/HISTORY
new file mode 100644
index 0000000..529cd34
--- /dev/null
+++ b/wm-addons/gopsuinfo/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: version 0.1.6, new spell
+


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (a8dbf015613603fe7dd669992e46df9a6f8cedc4), Conner Clere, 05/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page