# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gtk-engines2 kde-functions need-qt 3 DESCRIPTION="Use your Qt themes with your GTK applications" HOMEPAGE="http://www.freedesktop.org/Software/gtk-qt" SRC_URI="http://www.freedesktop.org/Software/gtk-qt/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="arts" DEPEND="${DEPEND} >=x11-themes/qtpixmap-0.27" src_compile() { local myconf if ! use arts; then myconf="${myconf} --without-arts" else myconf="${myconf} --with-arts" fi gtk-engines2_src_compile } src_install() { gtk-engines2_src_install }