summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorFlorian Franzmann2020-01-06 12:11:36 +0100
committerFlorian Franzmann2020-01-06 15:56:13 +0100
commit54411154e5a16d7c6fc34834cab393db16f594ee (patch)
tree09c489b9c411ce9121ea28e88f180e33a13309a4 /wm-addons
parentb5ef7d71f7fefc6297d9dd716b0e821e63037f64 (diff)
wm-addons/i3blocks: new spell, a feed generator for text based status bars
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/i3blocks/DEPENDS3
-rwxr-xr-xwm-addons/i3blocks/DETAILS22
-rw-r--r--wm-addons/i3blocks/HISTORY3
-rwxr-xr-xwm-addons/i3blocks/PRE_BUILD4
4 files changed, 32 insertions, 0 deletions
diff --git a/wm-addons/i3blocks/DEPENDS b/wm-addons/i3blocks/DEPENDS
new file mode 100755
index 0000000000..47a76189b0
--- /dev/null
+++ b/wm-addons/i3blocks/DEPENDS
@@ -0,0 +1,3 @@
+depends autoconf &&
+depends automake &&
+depends gcc
diff --git a/wm-addons/i3blocks/DETAILS b/wm-addons/i3blocks/DETAILS
new file mode 100755
index 0000000000..89524f4afd
--- /dev/null
+++ b/wm-addons/i3blocks/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=i3blocks
+ VERSION=1.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/vivien/${SPELL}/archive/${VERSION}.tar.gz
+ SOURCE_HASH=sha512:759829d59f94070251378d437891c2df05715fbd0b734c34dd41767d61957f301c6125b0058668295b8eeac29038fae6b2e8c194f903398ee736662213d1d534
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+ WEB_SITE="https://github.com/vivien/i3blocks"
+ LICENSE[0]=GPL
+ ENTERED=20200106
+ SHORT="a feed generator for text based status bars"
+cat << EOF
+i3blocks executes your command lines and generates a status line from their
+output. Commands are scheduled at configured time intervals, upon signal
+reception or on clicks.
+
+The generated line is meant to be displayed by the i3 window manager through
+its i3bar component, as an alternative to i3status.
+
+i3blocks is meant to be highly flexible but intuitive. No library package
+is required, just output what your status bar expects, from your favorite
+programming language and your preferred format.
+EOF
diff --git a/wm-addons/i3blocks/HISTORY b/wm-addons/i3blocks/HISTORY
new file mode 100644
index 0000000000..e19b3efccd
--- /dev/null
+++ b/wm-addons/i3blocks/HISTORY
@@ -0,0 +1,3 @@
+2020-01-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/wm-addons/i3blocks/PRE_BUILD b/wm-addons/i3blocks/PRE_BUILD
new file mode 100755
index 0000000000..2c7959e81a
--- /dev/null
+++ b/wm-addons/i3blocks/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+autoreconf -fi