# $Id$ PNAME="ccsm" PVER="0.8.4" PBUILD="r1" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="Compizconfig Settings Manager." HOMEPAGE="http://www.compiz-fusion.org/" DEPEND=">= dev-python/compizconfig-python-${PVER} >= dev-python/pygtk-2.16 >= gnome-base/librsvg-2.26" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" # pull in gnome includes to update the gtk-icon-cache! sminclude gnome2 python SRC_URI=( http://releases.compiz-fusion.org/${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'" src_compile() { python_src_compile --prefix=/usr || die } src_install() { python_src_install --prefix=/usr || die }