kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 8d1cb7283cd89e3a7fe3b8b75ff3ff91f9d71b2a
parent 457c138d021f2d2f1f1cf641db373fb9e51727db
Author: St John Karp <contact@stjo.hn>
Date:   Thu, 30 Jun 2022 06:01:44 -0400

libepoxy: Add package at version 1.5.10

Diffstat:
Alibs/libepoxy/build | 7+++++++
Alibs/libepoxy/checksums | 1+
Alibs/libepoxy/depends | 1+
Alibs/libepoxy/sources | 1+
Alibs/libepoxy/version | 1+
5 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/libs/libepoxy/build b/libs/libepoxy/build @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +meson build \ + --prefix=/usr \ + -Dx11=false +ninja -C build +ninja -C build install diff --git a/libs/libepoxy/checksums b/libs/libepoxy/checksums @@ -0,0 +1 @@ +072cda4b59dd098bba8c2363a6247299db1fa89411dc221c8b81b8ee8192e623 diff --git a/libs/libepoxy/depends b/libs/libepoxy/depends @@ -0,0 +1 @@ +meson make diff --git a/libs/libepoxy/sources b/libs/libepoxy/sources @@ -0,0 +1 @@ +https://download.gnome.org/sources/libepoxy/MAJOR.MINOR/libepoxy-VERSION.tar.xz diff --git a/libs/libepoxy/version b/libs/libepoxy/version @@ -0,0 +1 @@ +1.5.10 1