Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (252b527182a401dadebf47079f5268e2b80ffc24)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (252b527182a401dadebf47079f5268e2b80ffc24)
  • Date: Sun, 23 Sep 2018 03:31:24 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
wm-addons/xob/BUILD | 1 +
wm-addons/xob/DEPENDS | 2 ++
wm-addons/xob/DETAILS | 25 +++++++++++++++++++++++++
wm-addons/xob/HISTORY | 2 ++
wm-addons/xob/INSTALL | 1 +
6 files changed, 35 insertions(+)

New commits:
commit 252b527182a401dadebf47079f5268e2b80ffc24
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xob: new spell, lightweight overlay bar for the X Window System

diff --git a/ChangeLog b/ChangeLog
index 1681a61..9cee151 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * wm-addons/xob: new spell, lightweight overlay bar for the X Window
+ System
+
2018-09-21 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add Juan A. Suarez Romero <jasuarez AT igalia.com>

diff --git a/wm-addons/xob/BUILD b/wm-addons/xob/BUILD
new file mode 100755
index 0000000..ea73300
--- /dev/null
+++ b/wm-addons/xob/BUILD
@@ -0,0 +1 @@
+make prefix="${INSTALL}/usr" sysconfdir="${INSTALL_ROOT}/etc"
diff --git a/wm-addons/xob/DEPENDS b/wm-addons/xob/DEPENDS
new file mode 100755
index 0000000..72c5e3e
--- /dev/null
+++ b/wm-addons/xob/DEPENDS
@@ -0,0 +1,2 @@
+depends libx11 &&
+depends libconfig
diff --git a/wm-addons/xob/DETAILS b/wm-addons/xob/DETAILS
new file mode 100755
index 0000000..bfa1a30
--- /dev/null
+++ b/wm-addons/xob/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=xob
+ VERSION=0.1.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/florentc/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a37bd15d30e44ac939ca137269df2da68d497346e16db56c21eb53939240986e54935ce8a63f9d379a70f26cbe784a58a3bf3ef320a6762d5761b00dc07d19d8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="doc/xob.md"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/florentc/xob
+ LICENSE[0]=GPL
+ ENTERED=20180922
+ SHORT="lightweight overlay bar for the X Window System"
+cat << EOF
+xob is a lightweight configurable overlay volume/backlight/progress/anything
+bar for the X Window System.
+
+Each time a new value is read on the standard input, it is displayed as a
+tv-like bar over other windows. It then vanishes after a configurable amount
+of time.
+
+A value followed by a bang '!' is displayed using an alternate color to
+account for special states (e.g. muted audio).
+
+There is also support for overflows (when the value exceeds the maximum).
+EOF
diff --git a/wm-addons/xob/HISTORY b/wm-addons/xob/HISTORY
new file mode 100644
index 0000000..33477c7
--- /dev/null
+++ b/wm-addons/xob/HISTORY
@@ -0,0 +1,2 @@
+2018-09-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: created spell, version 0.1.1
diff --git a/wm-addons/xob/INSTALL b/wm-addons/xob/INSTALL
new file mode 100755
index 0000000..3c87b85
--- /dev/null
+++ b/wm-addons/xob/INSTALL
@@ -0,0 +1 @@
+make prefix="${INSTALL_ROOT}/usr" sysconfdir="${INSTALL_ROOT}/etc" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (252b527182a401dadebf47079f5268e2b80ffc24), Vlad Glagolev, 09/22/2018

Archive powered by MHonArc 2.6.24.

Top of Page