# $Header: /magellan-cvs/smage/gtk-qt-engine/gtk-qt-engine-0.8-r1.smage2,v 1.1 2008/08/17 09:50:43 niro Exp $ PNAME="gtk-qt-engine" PVER="0.8" PBUILD="r1" PCATEGORIE="x11-themes" STATE="unstable" DESCRIPTION="The GTK-Qt Theme Engine is a project allowing GTK to use Qt widget styles." HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk/" DEPEND=">= kde-base/kdebase-3 >= x11-libs/gtk2+-2.12 >= x11-themes/gtk-engines-2.14" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}" sminclude mbuild SRC_URI=( http://gtk-qt.ecs.soton.ac.uk/files/${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mconfigure --with-arts --disable-debug || die mmake || die } postinstall() { echo echo "To tell GTK to use the new theme engine," echo "run 'GTK styles and fonts' from the KDE control center." echo }