================================
gobject-introspection:source=0.6.14-1
cvc rdiff gobject-introspection -1 /gnome.rpath.org@gnome:unstable/0.6.14-1
================================
0.6.14-1 Zhang Sen (
je...@foresightlinux.org) Thu Jul 15 10:20:41 2010
Build new version in gnome:unstable
gobject-introspection.recipe: new
--- /dev/null
+++ gobject-introspection.recipe
@@ -0,0 +34 @@
+#
+# Copyright (c) 2009 Foresight Linux
+# This file is distributed under the terms of the MIT License.
+# A copy is available at
http://www.rpath.com/permanent/mit-license.html+#
+
+loadSuperClass('gnomepackage')
+class GobjectIntrospection(GnomePackageRecipe):
+
+ name = 'gobject-introspection'
+ version = '0.6.14'
+
+ buildRequires = [
+ 'Mesa:devel',
+ 'bison:runtime',
+ 'flex:devel',
+ 'flex:runtime',
+ 'libXfixes:devel',
+ 'libffi:devel',
+ 'python:devel',
+ ]
+
+ makeArgs = 'V=1'
+ loadInstalled('python')
+
+ def policy(r):
+ r.Remove('%(bindir)s/barapp')
+ # Move the python modules to the correct location
+ r.macros.pyver = Python.majversion
+ r.Move('%(libdir)s/%(name)s/giscanner',
+ '%(libdir)s/python%(pyver)s/site-packages/')
+
+ r.Requires('gobject-introspection:devel', '%(bindir)s/g-ir-generate')
+ r.Requires('gobject-introspection:runtime', '%(datadir)s/aclocal/introspection.m4')
gobject-introspection-0.6.14.tar.bz2: new
Committed by: jesse