summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2007-02-22 10:36:23 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2007-02-22 10:36:23 +0000
commitd9cc997d8723e83fd6f714325b5510b858c70021 (patch)
treecf0110ee42e78a0ec0d949baf06f85d1fed34817 /x11-themes/lipstik/lipstik-2.2.2.ebuild
parentFix HOMEPAGE (diff)
downloadgentoo-2-d9cc997d8723e83fd6f714325b5510b858c70021.tar.gz
gentoo-2-d9cc997d8723e83fd6f714325b5510b858c70021.tar.bz2
gentoo-2-d9cc997d8723e83fd6f714325b5510b858c70021.zip
* bump and closing bug #167368
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-themes/lipstik/lipstik-2.2.2.ebuild')
-rw-r--r--x11-themes/lipstik/lipstik-2.2.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/lipstik/lipstik-2.2.2.ebuild b/x11-themes/lipstik/lipstik-2.2.2.ebuild
new file mode 100644
index 000000000000..49378b14aba7
--- /dev/null
+++ b/x11-themes/lipstik/lipstik-2.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/lipstik-2.2.2.ebuild,v 1.1 2007/02/22 10:36:23 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=18223"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/${KLV}-${P}.tar.bz2"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+RESTRICT="nomirror ${RESTRICT}"
+
+need-kde 3.3
+
+src_unpack() {
+ kde_src_unpack
+ cd ${S} && epatch ${FILESDIR}/${PN}-2.2-lower_case.patch
+}