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 changed files with 6 additions and 7 deletions
|
@ -1,26 +1,25 @@
|
||||||
# Template file for 'texstudio'
|
# Template file for 'texstudio'
|
||||||
pkgname=texstudio
|
pkgname=texstudio
|
||||||
version=2.12.4
|
version=2.12.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
short_desc="Powerful Tex/LaTeX editor based on texmaker"
|
short_desc="Powerful Tex/LaTeX editor based on texmaker"
|
||||||
maintainer="Piraty <Piraty@users.noreply.github.com>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="GPL-3"
|
license="GPL-2"
|
||||||
homepage="http://texstudio.org/"
|
homepage="http://texstudio.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/TeXstudio%20${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/TeXstudio%20${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=dc4752bd8a1c5249d87ccda780822aba65c59c607419b4cc0c0a788f953b210d
|
checksum=135af312ad0718ce5347acd1cbb732b2992e4e74919bf87bc115331865718c85
|
||||||
wrksrc="${pkgname}${version}"
|
|
||||||
hostmakedepends="pkg-config qt5-qmake"
|
hostmakedepends="pkg-config qt5-qmake"
|
||||||
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"
|
||||||
depends="qt5-svg"
|
depends="qt5-svg"
|
||||||
|
|
||||||
build_options_default="phonon"
|
|
||||||
|
|
||||||
configure_args="-unix"
|
configure_args="-unix"
|
||||||
configure_args+=" -spec linux-g++"
|
configure_args+=" -spec linux-g++"
|
||||||
configure_args+=" NO_TESTS=true"
|
configure_args+=" NO_TESTS=true"
|
||||||
configure_args+=" CONFIG-=debug CONFIG-=debug_and_release CONFIG+=release"
|
configure_args+=" CONFIG-=debug CONFIG-=debug_and_release CONFIG+=release"
|
||||||
|
|
||||||
|
build_options_default="phonon"
|
||||||
|
|
||||||
build_options="phonon"
|
build_options="phonon"
|
||||||
desc_option_phonon="build with phonon support"
|
desc_option_phonon="build with phonon support"
|
||||||
if [ "$build_option_phonon" ]; then
|
if [ "$build_option_phonon" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue