mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/spectrwm: Updated for version 2.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf5cf8691b
commit
2ff7a6fdbf
4 changed files with 10 additions and 18 deletions
|
@ -1,3 +1,5 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
[ -x /sbin/ldconfig ] && /sbin/ldconfig 2>/dev/null
|
||||
|
|
|
@ -17,6 +17,7 @@ title_name_enabled = 1 # current window's title
|
|||
title_class_enabled = 1 # current window's class name
|
||||
window_name_enabled = 1 # current window's name
|
||||
urgent_enabled = 1 # information about the workspace's urgency hints
|
||||
urgent_collapse = 1 # don't show placeholders for workspaces without urgent notifications
|
||||
iconic_enabled = 1 # show the number of iconified windows on the workspace
|
||||
verbose_layout = 0 # workspace's master and stack values
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
@ -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/* \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spectrwm"
|
||||
VERSION="2.5.1"
|
||||
VERSION="2.6.0"
|
||||
HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
|
||||
DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.5.1.tgz"
|
||||
MD5SUM="d9aec3342920e31cbe60f1032571043a"
|
||||
DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.6.0.tgz"
|
||||
MD5SUM="278acafe23d2fa2b1d7a3705bcbe95de"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue