Skip to content

Commit

Permalink
xorgproto: new package (spack#45569)
Browse files Browse the repository at this point in the history
* xorgproto: new package

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>

* adding providers for xorgprotos

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>

* Update var/spack/repos/builtin/packages/xorgproto/package.py

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* Update etc/spack/defaults/packages.yaml

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* Update etc/spack/defaults/packages.yaml

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* Update var/spack/repos/builtin/packages/xorgproto/package.py

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* Update var/spack/repos/builtin/packages/xorgproto/package.py

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* Update var/spack/repos/builtin/packages/xorgproto/package.py

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* Update var/spack/repos/builtin/packages/xorgproto/package.py

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* [@spackbot] updating style on behalf of teaguesterling

* xorgproto: depends_on meson type build

---------

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
  • Loading branch information
2 people authored and FrederickDeny committed Aug 26, 2024
1 parent 35131d2 commit 4e35bce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions var/spack/repos/builtin/packages/xorgproto/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *


class Xorgproto(MesonPackage, XorgPackage):
"""X Window System unified protocol definitions replacing standalone protos"""

homepage = "https://gitlab.freedesktop.org/xorg/proto/xorgproto"
xorg_mirror_path = "proto/xorgproto-2024.1.tar.gz"

maintainers("teaguesterling")

license("OTHER", checked_by="teaguesterling")

version("2024.1", sha256="4f6b9b4faf91e5df8265b71843a91fc73dc895be6210c84117a996545df296ce")

depends_on("meson@0.56:", type="build")
depends_on("util-macros", type="build")

0 comments on commit 4e35bce

Please sign in to comment.