diff options
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.10.12.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.10.12.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-2.10.12.ebuild b/x11-libs/gtk+/gtk+-2.10.12.ebuild index dd7d82566309..6b9cb0d5f103 100644 --- a/x11-libs/gtk+/gtk+-2.10.12.ebuild +++ b/x11-libs/gtk+/gtk+-2.10.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.12.ebuild,v 1.1 2007/05/03 20:46:44 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.12.ebuild,v 1.2 2007/05/22 15:52:51 dang Exp $ inherit gnome.org flag-o-matic eutils autotools virtualx @@ -66,6 +66,9 @@ src_unpack() { # Optionalize xinerama support epatch "${FILESDIR}/${PN}-2.8.10-xinerama.patch" + # Make gtk-update-icon-cache check subdirs in it's update check + epatch "${FILESDIR}"/${PN}-2.10.11-update-icon-subdirs.patch + # use an arch-specific config directory so that 32bit and 64bit versions # dont clash on multilib systems has_multilib_profile && epatch "${FILESDIR}/${PN}-2.8.0-multilib.patch" |