texstudio: update to 4.3.1.
This commit is contained in:
parent
0bbc9290c2
commit
5045db2622
|
@ -1,13 +0,0 @@
|
|||
--- a/texstudio.pro
|
||||
+++ b/texstudio.pro
|
||||
@@ -79,8 +79,8 @@
|
||||
uitools
|
||||
|
||||
!isEmpty(PHONON){
|
||||
- QT += phonon4qt5
|
||||
- LIBS += -lphonon4qt5
|
||||
+ CONFIG += link_pkgconfig
|
||||
+ PKGCONFIG += phonon4qt5
|
||||
DEFINES += PHONON
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'texstudio'
|
||||
pkgname=texstudio
|
||||
version=4.3.0
|
||||
version=4.3.1
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args="USE_SYSTEM_HUNSPELL=y USE_SYSTEM_QUAZIP=y
|
||||
|
@ -19,7 +19,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://texstudio.org/"
|
||||
changelog="https://raw.githubusercontent.com/texstudio-org/texstudio/master/utilities/manual/CHANGELOG.txt"
|
||||
distfiles="https://github.com/texstudio-org/texstudio/archive/${version}.tar.gz"
|
||||
checksum=ce03035160fd22c943c17cd63e008e48fef3723d2c62759da89763f2ec0cd7d0
|
||||
checksum=30fa3d4718ce793e4fe5c0c1a3d7d022cb63acc05272cfc0cd820848bcf48b00
|
||||
|
||||
build_options="phonon poppler"
|
||||
desc_option_phonon="build with phonon (=media support for pdf preview)"
|
||||
|
|
Loading…
Reference in New Issue