summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2017-12-15 13:28:57 +0100
committerOmar Pakker2017-12-15 13:28:57 +0100
commit1f89761a615e7e5a9791f6835aca13f5c27d6f04 (patch)
tree29e35b27fdaefa3041182d1681a0faa8cbe7d674
parente1cfb0364fa25768ef66699d5b834f9eccecb065 (diff)
downloadaur-1f89761a615e7e5a9791f6835aca13f5c27d6f04.tar.gz
Add additional dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4aa004add99..982a4b00ceb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = piglit-git
pkgdesc = OpenGL implementation testing suite. Provides a simple means to perform regression tests.
pkgver = r9890.827d37435
- pkgrel = 1
+ pkgrel = 2
url = http://piglit.freedesktop.org/
install = piglit.install
arch = i686
@@ -19,8 +19,10 @@ pkgbase = piglit-git
depends = libxrender
depends = glu
depends = libcaca
+ depends = libxkbcommon
optdepends = python-lxml: Accelerated python XML library using libxml2
optdepends = python-simplejson: Fast implementation of the python JSON library
+ optdepends = python-jsonstreams: A JSON stream writer for python
provides = piglit
conflicts = piglit
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index b1599ac01b5f..d71935155ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
_pkgname="piglit"
pkgname="${_pkgname}-git"
pkgver=r9890.827d37435
-pkgrel=1
+pkgrel=2
pkgdesc="OpenGL implementation testing suite. Provides a simple means to perform regression tests."
arch=('i686' 'x86_64')
url="http://piglit.freedesktop.org/"
license=('GPL2' 'GPL3' 'LGPL2.1')
-depends=('waffle' 'python-mako' 'python-numpy' 'python-six' 'libxrender' 'glu' 'libcaca')
+depends=('waffle' 'python-mako' 'python-numpy' 'python-six' 'libxrender' 'glu' 'libcaca' 'libxkbcommon')
optdepends=('python-lxml: Accelerated python XML library using libxml2'
- 'python-simplejson: Fast implementation of the python JSON library')
+ 'python-simplejson: Fast implementation of the python JSON library'
+ 'python-jsonstreams: A JSON stream writer for python')
makedepends=('git' 'cmake' 'glproto')
provides=("${_pkgname}")
conflicts=("${_pkgname}")