diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-08-16 21:55:55 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-08-16 21:55:55 +0000 |
commit | 1645f86f3d77858705eb20725a1b3f27b9746359 (patch) | |
tree | ca88eb89359ffb24f56b23efe18441e6d61a3014 /x11-themes/alloy/alloy-0.5.2.ebuild | |
parent | version bump (diff) | |
download | historical-1645f86f3d77858705eb20725a1b3f27b9746359.tar.gz historical-1645f86f3d77858705eb20725a1b3f27b9746359.tar.bz2 historical-1645f86f3d77858705eb20725a1b3f27b9746359.zip |
satisfy gcc 3.4
Diffstat (limited to 'x11-themes/alloy/alloy-0.5.2.ebuild')
-rw-r--r-- | x11-themes/alloy/alloy-0.5.2.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-themes/alloy/alloy-0.5.2.ebuild b/x11-themes/alloy/alloy-0.5.2.ebuild index ebc3fe63516c..ec7548a6d655 100644 --- a/x11-themes/alloy/alloy-0.5.2.ebuild +++ b/x11-themes/alloy/alloy-0.5.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.1 2004/07/31 14:58:04 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.2 2004/08/16 21:55:55 carlo Exp $ -inherit kde +inherit kde eutils DESCRIPTION="A neat KDE style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)." HOMEPAGE="http://www.kde-look.org/content/show.php?content=10605" @@ -18,3 +18,9 @@ DEPEND=">=kde-base/kdebase-3.2 RDEPEND=">=kde-base/kdebase-3.2 >=x11-libs/qt-3.3.0" need-kde 3.2 + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/remove-extra-semicolon.patch +} |