summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston A. Elder <prez@gentoo.org>2003-05-04 01:22:19 +0000
committerPreston A. Elder <prez@gentoo.org>2003-05-04 01:22:19 +0000
commita6419af37fbad9dbb479d0daf89837ffc81ce2c4 (patch)
treefa2b32652e1e47f85fc9c64109c8d1fc8579158e /x11-plugins
parentStable for x86 (diff)
downloadgentoo-2-a6419af37fbad9dbb479d0daf89837ffc81ce2c4.tar.gz
gentoo-2-a6419af37fbad9dbb479d0daf89837ffc81ce2c4.tar.bz2
gentoo-2-a6419af37fbad9dbb479d0daf89837ffc81ce2c4.zip
Added Karamba Weather applet
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/karamba-weather/ChangeLog9
-rw-r--r--x11-plugins/karamba-weather/files/digest-karamba-weather-0.31
-rw-r--r--x11-plugins/karamba-weather/karamba-weather-0.3.ebuild37
3 files changed, 47 insertions, 0 deletions
diff --git a/x11-plugins/karamba-weather/ChangeLog b/x11-plugins/karamba-weather/ChangeLog
new file mode 100644
index 000000000000..67e28773ba54
--- /dev/null
+++ b/x11-plugins/karamba-weather/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/karamba-weather
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-weather/ChangeLog,v 1.1 2003/05/04 01:22:19 prez Exp $
+
+*karamba-weather-0.3 (03 May 2003)
+
+ 03 May 2003; Preston A. Elder <prez@gentoo.org> karamba-weather-0.3.ebuild:
+ Initial import.
+
diff --git a/x11-plugins/karamba-weather/files/digest-karamba-weather-0.3 b/x11-plugins/karamba-weather/files/digest-karamba-weather-0.3
new file mode 100644
index 000000000000..07df42dba86e
--- /dev/null
+++ b/x11-plugins/karamba-weather/files/digest-karamba-weather-0.3
@@ -0,0 +1 @@
+MD5 76606352a9c4a928520c37cb3271762b 5635-karamba_weather-0.3.tar.gz 291122
diff --git a/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild b/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild
new file mode 100644
index 000000000000..e33b7f0cacdf
--- /dev/null
+++ b/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild,v 1.1 2003/05/04 01:22:19 prez Exp $
+
+DESCRIPTION="Weather plugin for Karamba"
+HOMEPAGE="http://www.kdelook.org/content/show.php?content=5635"
+SRC_URI="http://www.kdelook.org/content/files/5635-karamba_weather-${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="|| (x11-misc/karamba-0.17 x11-misc/superkaramba-0.21)"
+
+src_unpack () {
+ unpack 5635-karamba_weather-${PV}.tar.gz
+ mv karamba_weather ${P}
+}
+
+src_compile () {
+ echo -n ""
+}
+
+src_install () {
+ dodir /usr/share/karamba/bin /usr/share/karamba/themes
+ cp k_weather.py ${D}/usr/share/karamba/bin
+ chmod 755 ${D}/usr/share/karamba/bin/k_weather.py
+
+ cp -r lcd ${D}/usr/share/karamba/themes/lcd_weather
+ cp -r wind_icons ${D}/usr/share/karamba/themes/lcd_weather
+ chmod -R go=u,go-w ${D}/usr/share/karamba/themes/lcd_weather
+
+ cp -r plain ${D}/usr/share/karamba/themes/plain_weather
+ cp -r wind_icons ${D}/usr/share/karamba/themes/plain_weather
+ chmod -R go=u,go-w ${D}/usr/share/karamba/themes/plain_weather
+
+ dodoc CHANGELOG README
+}