mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lyx: update to 2.3.5.1, use python3
This commit is contained in:
parent
6841ef3c90
commit
76fab5e6ed
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'lyx'
|
# Template file for 'lyx'
|
||||||
pkgname=lyx
|
pkgname=lyx
|
||||||
version=2.3.4.4
|
version=2.3.5.1
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version%.*}-${version##*.}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-qt5 --without-included-mythes --without-included-boost"
|
configure_args="--enable-qt5 --without-included-mythes --without-included-boost"
|
||||||
hostmakedepends="pkg-config bc python qt5-devel"
|
hostmakedepends="pkg-config bc qt5-devel"
|
||||||
makedepends="file-devel boost-devel mythes-devel enchant-devel qt5-svg-devel"
|
makedepends="file-devel boost-devel mythes-devel enchant-devel qt5-svg-devel"
|
||||||
depends="virtual?texlive GraphicsMagick python"
|
depends="virtual?texlive GraphicsMagick python3"
|
||||||
short_desc="Document Processor WYSIWYM Editor & Latex frontend"
|
short_desc="Document Processor WYSIWYM Editor & Latex frontend"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.lyx.org/Home"
|
homepage="https://www.lyx.org/Home"
|
||||||
#distfiles="ftp://ftp.lyx.org/pub/${pkgname}/stable/2.3.x/${pkgname}-${version}.tar.bz2"
|
#distfiles="ftp://ftp.lyx.org/pub/${pkgname}/stable/2.3.x/${pkgname}-${version}.tar.bz2"
|
||||||
distfiles="https://fossies.org/linux/misc/lyx-${version}.tar.bz2"
|
distfiles="https://fossies.org/linux/misc/lyx-${version}.tar.bz2"
|
||||||
checksum=0cda89b9cb17dad219e7bc3efd5f3932ed8c5dc2efb64fb23e630374b9b46b32
|
checksum=97a77ba9dc4002035e1e32855f42c0838bca6b8a159af0c727388304d26cdb67
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
|
|
Loading…
Add table
Reference in a new issue