diff options
Diffstat (limited to 'x11-themes/lipstik/lipstik-2.2.ebuild')
-rw-r--r-- | x11-themes/lipstik/lipstik-2.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/lipstik/lipstik-2.2.ebuild b/x11-themes/lipstik/lipstik-2.2.ebuild new file mode 100644 index 000000000000..c0587118e6c2 --- /dev/null +++ b/x11-themes/lipstik/lipstik-2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/lipstik-2.2.ebuild,v 1.1 2006/02/12 15:44:24 voxus Exp $ + +inherit kde + +KLV=18223 +DESCRIPTION="Lipstik is a purified style with many options to tune your +desktop look" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}" +SRC_URI="http://www.kde-look.org/content/files/${KLV}-${P}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +RESTRICT="nomirror ${RESTRICT}" + +need-kde 3.3 + +src_unpack() { + kde_src_unpack + cd ${S} && epatch ${FILESDIR}/${P}-lower_case.patch +} |