# $Id$ PNAME="orbit" PVER="2.14.19" PBUILD="r3" PCAT="gnome-base" DESCRIPTION="A high-performance CORBA ORB (object request broker)." HOMEPAGE="http://www.gnome.org/" DEPEND=">= dev-libs/glib2-2.36 >= dev-libs/libidl-0.8.14" SDEPEND=">= dev-util/pkgconfig-0.25" SRCFILE="ORBit2-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/ORBit2-${PVER}" sminclude gnome2 SRC_URI=( gnome://ORBit2/${PVER%.*}/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-allow-deprecated.patch ) UP2DATE="updatecmd_gnome ORBit2" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # fix a ftbfs with newer glib2 (>=2.36) mpatch ${PNAME}-${PVER}-allow-deprecated.patch || die } src_compile() { cd ${SRCDIR} gn2_configure || die # do not use parallelmake, compilations takes a long time # with high cpu usage and it seems it comes to no end mmake -j1 || die }