x.org packages: mirror mixin

overhaul all x.org packages to use available mirrors.
This commit is contained in:
Axel Huebl
2020-04-14 20:54:16 -07:00
committed by Todd Gamblin
parent 999c8e3a67
commit d9630b572a
200 changed files with 401 additions and 400 deletions

View File

@@ -7,7 +7,7 @@
import sys
class IntelGpuTools(AutotoolsPackage):
class IntelGpuTools(AutotoolsPackage, XorgPackage):
"""Intel GPU Tools is a collection of tools for development and testing of
the Intel DRM driver. There are many macro-level test suites that get used
against the driver, including xtest, rendercheck, piglit, and oglconform,
@@ -18,7 +18,7 @@ class IntelGpuTools(AutotoolsPackage):
Intel DRM Driver."""
homepage = "https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/"
url = "https://www.x.org/archive/individual/app/intel-gpu-tools-1.16.tar.gz"
xorg_mirror_path = "app/intel-gpu-tools-1.16.tar.gz"
version('1.16', sha256='4874e6e7704c8d315deaf5b44cc9467ea5e502c7f816470a4a28827fcb34643f')