Module fixups from gramps40
This commit is contained in:
parent
c7810b217f
commit
cd9a00b787
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<app-bundle>
|
<app-bundle>
|
||||||
|
|
||||||
<meta>
|
<meta>
|
||||||
|
@ -24,7 +24,9 @@ export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
|
|||||||
export PANGO_SYSCONFDIR="$bundle_etc"
|
export PANGO_SYSCONFDIR="$bundle_etc"
|
||||||
export PANGO_LIBDIR="$bundle_lib"
|
export PANGO_LIBDIR="$bundle_lib"
|
||||||
export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-3.0/gdk-pixbuf.loaders"
|
export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-3.0/gdk-pixbuf.loaders"
|
||||||
|
if [ `uname -r | cut -d . -f 1` -ge 10 ]; then
|
||||||
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules"
|
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules"
|
||||||
|
fi
|
||||||
export GI_TYPELIB_PATH="$bundle_lib/girepository-1.0"
|
export GI_TYPELIB_PATH="$bundle_lib/girepository-1.0"
|
||||||
export GVBINDIR="$bundle_lib/graphviz"
|
export GVBINDIR="$bundle_lib/graphviz"
|
||||||
|
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
href="git://github.com/"/>
|
href="git://github.com/"/>
|
||||||
<repository type="tarball" name="graphviz"
|
<repository type="tarball" name="graphviz"
|
||||||
href="http://www.graphviz.org/pub/graphviz/stable/SOURCES/"/>
|
href="http://www.graphviz.org/pub/graphviz/stable/SOURCES/"/>
|
||||||
<repository type="tarball" name="yorba"
|
|
||||||
href="http://yorba.org/download/"/>
|
|
||||||
<repository type="tarball" name="exiv2.org"
|
<repository type="tarball" name="exiv2.org"
|
||||||
href="http://exiv2.org/"/>
|
href="http://exiv2.org/"/>
|
||||||
<repository type="tarball" name="pythonware"
|
<repository type="tarball" name="pythonware"
|
||||||
@ -135,11 +133,10 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
<autotools id="gexiv2" autogen-sh="configure" supports-non-srcdir-builds="no"
|
<autotools id="gexiv2" autogen-sh="configure" supports-non-srcdir-builds="no"
|
||||||
autogenargs="--enable-introspection"
|
autogenargs="--enable-introspection --with-libtool=libtool"
|
||||||
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
|
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
|
||||||
<branch module="gexiv2/0.5/libgexiv2-0.5.0.tar.xz"
|
<branch module="gexiv2/0.7/gexiv2-0.7.0.tar.xz"
|
||||||
repo="yorba" version="0.5.0">
|
repo="ftp.gnome.org" version="0.7.0">
|
||||||
<patch file='gexiv2-libtool.patch' strip="1"/>
|
|
||||||
</branch>
|
</branch>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="exiv2"/>
|
<dep package="exiv2"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user