From ef565f3ce860541df28ed6ce57aa7937d18baffe Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 29 May 2016 02:53:35 +0700 Subject: office/lyx: Updated for version 2.2.0. Signed-off-by: Willy Sudiarto Raharjo --- office/lyx/lyx.SlackBuild | 12 ++++++------ office/lyx/lyx.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'office') diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index a79d997ff3..c01339fd9d 100644 --- a/office/lyx/lyx.SlackBuild +++ b/office/lyx/lyx.SlackBuild @@ -5,7 +5,7 @@ # Now maintained by R. S. Ananda Murthy (rsamurti@gmail.com) PRGNAM=lyx -VERSION=${VERSION:-2.1.4} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -65,7 +65,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -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 find $PKG/usr/man -type f -exec gzip -9 {} \; diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info index 7ade84f6b4..7aa3ada65e 100644 --- a/office/lyx/lyx.info +++ b/office/lyx/lyx.info @@ -1,8 +1,8 @@ PRGNAM="lyx" -VERSION="2.1.4" +VERSION="2.2.0" HOMEPAGE="http://www.lyx.org" -DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-2.1.4.tar.gz" -MD5SUM="459637fb980c108c743537c8102ab22c" +DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-2.2.0.tar.gz" +MD5SUM="c4072202815498cf15e2490f3e672832" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3