From 70ebfc1c8892d88f7165a648726f9234170b7e6a Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 31 May 2021 21:40:16 +0000 Subject: [PATCH] gobject-introspection: new package at git --- gobject-introspection/build | 8 ++++++++ gobject-introspection/depends | 5 +++++ gobject-introspection/sources | 1 + gobject-introspection/version | 1 + 4 files changed, 15 insertions(+) create mode 100755 gobject-introspection/build create mode 100644 gobject-introspection/depends create mode 100644 gobject-introspection/sources create mode 100644 gobject-introspection/version diff --git a/gobject-introspection/build b/gobject-introspection/build new file mode 100755 index 0000000..80efb1c --- /dev/null +++ b/gobject-introspection/build @@ -0,0 +1,8 @@ +#!/usr/bin/sh -e + +mkdir build +cd build + +meson --prefix=/usr .. +ninja +DESTDIR="$1" ninja install diff --git a/gobject-introspection/depends b/gobject-introspection/depends new file mode 100644 index 0000000..aad18eb --- /dev/null +++ b/gobject-introspection/depends @@ -0,0 +1,5 @@ +python +meson make +ninja make +glib +libffi diff --git a/gobject-introspection/sources b/gobject-introspection/sources new file mode 100644 index 0000000..b7aeedc --- /dev/null +++ b/gobject-introspection/sources @@ -0,0 +1 @@ +git+https://gitlab.gnome.org/GNOME/gobject-introspection.git diff --git a/gobject-introspection/version b/gobject-introspection/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/gobject-introspection/version @@ -0,0 +1 @@ +git 1 -- 2.39.2