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
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||||
fi
|
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
|
title_class_enabled = 1 # current window's class name
|
||||||
window_name_enabled = 1 # current window's name
|
window_name_enabled = 1 # current window's name
|
||||||
urgent_enabled = 1 # information about the workspace's urgency hints
|
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
|
iconic_enabled = 1 # show the number of iconified windows on the workspace
|
||||||
verbose_layout = 0 # workspace's master and stack values
|
verbose_layout = 0 # workspace's master and stack values
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=spectrwm
|
PRGNAM=spectrwm
|
||||||
VERSION=${VERSION:-2.5.1}
|
VERSION=${VERSION:-2.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -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
|
cd linux
|
||||||
CFLAGS="$SLKCFLAGS" make \
|
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
|
rm -f $PKG/usr/bin/scrotwm
|
||||||
|
|
||||||
# Fixup the manpages
|
# Compress the manpages
|
||||||
( cd $PKG/usr/man
|
( cd $PKG/usr/man; find . -type f -exec gzip -9 {} \; )
|
||||||
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
|
|
||||||
)
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings
|
||||||
install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \
|
install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="spectrwm"
|
PRGNAM="spectrwm"
|
||||||
VERSION="2.5.1"
|
VERSION="2.6.0"
|
||||||
HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
|
HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
|
||||||
DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.5.1.tgz"
|
DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.6.0.tgz"
|
||||||
MD5SUM="d9aec3342920e31cbe60f1032571043a"
|
MD5SUM="278acafe23d2fa2b1d7a3705bcbe95de"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue