summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2020-05-15 02:49:02 +0200
committerGitHub <noreply@github.com>2020-05-14 19:49:02 -0500
commitc168e1b85ef4cc353b9f4070d99404ecb42bc62f (patch)
treeecf2eb2fa68e9a29795dea4967c6914ce45eeff8 /var
parent670a5e87666a541e908a22faa8341b8a59db4bcc (diff)
downloadspack-c168e1b85ef4cc353b9f4070d99404ecb42bc62f.tar.gz
spack-c168e1b85ef4cc353b9f4070d99404ecb42bc62f.tar.bz2
spack-c168e1b85ef4cc353b9f4070d99404ecb42bc62f.tar.xz
spack-c168e1b85ef4cc353b9f4070d99404ecb42bc62f.zip
at-spi2-core: Add 2.36.0 (#16645)
The pkg-config file of newer versions of at-spi2-core includes dependencies for xtst, recordproto, inputproto and fixesproto, so they have to be available at runtime as well.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/at-spi2-core/package.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/at-spi2-core/package.py b/var/spack/repos/builtin/packages/at-spi2-core/package.py
index 11695fd4c5..e7480e26a2 100644
--- a/var/spack/repos/builtin/packages/at-spi2-core/package.py
+++ b/var/spack/repos/builtin/packages/at-spi2-core/package.py
@@ -16,6 +16,7 @@ class AtSpi2Core(MesonPackage):
list_url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core"
list_depth = 1
+ version('2.36.0', sha256='88da57de0a7e3c60bc341a974a80fdba091612db3547c410d6deab039ca5c05a')
version('2.28.0', sha256='42a2487ab11ce43c288e73b2668ef8b1ab40a0e2b4f94e80fca04ad27b6f1c87')
depends_on('glib@2.56.1:')
@@ -23,12 +24,13 @@ class AtSpi2Core(MesonPackage):
depends_on('gettext')
depends_on('libx11')
depends_on('libxi')
- depends_on('libxtst', type='build')
- depends_on('recordproto', type='build')
- depends_on('inputproto', type='build')
- depends_on('fixesproto', type='build')
+ depends_on('libxtst')
+ depends_on('recordproto')
+ depends_on('inputproto')
+ depends_on('fixesproto')
depends_on('pkgconfig', type='build')
depends_on('python', type='build')
+ depends_on('gobject-introspection')
def url_for_version(self, version):
"""Handle gnome's version-based custom URLs."""