desktop/awesome: Updated for version 4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Heiko Rosemann 2019-03-17 07:55:12 +07:00 committed by Willy Sudiarto Raharjo
parent 3e1fa9d838
commit bcd5828ac5
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for awesome
# Copyright 2013-2017 Heiko Rosemann Germany
# Copyright 2013-2019 Heiko Rosemann Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=awesome
VERSION=${VERSION:-4.2}
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,7 +73,6 @@ mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS -ldl" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DAWESOME_MAN_PATH=/usr/man \
-DAWESOME_DOC_PATH=/usr/doc/$PRGNAM-$VERSION \

View File

@ -1,10 +1,10 @@
PRGNAM="awesome"
VERSION="4.2"
VERSION="4.3"
HOMEPAGE="https://awesomewm.org"
DOWNLOAD="https://github.com/awesomeWM/awesome-releases/raw/master/awesome-4.2.tar.xz"
MD5SUM="bc6ef72481cfd13c61bc1740ef42a6b3"
DOWNLOAD="https://github.com/awesomeWM/awesome-releases/raw/master/awesome-4.3.tar.xz"
MD5SUM="4d75cce54a86b6bbaa6e88a926cab5a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lgi libxdg-basedir xcb-util-xrm libxkbcommon"
REQUIRES="lgi libxdg-basedir xcb-util-xrm libxkbcommon rubygem-asciidoctor"
MAINTAINER="Heiko Rosemann"
EMAIL="heiko.rosemann@web.de"