[gnome-apps-nightly] org.gnome.gitg: Fix the libgee build
- From: Mathieu Bridon <mbridon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] org.gnome.gitg: Fix the libgee build
- Date: Fri, 20 Jul 2018 13:27:29 +0000 (UTC)
commit 45f1a166b4995a9af19dd5a6883e3cc97c365a30
Author: Mathieu Bridon <bochecha daitauha fr>
Date: Fri Jul 20 15:16:05 2018 +0200
org.gnome.gitg: Fix the libgee build
org.gnome.Sdk//master is based on the future org.freedesktop.Sdk, which
includes pkgconf as a replacement for pkg-config.
Unfortunately, pkgconf doesn't seem to respect env vars the way
pkg-config did:
https://git.dereferenced.org/pkgconf/pkgconf/issues/2
org.gnome.gitg.json | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/org.gnome.gitg.json b/org.gnome.gitg.json
index 25ce898..f0737c4 100644
--- a/org.gnome.gitg.json
+++ b/org.gnome.gitg.json
@@ -83,12 +83,10 @@
},
{
"name": "libgee",
- "build-options" : {
- "env": {
- "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
- "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
- }
- },
+ "make-install-args": [
+ "girdir=/app/share/gir-1.0",
+ "typelibdir=/app/lib/girepository-1.0"
+ ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]