summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2007-05-24 01:49:42 +0000
committerDawid Węgliński <cla@gentoo.org>2007-05-24 01:49:42 +0000
commita165e3445dea27adb7fafe7536ea55c5a4ec67ee (patch)
tree9bcebfec9e9a9c5d606c76c43a3aa5aa7f08b440 /kde-misc/light/light-0.1.ebuild
parentfixed (diff)
downloadartwork-overlay-a165e3445dea27adb7fafe7536ea55c5a4ec67ee.tar.gz
artwork-overlay-a165e3445dea27adb7fafe7536ea55c5a4ec67ee.tar.bz2
artwork-overlay-a165e3445dea27adb7fafe7536ea55c5a4ec67ee.zip
light superkaramba applet
svn path=/; revision=4
Diffstat (limited to 'kde-misc/light/light-0.1.ebuild')
-rw-r--r--kde-misc/light/light-0.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-misc/light/light-0.1.ebuild b/kde-misc/light/light-0.1.ebuild
new file mode 100644
index 0000000..51bf342
--- /dev/null
+++ b/kde-misc/light/light-0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_P=${PN/l/L}
+DESCRIPTION="Superkaramba theme and desktop applet for displaying system status"
+HOMEPAGE="http://www.kde-look.org/content/show.php/Light?content=51251"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/51251-${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=kde-base/superkaramba-3.5.5"
+RDEPEND="${DEPEND}"
+
+src_install(){
+ S="${WORKDIR}/${MY_P}"
+ cd ${S}
+ insinto /usr/share/themes/superkaramba/${MY_P}
+ doins *.png *.theme
+}