summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Daniel LEVAI2011-09-06 03:27:34 +0200
committer Robby Workman2011-09-06 06:03:03 +0200
commit04b87ed702ffaae5d229f6c971fa9979d9974182 (patch)
tree8b90f7656b8e4852b2d7f5d0728f65fea4289bea /desktop
parent8a5219d1a754187610355c48ba40e37d09a51f40 (diff)
downloadslackbuilds-04b87ed702ffaae5d229f6c971fa9979d9974182.tar.gz
desktop/scrotwm: Updated for version 0.9.34.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/scrotwm/scrotwm.SlackBuild12
-rw-r--r--desktop/scrotwm/scrotwm.info6
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"