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

@@ -6,7 +6,7 @@
from spack import *
class Rgb(AutotoolsPackage):
class Rgb(AutotoolsPackage, XorgPackage):
"""X color name database.
This package includes both the list mapping X color names to RGB values
@@ -16,7 +16,7 @@ class Rgb(AutotoolsPackage):
The "others" subdirectory contains some alternate color databases."""
homepage = "http://cgit.freedesktop.org/xorg/app/rgb"
url = "https://www.x.org/archive/individual/app/rgb-1.0.6.tar.gz"
xorg_mirror_path = "app/rgb-1.0.6.tar.gz"
version('1.0.6', sha256='cb998035e08b9f58ad3150cab60461c3225bdd075238cffc665e24da40718933')