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 577f7b2a495c44e2d9e36d8e82fa68c09d95d51b
parent e21e9ee6bb52e65ef0606a798cca622d6a158d07
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 26 Jun 2022 09:40:57 -0400

pygobject: Add package at version 3.42.1

Diffstat:
Alibs/pygobject/build | 4++++
Alibs/pygobject/checksums | 1+
Alibs/pygobject/depends | 1+
Alibs/pygobject/sources | 1+
Alibs/pygobject/version | 1+
5 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/libs/pygobject/build b/libs/pygobject/build @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +python setup.py build +python setup.py install --prefix=/usr --root="$1" diff --git a/libs/pygobject/checksums b/libs/pygobject/checksums @@ -0,0 +1 @@ +1f34b5f7624de35e44eb5a7eb428353285bd03004d55131a5f7f7fa9b90f3cc9 diff --git a/libs/pygobject/depends b/libs/pygobject/depends @@ -0,0 +1 @@ +pycairo diff --git a/libs/pygobject/sources b/libs/pygobject/sources @@ -0,0 +1 @@ +https://download.gnome.org/sources/pygobject/MAJOR.MINOR/pygobject-VERSION.tar.xz diff --git a/libs/pygobject/version b/libs/pygobject/version @@ -0,0 +1 @@ +3.42.1 1