From 850513e3a853fc9aabfb450688c7b5a89d467587 Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Wed, 12 May 2010 17:44:47 +0200 Subject: office/lyx: Updated for version 1.4.5.1 --- office/lyx/lyx.SlackBuild | 8 ++++++++ office/lyx/lyx.info | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'office/lyx') diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index 0d44e04973..f688a211ae 100644 --- a/office/lyx/lyx.SlackBuild +++ b/office/lyx/lyx.SlackBuild @@ -3,6 +3,8 @@ # Slackware build script for LyX # Copyright 2007 Martin Lefebvre +# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom + # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -63,6 +65,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --mandir=/usr/man \ --enable-shared \ --with-frontend=${_FRONTEND} \ --with-qt-dir=/usr/lib/qt \ @@ -79,6 +82,11 @@ make install DESTDIR=$PKG || exit 1 find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null ) +( cd $PKG/usr/man + find . -type f -exec gzip -9 {} \; + for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +) + ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $(find . -type l); do ln -s $(readlink $i).gz $i.gz ; rm $i ; done diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info index 32500e3887..95c2ed4d06 100644 --- a/office/lyx/lyx.info +++ b/office/lyx/lyx.info @@ -1,8 +1,8 @@ PRGNAM="lyx" VERSION="1.4.5.1" HOMEPAGE="http://www.lyx.org" -DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/lyx-1.4.5.1.tar.gz" -MD5SUM="cc62fd248c5ee7816fd341796160963d" -MAINTAINER="Martin Lefebvre" -EMAIL="dadexter@gmail.com" -APPROVED="BP{k}" +DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/lyx-1.4.5.1.tar.bz2" +MD5SUM="b74d82e80c49c7edb782ec7395b7ca27" +MAINTAINER="Michiel van Wessem" +EMAIL="michiel@slackbuilds.org" +APPROVED="rworkman" -- cgit v1.2.3