summaryrefslogtreecommitdiffstats
path: root/windowmanagers
diff options
context:
space:
mode:
authorVlad Glagolev2018-02-26 07:55:54 -0500
committerVlad Glagolev2018-02-26 07:55:54 -0500
commit246cbbfefbe3250fe683e8af0791a6bc22eb1bc6 (patch)
tree061eb6aef0741e9f47f528b6a2d52a7e5fd61d11 /windowmanagers
parent60a034c8d15cf09876a924e9a162d5cc3abba4b3 (diff)
bspwm: => 0.9.3
Diffstat (limited to 'windowmanagers')
-rwxr-xr-xwindowmanagers/bspwm/DEPENDS3
-rwxr-xr-xwindowmanagers/bspwm/DETAILS27
-rw-r--r--windowmanagers/bspwm/HISTORY4
-rwxr-xr-xwindowmanagers/bspwm/INSTALL2
4 files changed, 17 insertions, 19 deletions
diff --git a/windowmanagers/bspwm/DEPENDS b/windowmanagers/bspwm/DEPENDS
index d4e99230b7..dd267450a3 100755
--- a/windowmanagers/bspwm/DEPENDS
+++ b/windowmanagers/bspwm/DEPENDS
@@ -2,4 +2,5 @@ depends libxcb &&
depends xcb-util &&
depends xcb-util-keysyms &&
depends xcb-util-wm &&
-depends xcb-util-renderutil
+
+suggest_depends sxhkd "" "" "to translate keyboard and pointer events"
diff --git a/windowmanagers/bspwm/DETAILS b/windowmanagers/bspwm/DETAILS
index ad0ffc3359..d41d396809 100755
--- a/windowmanagers/bspwm/DETAILS
+++ b/windowmanagers/bspwm/DETAILS
@@ -1,24 +1,17 @@
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"
+ VERSION=0.9.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/baskerville/${SPELL}/archive/${VERSION}.tar.gz
+ SOURCE_HASH=sha512:015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/baskerville/bspwm
+ LICENSE[0]=BSD
ENTERED=20161017
- KEYWORDS=""
- SHORT="Tiling window manager based on binary space partitioning"
+ 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.
+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
index 7f00fb58a8..2f5d36a72f 100644
--- a/windowmanagers/bspwm/HISTORY
+++ b/windowmanagers/bspwm/HISTORY
@@ -1,2 +1,6 @@
+2018-02-26 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.9.3
+ * DEPENDS: removed xcb-util-renderutil, added sxhkd
+
2016-10-17 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/windowmanagers/bspwm/INSTALL b/windowmanagers/bspwm/INSTALL
index c965c917b8..e72b41d353 100755
--- a/windowmanagers/bspwm/INSTALL
+++ b/windowmanagers/bspwm/INSTALL
@@ -1 +1 @@
-make install PREFIX="$INSTALL_ROOT"/usr
+make PREFIX="${INSTALL_ROOT}/usr" install