diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2021-02-06 05:57:34 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-07 01:39:51 +0700 |
commit | c39e6ae255ff80c744d18894870ee387298d119f (patch) | |
tree | f2357b38a527ae700981214cafc86a5482f1443c /office | |
parent | 86dc99351046defe656e9eda0d632532aaeefc60 (diff) | |
download | slackbuilds-c39e6ae255ff80c744d18894870ee387298d119f.tar.gz |
office/lyx: Removed qt5 dependency.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/lyx/README | 10 | ||||
-rw-r--r-- | office/lyx/lyx.SlackBuild | 1 | ||||
-rw-r--r-- | office/lyx/lyx.info | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/office/lyx/README b/office/lyx/README index 7f819af3a1..dfddcefb2f 100644 --- a/office/lyx/README +++ b/office/lyx/README @@ -1,13 +1,13 @@ LyX - A WYSIWYM document processor. -LyX is a document processor that encourages an approach to -writing based on the structure of your documents (WYSIWYM) +LyX is a document processor that encourages an approach to +writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG). -LyX combines the power and flexibility of TeX/LaTeX with the +LyX combines the power and flexibility of TeX/LaTeX with the ease of use of a graphical interface. -This results in world-class support for creation of mathematical -content (via a fully integrated equation editor) and structured +This results in world-class support for creation of mathematical +content (via a fully integrated equation editor) and structured documents like academic articles, theses, and books. LyX requires a working installation of TeX/LaTeX. For this you diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index 0a7359b482..9ef11d4703 100644 --- a/office/lyx/lyx.SlackBuild +++ b/office/lyx/lyx.SlackBuild @@ -60,7 +60,6 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-qt5 \ --build=$ARCH-slackware-linux make make install DESTDIR=$PKG diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info index fa79ba4e8e..5bc29cbd91 100644 --- a/office/lyx/lyx.info +++ b/office/lyx/lyx.info @@ -5,6 +5,6 @@ DOWNLOAD="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-2.3.6.1.tar.xz" MD5SUM="e8cb8d271dda076fa0671aa7605ba384" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="qt5" +REQUIRES="" MAINTAINER="R. S. Ananda Murthy" EMAIL="rsamurti@gmail.com" |