Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c4adf2101f75156de33c221b4338090feccbe832)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c4adf2101f75156de33c221b4338090feccbe832)
  • Date: Mon, 17 Oct 2016 19:08:41 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
windowmanagers/bspwm/BUILD | 1 +
windowmanagers/bspwm/DEPENDS | 5 +++++
windowmanagers/bspwm/DETAILS | 24 ++++++++++++++++++++++++
windowmanagers/bspwm/HISTORY | 2 ++
windowmanagers/bspwm/INSTALL | 1 +
6 files changed, 37 insertions(+)

New commits:
commit c4adf2101f75156de33c221b4338090feccbe832
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bspwm: new spell, Tiling window manager based on binary space partitioning

diff --git a/ChangeLog b/ChangeLog
index 340118f..08663bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-17 Ismael Luceno <ismael AT sourcemage.org>
+ * windowmanagers/bspwm: new spell, Tiling window manager based on
+ binary space partitioning
+
2016-10-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/python-pbr: new spell, a library that injects some
useful and
sensible default behaviors into your setuptools run
diff --git a/windowmanagers/bspwm/BUILD b/windowmanagers/bspwm/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/windowmanagers/bspwm/BUILD
@@ -0,0 +1 @@
+make
diff --git a/windowmanagers/bspwm/DEPENDS b/windowmanagers/bspwm/DEPENDS
new file mode 100755
index 0000000..d4e9923
--- /dev/null
+++ b/windowmanagers/bspwm/DEPENDS
@@ -0,0 +1,5 @@
+depends libxcb &&
+depends xcb-util &&
+depends xcb-util-keysyms &&
+depends xcb-util-wm &&
+depends xcb-util-renderutil
diff --git a/windowmanagers/bspwm/DETAILS b/windowmanagers/bspwm/DETAILS
new file mode 100755
index 0000000..ad0ffc3
--- /dev/null
+++ b/windowmanagers/bspwm/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=bspwm
+ VERSION=0.9.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/baskerville/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:0940e4e024326a903189e6f46fb713eec202f718a02cece56476e6cda147aec6f8c6d6d646879b297b56a385c3b1714069ad204cf5ec0a5d7a0faf40cc45f74b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/baskerville/bspwm";
+ LICENSE[0]="BSD-2"
+ ENTERED=20161017
+ KEYWORDS=""
+ SHORT="Tiling window manager based on binary space partitioning"
+cat << EOF
+bspwm is a tiling window manager that represents windows as the leaves of
+a full binary tree.
+
+It only responds to X events, and the messages it receives on a dedicated
+socket.
+
+bspc is a program that writes messages on bspwm's socket.
+
+bspwm doesn't handle any keyboard or pointer inputs: a third party program
+(e.g. sxhkd) is needed in order to translate keyboard and pointer events
+to bspc invocations.
+EOF
diff --git a/windowmanagers/bspwm/HISTORY b/windowmanagers/bspwm/HISTORY
new file mode 100644
index 0000000..7f00fb5
--- /dev/null
+++ b/windowmanagers/bspwm/HISTORY
@@ -0,0 +1,2 @@
+2016-10-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/windowmanagers/bspwm/INSTALL b/windowmanagers/bspwm/INSTALL
new file mode 100755
index 0000000..c965c91
--- /dev/null
+++ b/windowmanagers/bspwm/INSTALL
@@ -0,0 +1 @@
+make install PREFIX="$INSTALL_ROOT"/usr



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c4adf2101f75156de33c221b4338090feccbe832), Ismael Luceno, 10/17/2016

Archive powered by MHonArc 2.6.24.

Top of Page