From 21dc101c4aed26066193bab2c2a6b80b45fc3e7e Mon Sep 17 00:00:00 2001 From: Scott Parker Date: Sat, 7 Feb 2015 05:47:31 +0700 Subject: desktop/cwm-openbsd: Updated for version 5.6.0. Signed-off-by: Willy Sudiarto Raharjo --- desktop/cwm-openbsd/README | 2 +- desktop/cwm-openbsd/cwm-openbsd.SlackBuild | 12 ++++++------ desktop/cwm-openbsd/cwm-openbsd.info | 6 +++--- desktop/cwm-openbsd/slack-desc | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/desktop/cwm-openbsd/README b/desktop/cwm-openbsd/README index bc3259788c..a617254acc 100644 --- a/desktop/cwm-openbsd/README +++ b/desktop/cwm-openbsd/README @@ -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 concentrate on the efficiency and transparency of window management. diff --git a/desktop/cwm-openbsd/cwm-openbsd.SlackBuild b/desktop/cwm-openbsd/cwm-openbsd.SlackBuild index c6c8bf2d3e..3eed579932 100644 --- a/desktop/cwm-openbsd/cwm-openbsd.SlackBuild +++ b/desktop/cwm-openbsd/cwm-openbsd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cwm -# Copyright 2013 Scott Parker, Vancouver BC, Canada +# Copyright 2013-2015 Scott Parker, Vancouver BC, Canada # 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=cwm-openbsd -VERSION=${VERSION:-5.4.0} +VERSION=${VERSION:-5.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,16 +41,16 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-march=i486 -mtune=i686" + SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-fPIC" + SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else - SLKCFLAGS="" + SLKCFLAGS="-O2" LIBDIRSUFFIX="" fi diff --git a/desktop/cwm-openbsd/cwm-openbsd.info b/desktop/cwm-openbsd/cwm-openbsd.info index 0520f0787d..1f79d35886 100644 --- a/desktop/cwm-openbsd/cwm-openbsd.info +++ b/desktop/cwm-openbsd/cwm-openbsd.info @@ -1,8 +1,8 @@ PRGNAM="cwm-openbsd" -VERSION="5.4.0" +VERSION="5.6.0" HOMEPAGE="https://github.com/scott-parker/cwm-openbsd" -DOWNLOAD="https://github.com/scott-parker/cwm-openbsd/archive/5.4.0.tar.gz" -MD5SUM="551a9cd56e8d0e180d5ffa16bbbd5317" +DOWNLOAD="https://github.com/scott-parker/cwm-openbsd/archive/5.6.0.tar.gz" +MD5SUM="3c8aa6f75668f9800ebeadf549ebcd6d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/desktop/cwm-openbsd/slack-desc b/desktop/cwm-openbsd/slack-desc index dd084f1088..cb0275dc82 100644 --- a/desktop/cwm-openbsd/slack-desc +++ b/desktop/cwm-openbsd/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----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 is a window manager for X11 which contains many features cwm-openbsd: that concentrate on the efficiency and transparency of window -- cgit v1.2.3