desktop/bspwm: Updated for version 0.8.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b51634b67
commit
a98b06a8dc
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bspwm
|
||||
VERSION=${VERSION:-0.8.8}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.8.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -74,9 +74,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# patch to git commit 0ff26c34 (use -l due to major spaces to tabs conversion in Jan 2014)
|
||||
patch -l -p1 < $CWD/patches/bspwm-0.8.8_0ff26c34.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make PREFIX=/usr MANPREFIX=/usr/man
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bspwm"
|
||||
VERSION="0.8.8"
|
||||
VERSION="0.8.9"
|
||||
HOMEPAGE="https://github.com/baskerville/bspwm"
|
||||
DOWNLOAD="https://github.com/baskerville/bspwm/archive/0.8.8.tar.gz"
|
||||
MD5SUM="3f9fa85c48282605b54321e042eeaabf"
|
||||
DOWNLOAD="https://github.com/baskerville/bspwm/archive/0.8.9.tar.gz"
|
||||
MD5SUM="6f7967a4b64df468f2f29964b77aa9c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="sxhkd"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -12,7 +12,7 @@ bspwm: bspwm is a tiling window manager that represents windows as the
|
|||
bspwm: leaves of a full binary tree. It is controlled and configured
|
||||
bspwm: via bspc.
|
||||
bspwm:
|
||||
bspwm:
|
||||
bspwm: homepage: https://github.com/baskerville/bspwm
|
||||
bspwm:
|
||||
bspwm:
|
||||
bspwm:
|
||||
|
|
Loading…
Reference in New Issue