From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/python/python-gobject/python-gobject.xibuild | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 repo/python/python-gobject/python-gobject.xibuild (limited to 'repo/python/python-gobject/python-gobject.xibuild') diff --git a/repo/python/python-gobject/python-gobject.xibuild b/repo/python/python-gobject/python-gobject.xibuild deleted file mode 100644 index 4e62de2..0000000 --- a/repo/python/python-gobject/python-gobject.xibuild +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -MAKEDEPS="python python libffi" -DEPS="python libffi cairo glib gobject-introspection musl" - -PKG_VER=3.42.0 -SOURCE=https://download.gnome.org/sources/pygobject/${PKG_VER%.*}/pygobject-$PKG_VER.tar.xz -DESC="Python bindings for the GObject library" - -build() { - mkdir build && - cd build - - meson \ - -Dpython=python3 \ - .. - - ninja -} - -package () { - DESTDIR=$PKG_DEST ninja install -} -- cgit v1.2.1