From b9a7e94593c99eb0d7093bc5c35cd0a03e742722 Mon Sep 17 00:00:00 2001 From: onekk Date: Thu, 13 Nov 2014 19:23:05 +0100 Subject: [PATCH] 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. --- srcpkgs/lyx/INSTALL.msg | 16 ++++++++-------- srcpkgs/lyx/template | 16 +++++++++------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/srcpkgs/lyx/INSTALL.msg b/srcpkgs/lyx/INSTALL.msg index 7b85697cf4c..6ad6a9146fc 100644 --- a/srcpkgs/lyx/INSTALL.msg +++ b/srcpkgs/lyx/INSTALL.msg @@ -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 diff --git a/srcpkgs/lyx/template b/srcpkgs/lyx/template index de53d1953f5..4380a3134af 100644 --- a/srcpkgs/lyx/template +++ b/srcpkgs/lyx/template @@ -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 " 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: