From cf04a30fa615324885e7de0e6b426d79c8f912a5 Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Thu, 14 Mar 2019 20:35:28 +0700 Subject: desktop/herbstluftwm: Updated for version 0.7.1. Signed-off-by: Willy Sudiarto Raharjo --- desktop/herbstluftwm/herbstluftwm.SlackBuild | 29 +++++++++++++++++++++------- desktop/herbstluftwm/herbstluftwm.info | 12 ++++++------ desktop/herbstluftwm/slack-desc | 2 +- 3 files changed, 29 insertions(+), 14 deletions(-) (limited to 'desktop/herbstluftwm') diff --git a/desktop/herbstluftwm/herbstluftwm.SlackBuild b/desktop/herbstluftwm/herbstluftwm.SlackBuild index d0f05519a9..4481ee16a6 100644 --- a/desktop/herbstluftwm/herbstluftwm.SlackBuild +++ b/desktop/herbstluftwm/herbstluftwm.SlackBuild @@ -4,18 +4,33 @@ # Written by Ian D. Brunton -# This program is free software. It comes without any warranty. -# Granted WTFPL, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# Copyright 2019 Johannes Schoepfer, Germany +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=herbstluftwm -VERSION=${VERSION:-0.6.2} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -26,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/desktop/herbstluftwm/herbstluftwm.info b/desktop/herbstluftwm/herbstluftwm.info index 28f8487808..06ff1b7da4 100644 --- a/desktop/herbstluftwm/herbstluftwm.info +++ b/desktop/herbstluftwm/herbstluftwm.info @@ -1,10 +1,10 @@ PRGNAM="herbstluftwm" -VERSION="0.6.2" -HOMEPAGE="http://www.herbstluftwm.org" -DOWNLOAD="http://herbstluftwm.org/tarballs/herbstluftwm-0.6.2.tar.gz" -MD5SUM="8bfbbdb16cf88821c8dacd5165590fd2" +VERSION="0.7.1" +HOMEPAGE="https://herbstluftwm.org" +DOWNLOAD="https://herbstluftwm.org/tarballs/herbstluftwm-0.7.1.tar.gz" +MD5SUM="7f091559503d11a6da9e5371ab3df3f6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Ian D. Brunton" -EMAIL="iandbrunton@gmail.com" +MAINTAINER="Johannes Schoepfer" +EMAIL="slackbuilds@schoepfer.info" diff --git a/desktop/herbstluftwm/slack-desc b/desktop/herbstluftwm/slack-desc index 1b66a4fe94..0718c928cf 100644 --- a/desktop/herbstluftwm/slack-desc +++ b/desktop/herbstluftwm/slack-desc @@ -13,7 +13,7 @@ herbstluftwm: Glib. Layout is based on splitting frames into sub-frames, simila herbstluftwm: to i3/musca. Tags/workspaces can be removed or added at run-time. herbstluftwm: Configuration is written in bash script. herbstluftwm: -herbstluftwm: homepage: http://www.herbstluftwm.org/ +herbstluftwm: homepage: https://herbstluftwm.org herbstluftwm: herbstluftwm: herbstluftwm: -- cgit v1.2.3-65-gdbad