# $Id$ PNAME="guake" PVER="0.4.2" PBUILD="r1" PCATEGORIE="gnome-base" STATE="unstable" DESCRIPTION="Guake is a top-down terminal for Gnome like yakuake for KDE." HOMEPAGE="http://guake.org/" DEPEND=">= dev-libs/glib2-2.22 >= x11-libs/gtk2+-2.18 >= x11-libs/vte-0.24 >= sys-apps/dbus-1.3 >= dev-libs/dbus-glib-0.82 >= dev-python/dbus-python-0.83 >= x11-libs/libnotify-0.4.5 >= x11-misc/notification-daemon-0.4.0 >= dev-python/notify-python-1.1 >= gnome-base/gconf-2.28 >= dev-python/gconf-python-2.28" SDEPEND=">= dev-util/pkgconfig-0.23 >= dev-util/intltool-0.40" sminclude gnome2 SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" SRC_URI=( http://guake.org/files/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE}/files/ | lasttarball gz" src_compile() { cd ${SRCDIR} gn2_configure --disable-static --enable-nls || die mmake || die }