lyx: fix runtime dependencies; improve short_desc.

This commit is contained in:
Juan RP 2014-05-01 08:37:39 +02:00
parent 6c8bb8d9fa
commit 0172e4531b
1 changed files with 5 additions and 6 deletions

View File

@ -2,15 +2,14 @@
pkgname="lyx" pkgname="lyx"
version="2.1.0" version="2.1.0"
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
short_desc="LyX the Document Processor WYSIWYM Editor & Latex frontend" short_desc="The Document Processor WYSIWYM Editor & Latex frontend"
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>" maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
license="GPL-2" license="GPL-2"
hostmakedepends="pkg-config" hostmakedepends="pkg-config bc python"
makedepends="bc boost-devel enchant-devel file-devel ImageMagick python makedepends="boost-devel enchant-devel hunspell-devel qt-devel ImageMagick-devel"
qt-devel hunspell-devel" depends="texlive"
depends="${makedepends} texlive"
configure_args="--prefix=/usr --without-included-boost --with-hunspell" configure_args="--prefix=/usr --without-included-boost --with-hunspell"
conf_files="/etc/lyx/lyxrc.dist" conf_files="/etc/lyx/lyxrc.dist"
homepage="http://www.lyx.org/Home" homepage="http://www.lyx.org/Home"