From fa63ac7e3c0a9bb7e6aa544081fbef9a5f3eecd9 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 30 Jul 2017 14:58:50 +0200 Subject: [PATCH] texstudio: update to 2.12.6 - corrected the license to gpl2 - updated maintainer email Closes: #7206 [via git-merge-pr] --- srcpkgs/texstudio/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template index b3ef43e43a0..b12e7f131fd 100644 --- a/srcpkgs/texstudio/template +++ b/srcpkgs/texstudio/template @@ -1,26 +1,25 @@ # Template file for 'texstudio' pkgname=texstudio -version=2.12.4 +version=2.12.6 revision=1 build_style=qmake short_desc="Powerful Tex/LaTeX editor based on texmaker" -maintainer="Piraty " -license="GPL-3" +maintainer="Piraty " +license="GPL-2" homepage="http://texstudio.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/TeXstudio%20${version}/${pkgname}-${version}.tar.gz" -checksum=dc4752bd8a1c5249d87ccda780822aba65c59c607419b4cc0c0a788f953b210d -wrksrc="${pkgname}${version}" +checksum=135af312ad0718ce5347acd1cbb732b2992e4e74919bf87bc115331865718c85 hostmakedepends="pkg-config qt5-qmake" makedepends="qt5-webkit-devel qt5-svg-devel qt5-script-devel qt5-tools-devel" depends="qt5-svg" -build_options_default="phonon" - configure_args="-unix" configure_args+=" -spec linux-g++" configure_args+=" NO_TESTS=true" configure_args+=" CONFIG-=debug CONFIG-=debug_and_release CONFIG+=release" +build_options_default="phonon" + build_options="phonon" desc_option_phonon="build with phonon support" if [ "$build_option_phonon" ]; then