# $Header$ PNAME="gtk-qt4-engine" PVER="1.1" PBUILD="r1" PCATEGORIE="x11-themes" STATE="unstable" DESCRIPTION="The GTK-Qt4 Theme Engine is a project allowing GTK to use Qt4 widget styles." HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk/" DEPEND=">= kde-base/kdebase4-4 >= 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 }