diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2019-01-12 08:03:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 08:03:46 +0700 |
commit | 19a41c9015212e74d627b4a2d9e87e5c442b42f6 (patch) | |
tree | 40816a6bbc16141ab0bd24c6d72d3c281b239002 /desktop | |
parent | b324e4fc09098ff4f8e1c7bd6eb844b223f34368 (diff) |
desktop/spectrwm: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/spectrwm/spectrwm.SlackBuild | 14 | ||||
-rw-r--r-- | desktop/spectrwm/spectrwm.info | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 01f16bebfade..b2edff6a450d 100644 --- a/desktop/spectrwm/spectrwm.SlackBuild +++ b/desktop/spectrwm/spectrwm.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spectrwm -VERSION=${VERSION:-3.1.0} -UPNAM=SPECTRWM_3_1_0 # changed to allow cd to proper folder +VERSION=${VERSION:-3.2.0} +UPNAM=SPECTRWM_3_2_0 # changed to allow cd to proper folder BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -91,12 +91,12 @@ rm -f $PKG/usr/bin/scrotwm # Compress the manpages ( cd $PKG/usr/man; find . -type f -exec gzip -9 {} \; ) -mkdir -p $PKG/usr/doc/$UPNAM/examples/keybindings +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \ - $PKG/usr/doc/$UPNAM/examples/ -cp -a spectrwm.conf $PKG/usr/doc/$UPNAM/examples/spectrwm_orig.conf -cp -a spectrwm_*.conf $PKG/usr/doc/$UPNAM/examples/keybindings/ -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$UPNAM/$PRGNAM.SlackBuild + $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 {} \; # install xinitrc script diff --git a/desktop/spectrwm/spectrwm.info b/desktop/spectrwm/spectrwm.info index 3bba91c872d0..3e5c6424ee7d 100644 --- a/desktop/spectrwm/spectrwm.info +++ b/desktop/spectrwm/spectrwm.info @@ -1,8 +1,8 @@ PRGNAM="spectrwm" -VERSION="3.1.0" +VERSION="3.2.0" HOMEPAGE="https://github.com/conformal/spectrwm/" -DOWNLOAD="https://github.com/conformal/spectrwm/archive/SPECTRWM_3_1_0.tar.gz" -MD5SUM="d5314b0ec74d4b3845c3f0d2f6f5c75c" +DOWNLOAD="https://github.com/conformal/spectrwm/archive/SPECTRWM_3_2_0.tar.gz" +MD5SUM="a20087d2d0b9cc2ab6c02c44b98116e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |