diff --git a/srcpkgs/texstudio/patches/40-phonon-cross.patch b/srcpkgs/texstudio/patches/40-phonon-cross.patch deleted file mode 100644 index cb749715f77..00000000000 --- a/srcpkgs/texstudio/patches/40-phonon-cross.patch +++ /dev/null @@ -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 - } - diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template index 2d146c566de..c2655b38eed 100644 --- a/srcpkgs/texstudio/template +++ b/srcpkgs/texstudio/template @@ -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)"