diff options
-rw-r--r-- | office/lyx/README | 3 | ||||
-rw-r--r-- | office/lyx/lyx.SlackBuild | 2 | ||||
-rw-r--r-- | office/lyx/lyx.info | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/office/lyx/README b/office/lyx/README index 0091349bb9..e0966d8e68 100644 --- a/office/lyx/README +++ b/office/lyx/README @@ -9,3 +9,6 @@ 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 documents like academic articles, theses, and books. + +LyX requires a working installation of TeX/LaTeX. For this you +may install Texlive packages available here or from Texlive DVD. diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index 03d909972a..373a9406f0 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.1} +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info index 062ac5bcc4..745ac0cc2a 100644 --- a/office/lyx/lyx.info +++ b/office/lyx/lyx.info @@ -1,8 +1,8 @@ PRGNAM="lyx" -VERSION="2.1.1" +VERSION="2.1.2" HOMEPAGE="http://www.lyx.org" -DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-2.1.1.tar.xz" -MD5SUM="78ffef0665b98aaa89427cd1c27b319b" +DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-2.1.2.tar.xz" +MD5SUM="1ee04fda4b65c011bb18f10333040dd8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |