mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/cwm-openbsd: Updated for version 5.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
960e9757b7
commit
21dc101c4a
4 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
||||||
cwm-openbsd (OpenBSD cwm ported to Linux).
|
cwm-openbsd (Portable version of the OpenBSD cwm window manager).
|
||||||
|
|
||||||
cwm-openbsd is a window manager for X11 which contains many features that
|
cwm-openbsd is a window manager for X11 which contains many features that
|
||||||
concentrate on the efficiency and transparency of window management.
|
concentrate on the efficiency and transparency of window management.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for cwm
|
# Slackware build script for cwm
|
||||||
|
|
||||||
# Copyright 2013 Scott Parker, Vancouver BC, Canada
|
# Copyright 2013-2015 Scott Parker, Vancouver BC, Canada
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=cwm-openbsd
|
PRGNAM=cwm-openbsd
|
||||||
VERSION=${VERSION:-5.4.0}
|
VERSION=${VERSION:-5.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -41,16 +41,16 @@ PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i486" ]; then
|
||||||
SLKCFLAGS="-march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
SLKCFLAGS="-fPIC"
|
SLKCFLAGS="-O2 -fPIC"
|
||||||
LIBDIRSUFFIX="64"
|
LIBDIRSUFFIX="64"
|
||||||
else
|
else
|
||||||
SLKCFLAGS=""
|
SLKCFLAGS="-O2"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="cwm-openbsd"
|
PRGNAM="cwm-openbsd"
|
||||||
VERSION="5.4.0"
|
VERSION="5.6.0"
|
||||||
HOMEPAGE="https://github.com/scott-parker/cwm-openbsd"
|
HOMEPAGE="https://github.com/scott-parker/cwm-openbsd"
|
||||||
DOWNLOAD="https://github.com/scott-parker/cwm-openbsd/archive/5.4.0.tar.gz"
|
DOWNLOAD="https://github.com/scott-parker/cwm-openbsd/archive/5.6.0.tar.gz"
|
||||||
MD5SUM="551a9cd56e8d0e180d5ffa16bbbd5317"
|
MD5SUM="3c8aa6f75668f9800ebeadf549ebcd6d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
cwm-openbsd: cwm-openbsd (OpenBSD cwm ported to Linux)
|
cwm-openbsd: cwm-openbsd (Portable version of the OpenBSD cwm window manger)
|
||||||
cwm-openbsd:
|
cwm-openbsd:
|
||||||
cwm-openbsd: cwm-openbsd is a window manager for X11 which contains many features
|
cwm-openbsd: cwm-openbsd is a window manager for X11 which contains many features
|
||||||
cwm-openbsd: that concentrate on the efficiency and transparency of window
|
cwm-openbsd: that concentrate on the efficiency and transparency of window
|
||||||
|
|
Loading…
Reference in a new issue