From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/glib-common/glib.bst | 14 ++++++++++++++ elements/glib-common/gnome-common.bst | 9 +++++++++ elements/glib-common/gobject-introspection.bst | 10 ++++++++++ elements/glib-common/gtk-doc-stub.bst | 12 ++++++++++++ elements/glib-common/json-glib.bst | 12 ++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 elements/glib-common/glib.bst create mode 100644 elements/glib-common/gnome-common.bst create mode 100644 elements/glib-common/gobject-introspection.bst create mode 100644 elements/glib-common/gtk-doc-stub.bst create mode 100644 elements/glib-common/json-glib.bst (limited to 'elements/glib-common') diff --git a/elements/glib-common/glib.bst b/elements/glib-common/glib.bst new file mode 100644 index 00000000..aa4a58cd --- /dev/null +++ b/elements/glib-common/glib.bst @@ -0,0 +1,14 @@ +kind: autotools +depends: +- python2-core.bst +- pcre-utils.bst +sources: +- kind: git + url: upstream:glib + track: 2.52.3 + ref: 90bb8778f2eabf00bee5bff1259c48f1e7b791b8 +public: + bst: + integration-commands: + - mkdir -p /usr/share/glib-2.0/schemas + - /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas diff --git a/elements/glib-common/gnome-common.bst b/elements/glib-common/gnome-common.bst new file mode 100644 index 00000000..0b2104d4 --- /dev/null +++ b/elements/glib-common/gnome-common.bst @@ -0,0 +1,9 @@ +kind: autotools +depends: +- python2-core.bst +- pcre-utils.bst +sources: +- kind: git + url: upstream:gnome-common + track: 3.14.0 + ref: 5d61b55e8bea32fe2b52e21682ee4b3719b290c5 diff --git a/elements/glib-common/gobject-introspection.bst b/elements/glib-common/gobject-introspection.bst new file mode 100644 index 00000000..10a93df8 --- /dev/null +++ b/elements/glib-common/gobject-introspection.bst @@ -0,0 +1,10 @@ +kind: autotools +depends: +- python2-core.bst +- pcre-utils.bst +- glib-common/glib.bst +sources: +- kind: git + url: upstream:gobject-introspection + track: 1.48.0 + ref: 42bf17a25c7379689fe78f31f332a64e3eded5d2 diff --git a/elements/glib-common/gtk-doc-stub.bst b/elements/glib-common/gtk-doc-stub.bst new file mode 100644 index 00000000..062b901f --- /dev/null +++ b/elements/glib-common/gtk-doc-stub.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- python2-core.bst +- pcre-utils.bst +sources: +- kind: git + url: upstream:gtk-doc-stub + track: baserock/morph + ref: 58ec0d8593541ef7ae522ce42ebec6f98536c4e0 +config: + configure-commands: + - ./configure --prefix="%{prefix}" diff --git a/elements/glib-common/json-glib.bst b/elements/glib-common/json-glib.bst new file mode 100644 index 00000000..737b6273 --- /dev/null +++ b/elements/glib-common/json-glib.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- python2-core.bst +- pcre-utils.bst +- glib-common/glib.bst +- glib-common/gobject-introspection.bst +- glib-common/gtk-doc-stub.bst +sources: +- kind: git + url: upstream:json-glib + track: 1.2.0 + ref: 19f5626b70e72a81dae7ee11b4c3a4d75779a7be -- cgit v1.2.1