# $Id$ PNAME="libnotify" PVER="0.7.3" PBUILD="r1" PCATEGORIE="x11-libs" STATE="unstable" DESCRIPTION="Notifications library." HOMEPAGE="http://developer.gnome.org/notification-spec/" DEPEND=">= dev-libs/glib2-2.28 >= x11-libs/gdk-pixbuf-2.22 >= dev-libs/dbus-glib-0.92" SDEPEND=">= dev-util/pkgconfig-0.25" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( gnome://${PNAME}/${PVER%.*}/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-gtk3-tests.patch ) UP2DATE="updatecmd_gnome ${PNAME}" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # make gtk3 tests conditional mpatch ${PNAME}-${PVER}-gtk3-tests.patch || die mautoreconf || die }