mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
texstudio: update to 4.3.0.
This commit is contained in:
parent
17201ad833
commit
647a15f3a5
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'texstudio'
|
# Template file for 'texstudio'
|
||||||
pkgname=texstudio
|
pkgname=texstudio
|
||||||
version=3.1.2
|
version=4.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="USE_SYSTEM_HUNSPELL=y USE_SYSTEM_QUAZIP=y
|
configure_args="USE_SYSTEM_HUNSPELL=y USE_SYSTEM_QUAZIP=y
|
||||||
|
@ -8,8 +8,10 @@ configure_args="USE_SYSTEM_HUNSPELL=y USE_SYSTEM_QUAZIP=y
|
||||||
$(vopt_if phonon PHONON=true) $(vopt_if poppler '' NO_POPPLER_PREVIEW=true)"
|
$(vopt_if phonon PHONON=true) $(vopt_if poppler '' NO_POPPLER_PREVIEW=true)"
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
||||||
makedepends="qt5-webkit-devel qt5-svg-devel qt5-script-devel qt5-tools-devel
|
makedepends="qt5-webkit-devel qt5-svg-devel qt5-script-devel qt5-tools-devel
|
||||||
hunspell-devel quazip-qt5-devel
|
kdeclarative-devel hunspell-devel quazip-devel
|
||||||
$(vopt_if phonon phonon-qt5-devel) $(vopt_if poppler poppler-qt5-devel)"
|
$(vopt_if phonon phonon-qt5-devel)
|
||||||
|
$(vopt_if poppler "poppler-qt5-devel poppler-cpp-devel")
|
||||||
|
"
|
||||||
depends="qt5-svg"
|
depends="qt5-svg"
|
||||||
short_desc="Powerful Tex/LaTeX editor based on texmaker"
|
short_desc="Powerful Tex/LaTeX editor based on texmaker"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
|
@ -17,7 +19,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://texstudio.org/"
|
homepage="https://texstudio.org/"
|
||||||
changelog="https://raw.githubusercontent.com/texstudio-org/texstudio/master/utilities/manual/CHANGELOG.txt"
|
changelog="https://raw.githubusercontent.com/texstudio-org/texstudio/master/utilities/manual/CHANGELOG.txt"
|
||||||
distfiles="https://github.com/texstudio-org/texstudio/archive/${version}.tar.gz"
|
distfiles="https://github.com/texstudio-org/texstudio/archive/${version}.tar.gz"
|
||||||
checksum=7251f8e6f2b17395c428e9ff13bfc2c58e5f07ec09aae1036ab912dcf89f6fad
|
checksum=ce03035160fd22c943c17cd63e008e48fef3723d2c62759da89763f2ec0cd7d0
|
||||||
|
|
||||||
build_options="phonon poppler"
|
build_options="phonon poppler"
|
||||||
desc_option_phonon="build with phonon (=media support for pdf preview)"
|
desc_option_phonon="build with phonon (=media support for pdf preview)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue