diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2020-09-04 14:09:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:47 +0700 |
commit | d10db4ca49c4478290c0c31aa3794e251bb4ef57 (patch) | |
tree | 2996daf4ead6be155d188fc2b828a18857f0eec7 /office/lyx/lyx.SlackBuild | |
parent | 29c6ce6df5d2ff25c14cf6f1c9f88c196f44cc88 (diff) |
office/lyx: Updated for version 2.3.5.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/lyx/lyx.SlackBuild')
-rw-r--r-- | office/lyx/lyx.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index 5bcb805edb3a8..a062abe01244e 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.3.5.1} +VERSION=${VERSION:-2.3.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -cd $PRGNAM-2.3.5-1 +cd $PRGNAM-2.3.5.2 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -60,6 +60,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-qt5 \ --build=$ARCH-slackware-linux make make install DESTDIR=$PKG |