summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-11-21 10:30:49 +0000
committerMike Gardiner <obz@gentoo.org>2003-11-21 10:30:49 +0000
commit3a73bcc3a1e139a763fb88f1193d5382f8c5797a (patch)
tree31b282e56285db7b6e65cbc47b9a6e0653d313d6 /x11-plugins
parentNew version, bugfix release (diff)
downloadhistorical-3a73bcc3a1e139a763fb88f1193d5382f8c5797a.tar.gz
historical-3a73bcc3a1e139a763fb88f1193d5382f8c5797a.tar.bz2
historical-3a73bcc3a1e139a763fb88f1193d5382f8c5797a.zip
New version, bugfix release
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/desklet-goodweather/Manifest5
-rw-r--r--x11-plugins/desklet-goodweather/desklet-goodweather-0.2.ebuild45
-rw-r--r--x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.21
3 files changed, 48 insertions, 3 deletions
diff --git a/x11-plugins/desklet-goodweather/Manifest b/x11-plugins/desklet-goodweather/Manifest
index 8674fe27d156..237ebb3152fc 100644
--- a/x11-plugins/desklet-goodweather/Manifest
+++ b/x11-plugins/desklet-goodweather/Manifest
@@ -1,7 +1,6 @@
MD5 1d0e5b45e5ea785e0617b189a2289f0b desklet-goodweather-0.1.ebuild 1175
-MD5 1e25d228c521cd29fbbde298b7d00ed2 .desklet-goodweather-0.2.ebuild.swp 12288
-MD5 152e8516efefc65f8632980bb65d7e58 ChangeLog 625
+MD5 3ba7984b8322bd885afae19998dec156 ChangeLog 766
MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213
-MD5 1d0e5b45e5ea785e0617b189a2289f0b desklet-goodweather-0.2.ebuild 1175
+MD5 7df429c801dd02bc1cd5893b7899755b desklet-goodweather-0.2.ebuild 1181
MD5 94933605b5946fff6c500ecd9d4cdefd files/digest-desklet-goodweather-0.1 69
MD5 c6fbd6570c0e4b66dac9fdf357aec002 files/digest-desklet-goodweather-0.2 69
diff --git a/x11-plugins/desklet-goodweather/desklet-goodweather-0.2.ebuild b/x11-plugins/desklet-goodweather/desklet-goodweather-0.2.ebuild
new file mode 100644
index 000000000000..c9e5b2ecccde
--- /dev/null
+++ b/x11-plugins/desklet-goodweather/desklet-goodweather-0.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-goodweather/desklet-goodweather-0.2.ebuild,v 1.1 2003/11/21 10:30:36 obz Exp $
+
+DESKLET_NAME="GoodWeather"
+
+MY_P=${DESKLET_NAME}-${PV}
+S=${WORKDIR}/${DESKLET_NAME}
+
+DESCRIPTION="A desklet producing weather forecasts for the coming week"
+SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2"
+HOMEPAGE="http://gdesklets.gnomedesktop.org/"
+LICENSE="as-is"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc"
+
+DEPEND=">=gnome-extra/gdesklets-core-0.24"
+
+DOCS="INSTALL README"
+
+src_install() {
+
+ SYS_PATH="/usr/share/gdesklets"
+ INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin"
+ dodir ${SYS_PATH}/{Sensors,Displays}
+
+ # first we install the Sensor
+ python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors
+
+ # and then the .displays
+ insinto ${SYS_PATH}/Displays/${DESKLET_NAME}
+ doins *.display
+
+ # and finally the graphics
+ cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME}
+
+ dodoc ${DOCS}
+
+ # the desklets unpack preserves permissions of the archive
+ chown -R root:root ${D}${SYS_PATH}/Sensors/${DESKLET_NAME}
+
+}
+
diff --git a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.2 b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.2
new file mode 100644
index 000000000000..935b1b19b09a
--- /dev/null
+++ b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.2
@@ -0,0 +1 @@
+MD5 fd4e592c596b0b0bd16636953a5078c1 GoodWeather-0.2.tar.bz2 1461003