zeitgeist: make the vala bindings work.
See https://bugs.freedesktop.org/show_bug.cgi?id=75036
This commit is contained in:
parent
169b811d09
commit
96989013fe
2 changed files with 21 additions and 1 deletions
|
@ -0,0 +1,20 @@
|
||||||
|
From ab624e66b0a1eccd4a605980be07726ac8ecb460 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Philip Withnall <philip@tecnocode.co.uk>
|
||||||
|
Date: Sun, 16 Feb 2014 15:08:49 +0000
|
||||||
|
Subject: [PATCH] libzeitgeist: Add a missing dependency on gio-2.0
|
||||||
|
|
||||||
|
This actually makes the zeitgeist vapi file usable.
|
||||||
|
---
|
||||||
|
libzeitgeist/zeitgeist-2.0.deps | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/libzeitgeist/zeitgeist-2.0.deps b/libzeitgeist/zeitgeist-2.0.deps
|
||||||
|
index ff8d39b..59eec5d 100644
|
||||||
|
--- libzeitgeist/zeitgeist-2.0.deps
|
||||||
|
+++ libzeitgeist/zeitgeist-2.0.deps
|
||||||
|
@@ -1 +1,2 @@
|
||||||
|
zeitgeist-datamodel-2.0
|
||||||
|
+gio-2.0
|
||||||
|
--
|
||||||
|
1.8.5.3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zeitgeist'
|
# Template file for 'zeitgeist'
|
||||||
pkgname=zeitgeist
|
pkgname=zeitgeist
|
||||||
version=0.9.14
|
version=0.9.14
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
|
configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool vala-devel>=0.26 $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config intltool vala-devel>=0.26 $(vopt_if gir gobject-introspection)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue