Merge pull request #636 from onekk/master
lyx: updated to version 2.1.2
This commit is contained in:
commit
81f35685f3
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue