lyx: updated to version 2.1.2

Modified some dependencies libmagic wasn't needed file-devel
was needed at build time and GraphicsMagick at run time as
it is used by the program to convert between file formats.

Modified also the INSTALL.msg to make it easy copy and paste
the needed steps to expand the TeXLive default installation
to suit the LyX needs.

Regards

carlo D.
This commit is contained in:
onekk 2014-11-13 19:23:05 +01:00
parent 6d945133b1
commit b9a7e94593
2 changed files with 17 additions and 15 deletions

View File

@ -10,14 +10,14 @@
to install the missing packages, the quickiest way is to run as
root:
'tlmgr install algorithm2e algorithms apacite bbding besoz
bibtopic breakurl covington csquotes diagbox endnotes enumitem
epstopdf esint eurosym feyn fragments framed frankenstein
harvard hyphenat jurabib lettrine luainputenc marginnote
mathdesign mathdots mhchem multirow nicefrac nomencl picinpar
pict2e prettyref preview rotfloat rsfs shapepar sidecap
splitindex symbol tex-gyre ulem undertilde units wasy wasysym
wrapfig xargs'
'tlmgr install algorithm2e algorithms apacite bbding bezos bibtopic'
'tlmgr install breakurl covington csquotes diagbox endnotes enumitem'
'tlmgr install epstopdf esint eurosym feyn fragments framed frankenstein'
'tlmgr install harvard hyphenat jurabib lettrine luainputenc marginnote'
'tlmgr install mathdesign mathdots mhchem multirow nicefrac nomencl'
'tlmgr install picinpar pict2e prettyref preview rotfloat rsfs shapepar'
'tlmgr install sidecap splitindex symbol tex-gyre ulem units wasy wasysym'
'tlmgr install wrapfig xargs'
As there are many flavour of your preferred applications, I didn't

View File

@ -1,16 +1,18 @@
# Template file for 'lyx'
pkgname="lyx"
version="2.1.1"
revision=5
version="2.1.2"
revision=1
build_style=gnu-configure
short_desc="The Document Processor WYSIWYM Editor & Latex frontend"
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
license="GPL-2"
hostmakedepends="pkg-config bc python"
makedepends="boost-devel enchant-devel hunspell-devel qt-devel libmagick-devel"
depends="virtual?texlive"
configure_args="--prefix=/usr --without-included-boost --with-hunspell"
hostmakedepends="pkg-config bc python file-devel"
makedepends="boost-devel enchant-devel qt-devel"
depends="virtual?texlive GraphicsMagick"
configure_args="--prefix=/usr --without-included-boost "
conf_files="/etc/lyx/lyxrc.dist"
homepage="http://www.lyx.org/Home"
distfiles="ftp://ftp.lyx.org/pub/${pkgname}/stable/2.1.x/${pkgname}-${version}.tar.gz"
checksum=a53c7c1b5b8d2bfc9f43e6b92900479f84f77f978d98dc7dbef35e4490a9b8b9
checksum=33cf93bda6a00f8b15dd68ad4daadff25a2c6b84bfc7f39875c53f4f045bb4e0
# vim: set ts=4 sw=4 sts=4 et: