From d9097a947038a34bf6c32ac261170e553c2ceea3 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 25 Feb 2016 17:31:46 +0100 Subject: [PATCH] Add qt5-svg dependency The modeling plugin needs it to export its models as SVG and it can also be used in the image viewer. --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 8ea4455..6a70ae6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,13 +8,13 @@ # Contributor: Tobias Hunger pkgname=qtcreator-git -pkgver=v3.6.82 +pkgver=v3.6.0.r1561.gc3a1355 pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64') url='http://wiki.qt.io/Category:Tools::QtCreator' license=('GPL') -depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols') +depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols' 'qt5-svg') makedepends=('git' 'mesa' 'clang') options=('docs') optdepends=('qt5-doc: for the integrated Qt documentation'