Add modules for ICU

svn: r21271
This commit is contained in:
John Ralls 2013-02-01 20:25:35 +00:00
parent f0ed16a9eb
commit ef7ee8cb36

View File

@ -33,7 +33,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:
Gramps uses BerkeleyDB (BDB) via Python. BDB is normally included in Linux systems, but Apple prefers other mechanisms for data storage, so it isn't included on Macs. Gramps uses BerkeleyDB (BDB) via Python. BDB is normally included in Linux systems, but Apple prefers other mechanisms for data storage, so it isn't included on Macs.
@ -74,6 +75,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<dep package="osmgpsmap"/> <dep package="osmgpsmap"/>
<dep package="graphviz"/> <dep package="graphviz"/>
<dep package="pil"/> <dep package="pil"/>
<dep package='pyicu'/>
</dependencies> </dependencies>
<after> <after>
<dep package="pyexiv2"/> <dep package="pyexiv2"/>
@ -194,4 +196,18 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<branch module="sloonz/pil-py3k.git" repo="github"/> <branch module="sloonz/pil-py3k.git" repo="github"/>
</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>