mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/sawfish: Updated for version 1.12.90.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
27cc771c17
commit
69f7c0778c
3 changed files with 12 additions and 6 deletions
|
@ -11,3 +11,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/install-info ]; then
|
||||
chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/sawfish.info.gz 2> /dev/null
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for sawfish.
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sawfish
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
VERSION=${VERSION:-1.12.90}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,6 +70,8 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
autoreconf -fiv
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -94,7 +96,7 @@ rm -f $PKG/usr/info/dir
|
|||
gzip -9 $PKG/usr/info/*.info*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sawfish"
|
||||
VERSION="1.12.0"
|
||||
VERSION="1.12.90"
|
||||
HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page"
|
||||
DOWNLOAD="http://download.tuxfamily.org/sawfish/sawfish_1.12.0.tar.xz"
|
||||
MD5SUM="074446085b2518a07cf0e0c8c8b6df41"
|
||||
DOWNLOAD="http://download.tuxfamily.org/sawfish/sawfish_1.12.90.tar.xz"
|
||||
MD5SUM="65015a0d2d0133d18ba43eb6b8e726e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rep-gtk"
|
||||
|
|
Loading…
Reference in a new issue