diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2014-12-16 08:36:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 08:36:01 +0700 |
commit | f1efd2421cc15c4115a77a7694909d0ecfb40a36 (patch) | |
tree | 584ee13812aec0a9630371585fed3ec99fcbeb27 /office | |
parent | aba79de71abd67b825243afc74ef56bcf93ab1d3 (diff) | |
download | slackbuilds-f1efd2421cc15c4115a77a7694909d0ecfb40a36.tar.gz |
office/scribus: Updated for version 1.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/scribus/scribus.SlackBuild | 8 | ||||
-rw-r--r-- | office/scribus/scribus.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/scribus/scribus.SlackBuild b/office/scribus/scribus.SlackBuild index 7125185d58..fdddc483e7 100644 --- a/office/scribus/scribus.SlackBuild +++ b/office/scribus/scribus.SlackBuild @@ -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 diff --git a/office/scribus/scribus.info b/office/scribus/scribus.info index 80d006277a..802d4033ac 100644 --- a/office/scribus/scribus.info +++ b/office/scribus/scribus.info @@ -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="" |