texstudio: update to 2.12.6
- corrected the license to gpl2 - updated maintainer email Closes: #7206 [via git-merge-pr]
This commit is contained in:
parent
5a53cc9a31
commit
fa63ac7e3c
|
@ -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 <Piraty@users.noreply.github.com>"
|
||||
license="GPL-3"
|
||||
maintainer="Piraty <piraty1@inbox.ru>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue