summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/appres/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/appres/package.py')
-rw-r--r--var/spack/repos/builtin/packages/appres/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/appres/package.py b/var/spack/repos/builtin/packages/appres/package.py
index 9369d5a7e5..ddf6ebfe9b 100644
--- a/var/spack/repos/builtin/packages/appres/package.py
+++ b/var/spack/repos/builtin/packages/appres/package.py
@@ -6,14 +6,14 @@
from spack import *
-class Appres(AutotoolsPackage):
+class Appres(AutotoolsPackage, XorgPackage):
"""The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names. It can be used to determine which resources a particular
program will load."""
homepage = "http://cgit.freedesktop.org/xorg/app/appres"
- url = "https://www.x.org/archive/individual/app/appres-1.0.4.tar.gz"
+ xorg_mirror_path = "app/appres-1.0.4.tar.gz"
version('1.0.4', sha256='22cb6f639c891ffdbb5371bc50a88278185789eae6907d05e9e0bd1086a80803')