diff options
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.2.1.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-2.2.1.ebuild b/x11-libs/gtk+/gtk+-2.2.1.ebuild index 933397d711a5..9dddfad04824 100644 --- a/x11-libs/gtk+/gtk+-2.2.1.ebuild +++ b/x11-libs/gtk+/gtk+-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.9 2003/03/04 21:34:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.10 2003/03/08 18:33:03 foser Exp $ inherit eutils libtool flag-o-matic @@ -36,6 +36,8 @@ src_unpack() { cd ${S}; epatch ${FILESDIR}/gtk+-wm.patch # beautifying patch for disabled icons epatch ${FILESDIR}/${P}-disable_icons_smooth_alpha.patch + # toolbar UI fix (http://bugzilla.gnome.org/show_bug.cgi?id=55393) + epatch ${FILESDIR}/${PN}-2.2-toolbar_improved_looks_fix.patch if [ "${ARCH}" == "ppc" ] then |