From e0d5125356e0fb37265d4dd47d1a4f12f042404c Mon Sep 17 00:00:00 2001 From: Neophytos Date: Sun, 4 Nov 2012 20:56:07 +0000 Subject: [PATCH] added texlive-core as optdepend of texmaker --- texmaker/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/texmaker/PKGBUILD b/texmaker/PKGBUILD index 1354ea072..8dfad8c5f 100644 --- a/texmaker/PKGBUILD +++ b/texmaker/PKGBUILD @@ -10,7 +10,7 @@ pkgname=texmaker pkgver=3.5.2 -pkgrel=1 +pkgrel=2 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." @@ -18,6 +18,7 @@ arch=('i686' 'x86_64') url="http://www.xm1math.net/texmaker/" license=('GPL') depends=('qt' 'poppler-qt' 'lcms2' 'qtwebkit') +optdepends=('texlive-core') categories=('office') source=(http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2) md5sums=('45eebb530e9516215665faf6d9dffe09')