summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild')
-rw-r--r--kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild16
1 files changed, 11 insertions, 5 deletions
diff --git a/kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild b/kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild
index e42b21fbed14..bcbe2ba983f2 100644
--- a/kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild
+++ b/kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild,v 1.1 2004/10/30 16:42:42 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksmoothdock/ksmoothdock-3.5.1.ebuild,v 1.1.1.1 2005/11/30 09:57:12 chriswhite Exp $
-inherit kde
-need-kde 3.2
+inherit kde eutils
DESCRIPTION="KSmoothDock is a dock program for KDE with smooth parabolic zooming."
HOMEPAGE="http://ksmoothdock.sourceforge.net"
@@ -11,7 +10,14 @@ SRC_URI="mirror://sourceforge/ksmoothdock/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+KEYWORDS="~amd64 ppc sparc x86"
IUSE=""
+need-kde 3.2
+
+src_unpack() {
+ kde_src_unpack
+
+ use arts || epatch ${FILESDIR}/${P}-configure-arts.patch
+}