texmaker update

This commit is contained in:
Anke 2013-03-09 19:49:23 +00:00
parent f23bc9b019
commit 75d422d56c

View File

@ -1,26 +1,18 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Steven Sroka <Sroka.Steven[at]gmail[dot]com>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# contributor: Fabio Lima <fheday@dcc.fc.up.pt>
# contributor: Tomàs Deltell <tdeltell@gmx.es>
# Maintainer : abveritas[at]chakra-project[dot]org>
pkgname=texmaker
pkgver=3.5
pkgver=4.0
pkgrel=1
pkgdesc="Texmaker is a free, modern and cross-platform LaTeX editor for linux,
macosx and windows systems that integrates many tools needed to develop documents
with LaTeX, in just one application."
arch=('i686' 'x86_64')
pkgdesc="Free, modern and cross-platform LaTeX editor that integrates many tools."
arch=('x86_64')
url="http://www.xm1math.net/texmaker/"
license=('GPL')
depends=('qt' 'poppler-qt' 'lcms2')
depends=('qtwebkit' 'poppler-qt' 'lcms2')
optdepends=('texlive-core')
categories=('office')
source=(http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2)
md5sums=('9ea033ad9890cd8ea5c3ff9e633fcfe8')
screenshots=('http://www.xm1math.net/texmaker/texmakertop_big.png')
source=("http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2")
md5sums=('3599fd142d8d3596b7bd14724fc1888e')
build() {
cd $srcdir/$pkgname-$pkgver