diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2011-09-05 21:27:34 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-09-05 23:03:03 -0500 |
commit | 04b87ed702ffaae5d229f6c971fa9979d9974182 (patch) | |
tree | 8b90f7656b8e4852b2d7f5d0728f65fea4289bea | |
parent | 8a5219d1a754187610355c48ba40e37d09a51f40 (diff) | |
download | slackbuilds-04b87ed702ffaae5d229f6c971fa9979d9974182.tar.gz |
desktop/scrotwm: Updated for version 0.9.34.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | desktop/scrotwm/scrotwm.SlackBuild | 12 | ||||
-rw-r--r-- | desktop/scrotwm/scrotwm.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop/scrotwm/scrotwm.SlackBuild b/desktop/scrotwm/scrotwm.SlackBuild index e316f998e2..56402b2f77 100644 --- a/desktop/scrotwm/scrotwm.SlackBuild +++ b/desktop/scrotwm/scrotwm.SlackBuild @@ -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 {} \; ) diff --git a/desktop/scrotwm/scrotwm.info b/desktop/scrotwm/scrotwm.info index da9810f462..dfd58a78f5 100644 --- a/desktop/scrotwm/scrotwm.info +++ b/desktop/scrotwm/scrotwm.info @@ -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" |