Mac: Add ICU dependency
svn: r21691
This commit is contained in:
parent
af4e34c760
commit
f24e3c712d
@ -31,6 +31,8 @@
|
|||||||
href="http://exiv2.org/"/>
|
href="http://exiv2.org/"/>
|
||||||
<repository type="tarball" name="pythonware"
|
<repository type="tarball" name="pythonware"
|
||||||
href="http://effbot.org/downloads/"/>
|
href="http://effbot.org/downloads/"/>
|
||||||
|
<repository type='tarball' name='icu'
|
||||||
|
href='http://download.icu-project.org/files/'/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Special instructions:
|
Special instructions:
|
||||||
@ -75,7 +77,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<dep package="pygtk-extras"/>
|
<dep package="pygtk-extras"/>
|
||||||
<dep package="osmgpsmap-py"/>
|
<dep package="osmgpsmap-py"/>
|
||||||
<dep package="graphviz"/>
|
<dep package="graphviz"/>
|
||||||
<dep package="pyexiv2"/>
|
<dep package="pyicu"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<after>
|
<after>
|
||||||
<dep package="pyexiv2"/>
|
<dep package="pyexiv2"/>
|
||||||
@ -205,4 +207,18 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<branch module="Imaging-1.1.7.tar.gz" version="1.1.7" repo="pythonware"/>
|
<branch module="Imaging-1.1.7.tar.gz" version="1.1.7" repo="pythonware"/>
|
||||||
</distutils>
|
</distutils>
|
||||||
|
|
||||||
|
<autotools id='icu' autogen-sh='source/configure'
|
||||||
|
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
|
||||||
|
<branch repo='icu' version='50.1.2' checkoutdir='icu'
|
||||||
|
module='icu4c/50.1.2/icu4c-50_1_2-src.tgz'/>
|
||||||
|
</autotools>
|
||||||
|
|
||||||
|
<distutils id='pyicu'>
|
||||||
|
<branch version='1.5' repo='pymodules'
|
||||||
|
module='P/PyICU/PyICU-1.5.tar.gz'/>
|
||||||
|
<dependencies>
|
||||||
|
<dep package='icu'/>
|
||||||
|
</dependencies>
|
||||||
|
</distutils>
|
||||||
|
|
||||||
</moduleset>
|
</moduleset>
|
||||||
|
Loading…
Reference in New Issue
Block a user