Merge pull request #636 from onekk/master

lyx: updated to version 2.1.2
This commit is contained in:
Juan RP 2014-11-13 20:40:30 +01:00
commit 81f35685f3
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 to install the missing packages, the quickiest way is to run as
root: root:
'tlmgr install algorithm2e algorithms apacite bbding besoz 'tlmgr install algorithm2e algorithms apacite bbding bezos bibtopic'
bibtopic breakurl covington csquotes diagbox endnotes enumitem 'tlmgr install breakurl covington csquotes diagbox endnotes enumitem'
epstopdf esint eurosym feyn fragments framed frankenstein 'tlmgr install epstopdf esint eurosym feyn fragments framed frankenstein'
harvard hyphenat jurabib lettrine luainputenc marginnote 'tlmgr install harvard hyphenat jurabib lettrine luainputenc marginnote'
mathdesign mathdots mhchem multirow nicefrac nomencl picinpar 'tlmgr install mathdesign mathdots mhchem multirow nicefrac nomencl'
pict2e prettyref preview rotfloat rsfs shapepar sidecap 'tlmgr install picinpar pict2e prettyref preview rotfloat rsfs shapepar'
splitindex symbol tex-gyre ulem undertilde units wasy wasysym 'tlmgr install sidecap splitindex symbol tex-gyre ulem units wasy wasysym'
wrapfig xargs' 'tlmgr install wrapfig xargs'
As there are many flavour of your preferred applications, I didn't As there are many flavour of your preferred applications, I didn't

View file

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