From 19a41c9015212e74d627b4a2d9e87e5c442b42f6 Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sat, 12 Jan 2019 08:03:46 +0700 Subject: desktop/spectrwm: Updated for version 3.2.0. Signed-off-by: Willy Sudiarto Raharjo --- desktop/spectrwm/spectrwm.SlackBuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'desktop/spectrwm/spectrwm.SlackBuild') diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 01f16bebfadec..b2edff6a450db 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 -- cgit v1.2.3