desktop/scrotwm: Updated for version 0.9.27.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Daniel LEVAI 2010-10-25 06:44:41 -05:00 committed by Erik Hanson
parent 20fecf1f15
commit f4d7e8aa55
3 changed files with 12 additions and 14 deletions

View file

@ -1,8 +1,8 @@
#!/bin/sh -e
# 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
@ -13,7 +13,7 @@
# * 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
@ -28,16 +28,14 @@
# Build script for scrotwm
PRGNAM=scrotwm
VERSION=0.9.26
VERSION=0.9.27
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -50,7 +48,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
@ -93,7 +91,7 @@ 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

View file

@ -1,10 +1,10 @@
PRGNAM="scrotwm"
VERSION="0.9.26"
VERSION="0.9.27"
HOMEPAGE="http://scrotwm.org"
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.26.tgz"
MD5SUM="dde9cba003af593780070861b0cbcb86"
DOWNLOAD="http://ftp.ini.uzh.ch/pub/OpenBSD/distfiles/scrotwm-0.9.27.tgz"
MD5SUM="8ceaf857ca6de936dcfd5f331b8f1d16"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Daniel LEVAI"
EMAIL="leva@ecentrum.hu"
APPROVED="dsomero"
APPROVED="Erik Hanson"

View file

@ -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:
scrotwm: This package contains an example scrotwm.conf and shell scripts.
scrotwm: Homepage: http://www.scrotwm.org/