lyx: add missing python dependency (#1401)
This commit is contained in:
parent
c92484716f
commit
6853f5ee94
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'lyx'
|
||||
pkgname=lyx
|
||||
version=2.3.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-qt5 --without-included-mythes --without-included-boost"
|
||||
short_desc="The Document Processor WYSIWYM Editor & Latex frontend"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
hostmakedepends="pkg-config bc python qt5-devel"
|
||||
makedepends="file-devel boost-devel mythes-devel enchant-devel qt5-svg-devel"
|
||||
depends="virtual?texlive GraphicsMagick"
|
||||
homepage="http://www.lyx.org/Home"
|
||||
depends="virtual?texlive GraphicsMagick python"
|
||||
short_desc="The Document Processor WYSIWYM Editor & Latex frontend"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.lyx.org/Home"
|
||||
distfiles="ftp://ftp.lyx.org/pub/${pkgname}/stable/2.3.x/${pkgname}-${version}.tar.xz"
|
||||
checksum=310f556adbfafd243f2c17a0be0d22fa50b9b4f7de41e66625cace8ea088b92b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue