summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo Guilbert2015-08-09 07:13:13 -0400
committerGabriel-Andrew Pollo Guilbert2015-08-09 07:13:13 -0400
commitdc0b834219e62ff8c56e86494ddb4b6ce0c0b97b (patch)
tree027cbcec6771d6366cc538f6701035621150d403
parent756d2bc3b6441f7a8f973171ab8759b881e3ee35 (diff)
downloadaur-dc0b834219e62ff8c56e86494ddb4b6ce0c0b97b.tar.gz
Add libxkbcommon-x11 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eddb881c083..c83cdffddc17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = vpaint
depends = qt4
depends = glu
depends = qt5-base
+ depends = libxkbcommon-x11
source = https://github.com/dalboris/vpaint/archive/v1.5.tar.gz
md5sums = aee4b49c9a9a0345a1d98d734a008b7d
diff --git a/PKGBUILD b/PKGBUILD
index 014d638340c8..f749e45251f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='VPaint is an experimental vector graphics editor based on the Vector Animation Complex technology.'
arch=('i686' 'x86_64')
license=('MIT')
-depends=('qt4' 'glu' 'qt5-base')
+depends=('qt4' 'glu' 'qt5-base' 'libxkbcommon-x11')
makedepends=('gcc' 'make' 'qtchooser')
url='http://www.vpaint.org'
conflicts=()