diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-27 14:07:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-27 14:07:55 +0000 |
commit | 1eb37369e638954e84f3a3131db5d41b693cd819 (patch) | |
tree | 9a2383aeaa48beece46af47e12b6e0d0e0ab3c8a /x11-themes | |
parent | fix inherit (diff) | |
download | historical-1eb37369e638954e84f3a3131db5d41b693cd819.tar.gz historical-1eb37369e638954e84f3a3131db5d41b693cd819.tar.bz2 historical-1eb37369e638954e84f3a3131db5d41b693cd819.zip |
fix inherit
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild index c3f321b5018d..34b08282020f 100644 --- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild +++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.1 2003/06/19 11:38:11 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.2 2003/06/27 14:07:55 vapier Exp $ -inherit kde-base || die "Can't inherit kde-base!" +inherit kde-base need-kde 3.1 MY_P="FusionX-Aqua-${PV}" S=${WORKDIR}/${MY_P} -DESCRIPTION="The stylish \"Fusion X Aqua\" theme for KDE 3.1. This was inspired by Max Rudberg's BBX appearance theme designed for use with Apple's OS X operating system." +DESCRIPTION="stylish \"Fusion X Aqua\" theme for KDE" HOMEPAGE="http://www.kdelook.org/content/show.php?content=5296" SRC_URI="http://www.kdelook.org/content/files/5296-${MY_P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -DEPEND="kde-base/kdebase" KEYWORDS="x86 ~ppc ~sparc ~alpha" +DEPEND="kde-base/kdebase" + src_compile(){ # nothing to compile, but don't want the eclass to try to compile anything return 0 @@ -45,5 +47,4 @@ pkg_postinst(){ einfo "execute the following command from a shell or the" einfo "KDE \"Run Command\" dialog:" einfo " kinstalltheme" - -}
\ No newline at end of file +} |