summaryrefslogtreecommitdiff
path: root/desktop/spectrwm/spectrwm.SlackBuild
diff options
context:
space:
mode:
authorLEVAI Daniel <leva@ecentrum.hu>2014-08-23 23:22:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-30 14:19:17 +0700
commit2ff7a6fdbf7c0dbc24e41bccd90e0e48ad959d60 (patch)
tree01339b84430132c6f1661ce4ae12b98e393f03a7 /desktop/spectrwm/spectrwm.SlackBuild
parentcf5cf8691bdee8bc00ab94581ba06e5ea506e3d1 (diff)
downloadslackbuilds-2ff7a6fdbf7c0dbc24e41bccd90e0e48ad959d60.tar.gz
desktop/spectrwm: Updated for version 2.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/spectrwm/spectrwm.SlackBuild')
-rw-r--r--desktop/spectrwm/spectrwm.SlackBuild19
1 files changed, 4 insertions, 15 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild
index 90b88d0c47..39c5b4a17e 100644
--- a/desktop/spectrwm/spectrwm.SlackBuild
+++ b/desktop/spectrwm/spectrwm.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spectrwm
-VERSION=${VERSION:-2.5.1}
+VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd linux
CFLAGS="$SLKCFLAGS" make \
@@ -87,19 +87,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
rm -f $PKG/usr/bin/scrotwm
-# Fixup the manpages
-( cd $PKG/usr/man
- for lang in es it ru pt; do
- mkdir -p $lang/man1
- mv man1/spectrwm_$lang.1 $lang/man1/spectrwm.1
- done
- find . -type f -exec gzip -9 {} \;
-)
-
-( cd $PKG/usr/lib$LIBDIRSUFFIX
- ln -sf libswmhack.so.0.0 libswmhack.so
- ln -sf libswmhack.so.0.0 libswmhack.so.0
-)
+# Compress the manpages
+( cd $PKG/usr/man; find . -type f -exec gzip -9 {} \; )
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings
install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \