From f1efd2421cc15c4115a77a7694909d0ecfb40a36 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 16 Dec 2014 08:36:01 +0700 Subject: office/scribus: Updated for version 1.4.4. Signed-off-by: Willy Sudiarto Raharjo --- office/scribus/scribus.SlackBuild | 8 ++++---- office/scribus/scribus.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'office/scribus') 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 -# 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="" -- cgit v1.2.3