# $Id$ PNAME="guake" PVER="0.4.4" PBUILD="r1" PCAT="x11-terms" DESCRIPTION="Guake is a top-down terminal for Gnome like yakuake for KDE." HOMEPAGE="http://guake.org/" DEPEND=">= dev-libs/glib2-2.36 >= x11-libs/gtk2+-2.24 >= x11-libs/vte-0.28 >= sys-apps/dbus-1.6 >= dev-libs/dbus-glib-0.100 >= dev-python/dbus-python-1.2 >= x11-libs/libnotify-0.7 >= x11-misc/notification-daemon-0.5 >= dev-python/notify-python-1.1 >= gnome-base/gconf-2.32 >= dev-python/gconf-python-2.28" SDEPEND=">= dev-util/pkgconfig-0.25 >= dev-util/intltool-0.50" 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 }