x.org packages: mirror mixin
overhaul all x.org packages to use available mirrors.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class Compiz(AutotoolsPackage):
|
||||
class Compiz(AutotoolsPackage, XorgPackage):
|
||||
"""compiz - OpenGL window and compositing manager.
|
||||
|
||||
Compiz is an OpenGL compositing manager that use
|
||||
@@ -15,7 +15,7 @@ class Compiz(AutotoolsPackage):
|
||||
and it is designed to run well on most graphics hardware."""
|
||||
|
||||
homepage = "http://www.compiz.org/"
|
||||
url = "https://www.x.org/archive/individual/app/compiz-0.7.8.tar.gz"
|
||||
xorg_mirror_path = "app/compiz-0.7.8.tar.gz"
|
||||
|
||||
version('0.7.8', sha256='b46f52b776cc78e85357a07688d04b36ec19c65eadeaf6f6cfcca7b8515e6503')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user