office/scribus: Updated for version 1.4.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2014-12-16 08:36:01 +07:00 committed by Willy Sudiarto Raharjo
parent aba79de71a
commit f1efd2421c
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for scribus
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2008-2014 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
# Including input by Yalla-One and some code cleanup by rworkman
PRGNAM=scribus
VERSION=1.4.3
VERSION=${VERSION:-1.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,7 +71,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 {} \;
cmake \
-DCMAKE_C_FLAGS="$SLKCFLAGS" \
@ -90,7 +90,7 @@ cd $PKG/usr/share/pixmaps
ln -s ../scribus/icons/scribus.png .
cd -
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/share/man $PKG/usr

View file

@ -1,8 +1,8 @@
PRGNAM="scribus"
VERSION="1.4.3"
VERSION="1.4.4"
HOMEPAGE="http://www.scribus.net"
DOWNLOAD="http://downloads.sourceforge.net/scribus/scribus-1.4.3.tar.xz"
MD5SUM="4083332f4eee78082b814767b7d7c597"
DOWNLOAD="http://downloads.sourceforge.net/scribus/scribus-1.4.4.tar.xz"
MD5SUM="a5714ee53074d4b8b77b59612f5e27a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""