diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2011-01-24 23:05:41 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-30 09:15:30 -0600 |
commit | f8d956083617ddcdb4d62e02c6c52a0676720241 (patch) | |
tree | f55bd9a8342e439a37df901329766a67fafa6547 /desktop | |
parent | a647721d8cf5f21b2b3cec61691a38f5f9e26e38 (diff) | |
download | slackbuilds-f8d956083617ddcdb4d62e02c6c52a0676720241.tar.gz |
desktop/scrotwm: Updated for version 0.9.28.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/scrotwm/scrotwm.SlackBuild | 60 | ||||
-rw-r--r-- | desktop/scrotwm/scrotwm.info | 10 | ||||
-rw-r--r-- | desktop/scrotwm/slack-desc | 6 |
3 files changed, 36 insertions, 40 deletions
diff --git a/desktop/scrotwm/scrotwm.SlackBuild b/desktop/scrotwm/scrotwm.SlackBuild index 65fca1c913..1acda9b443 100644 --- a/desktop/scrotwm/scrotwm.SlackBuild +++ b/desktop/scrotwm/scrotwm.SlackBuild @@ -1,34 +1,30 @@ -#!/bin/sh -e - +#!/bin/sh + # Copyright (c) 2010 Daniel LEVAI # All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# * Neither the name of the <organization> nor the -# names of its contributors may be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED ''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 COPYRIGHT HOLDER 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. - -# Build script for scrotwm +# +# * Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# * Redistributions of source code must retain the above copyright notice +# this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED ''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 +# COPYRIGHT HOLDER 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=scrotwm -VERSION=0.9.27 +VERSION=0.9.28 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,7 +44,7 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ];then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then +elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then @@ -61,10 +57,10 @@ fi set -e -rm -Rf $PKG +rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -Rf $PRGNAM-$VERSION +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tgz cd $PRGNAM-$VERSION chown -R root:root . @@ -91,12 +87,12 @@ strip --strip-unneeded $PKG/usr/bin/scrotwm # Fixup the manpages ( cd $PKG/usr/man mkdir -p {es,it,ru}/man1 - for i in es it ru ; do + for i in es it ru ; do mkdir -p $i/man1 mv man1/scrotwm_$i.1 $i/man1/scrotwm.1 done + find . -type f -exec gzip -9 {} \; ) -find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/ cp -a scrotwm.conf initscreen.sh baraction.sh screenshot.sh \ diff --git a/desktop/scrotwm/scrotwm.info b/desktop/scrotwm/scrotwm.info index 5ca408e8b1..66734bb63b 100644 --- a/desktop/scrotwm/scrotwm.info +++ b/desktop/scrotwm/scrotwm.info @@ -1,10 +1,10 @@ PRGNAM="scrotwm" -VERSION="0.9.27" -HOMEPAGE="http://scrotwm.org" -DOWNLOAD="http://ftp.ini.uzh.ch/pub/OpenBSD/distfiles/scrotwm-0.9.27.tgz" -MD5SUM="8ceaf857ca6de936dcfd5f331b8f1d16" +VERSION="0.9.28" +HOMEPAGE="http://opensource.conformal.com/wiki/Scrotwm" +DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.28.tgz" +MD5SUM="dc89920c9c6e93228fac2233c8e651dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Daniel LEVAI" EMAIL="leva@ecentrum.hu" -APPROVED="Erik Hanson" +APPROVED="rworkman" diff --git a/desktop/scrotwm/slack-desc b/desktop/scrotwm/slack-desc index 848e2196e8..782e60921f 100644 --- a/desktop/scrotwm/slack-desc +++ b/desktop/scrotwm/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| scrotwm: scrotwm (small dynamic tiling window manager) -scrotwm: +scrotwm: scrotwm: Scrotwm is a small dynamic tiling window manager for X11. It tries scrotwm: to stay out of the way so that valuable screen real estate can be scrotwm: used for much more important stuff. It has sane defaults and does scrotwm: not require one to learn a language to do any configuration. It scrotwm: was written by hackers for hackers and it strives to be small, scrotwm: compact and fast. -scrotwm: -scrotwm: This package contains an example scrotwm.conf and shell scripts. +scrotwm: scrotwm: Homepage: http://www.scrotwm.org/ +scrotwm: |