diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-04-24 07:14:11 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:30:03 -0300 |
commit | dec4a7c0b052fe9181aa00af7f0ff5fa381128ec (patch) | |
tree | 7108c662fa198330834e2b10955147c3943fe79f /desktop/spectrwm/spectrwm.SlackBuild | |
parent | 16da631ccdfcd828c83ffeabe7eb57fd4604caf8 (diff) | |
download | slackbuilds-dec4a7c0b052fe9181aa00af7f0ff5fa381128ec.tar.gz |
desktop/spectrwm: Updated for version 2.2.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/spectrwm/spectrwm.SlackBuild')
-rw-r--r-- | desktop/spectrwm/spectrwm.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 0cb2b31afd..7e8496f5f0 100644 --- a/desktop/spectrwm/spectrwm.SlackBuild +++ b/desktop/spectrwm/spectrwm.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2011, 2012 Daniel LEVAI +# Copyright (c) 2011-2013 LEVAI Daniel # 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=spectrwm -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,9 +94,11 @@ rm -f $PKG/usr/bin/scrotwm find . -type f -exec gzip -9 {} \; ) -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/ -cp -a spectrwm*.conf initscreen.sh baraction.sh screenshot.sh \ +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings +install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \ $PKG/usr/doc/$PRGNAM-$VERSION/examples/ +cp -a spectrwm.conf $PKG/usr/doc/$PRGNAM-$VERSION/examples/spectrwm_orig.conf +cp -a spectrwm_*.conf $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc -type f -exec chmod 0644 {} \; |