# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-2.8.8.ebuild,v 1.8 2007/07/02 13:52:36 peper Exp $ DESCRIPTION="Gtk+ 1/2 for emulation of 32bit x86 on amd64" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~herbs/emul/${P}.tar.bz2" HOMEPAGE="http://www.gentoo.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="-* amd64" IUSE="qt3" QA_EXECSTACK_amd64="emul/linux/x86/usr/lib/libgdk_pixbuf.so.2.0.0 emul/linux/x86/usr/lib/libgdk_pixbuf_xlib.so.2.0.0" S="${WORKDIR}" RDEPEND=">=app-emulation/emul-linux-x86-xlibs-2.0 >=app-emulation/emul-linux-x86-baselibs-2.5 qt3? ( >=app-emulation/emul-linux-x86-qtlibs-3.4.4 )" RESTRICT="strip" src_install() { # Avoid dep on qtlibs if qt support not required use !qt3 && rm -f "${WORKDIR}/emul/linux/x86/usr/lib/gtk-2.0/2.4.0/engines/libqtengine.so" cp -RPvf ${WORKDIR}/* ${D}/ doenvd ${FILESDIR}/50emul-linux-x86-gtklibs }