desktop/scrotwm: Updated for version 0.9.34.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Daniel LEVAI 2011-09-05 21:27:34 -04:00 committed by Robby Workman
parent 8a5219d1a7
commit 04b87ed702
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2010 Daniel LEVAI
# Copyright (c) 2011 Daniel LEVAI
# All rights reserved.
#
# * Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=scrotwm
VERSION=0.9.32
VERSION=0.9.34
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -86,10 +86,10 @@ 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
mkdir -p $i/man1
mv man1/scrotwm_$i.1 $i/man1/scrotwm.1
mkdir -p {es,it,ru,pt}/man1
for lang in es it ru pt; do
mkdir -p $lang/man1
mv man1/scrotwm_$lang.1 $lang/man1/scrotwm.1
done
find . -type f -exec gzip -9 {} \;
)

View file

@ -1,8 +1,8 @@
PRGNAM="scrotwm"
VERSION="0.9.32"
VERSION="0.9.34"
HOMEPAGE="http://opensource.conformal.com/wiki/Scrotwm"
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.32.tgz"
MD5SUM="43053b82962f6629ffa487bfb1c3195d"
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.34.tgz"
MD5SUM="d38e296dd0bf014046e82cd42932f398"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Daniel LEVAI"