summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Daniel LEVAI2010-10-25 13:44:41 +0200
committer Erik Hanson2010-10-25 14:55:30 +0200
commitf4d7e8aa5580a0aeb4da018f3d4f199df01c8d7f (patch)
treeb877711080323684a17658d955b2f17f4f1234f2
parent20fecf1f15a23cd7469e2508bbb63edc12a5d722 (diff)
downloadslackbuilds-f4d7e8aa5580a0aeb4da018f3d4f199df01c8d7f.tar.gz
desktop/scrotwm: Updated for version 0.9.27.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--desktop/scrotwm/scrotwm.SlackBuild14
-rw-r--r--desktop/scrotwm/scrotwm.info8
-rw-r--r--desktop/scrotwm/slack-desc4
3 files changed, 12 insertions, 14 deletions
diff --git a/desktop/scrotwm/scrotwm.SlackBuild b/desktop/scrotwm/scrotwm.SlackBuild
index 895ba95eb6..65fca1c913 100644
--- a/desktop/scrotwm/scrotwm.SlackBuild
+++ b/desktop/scrotwm/scrotwm.SlackBuild
@@ -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
diff --git a/desktop/scrotwm/scrotwm.info b/desktop/scrotwm/scrotwm.info
index df0d72bfc9..5ca408e8b1 100644
--- a/desktop/scrotwm/scrotwm.info
+++ b/desktop/scrotwm/scrotwm.info
@@ -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"
diff --git a/desktop/scrotwm/slack-desc b/desktop/scrotwm/slack-desc
index 29fab2bdd5..848e2196e8 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:
scrotwm: This package contains an example scrotwm.conf and shell scripts.
scrotwm: Homepage: http://www.scrotwm.org/