diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-11-19 05:08:41 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-11-19 05:08:41 +0000 |
commit | 93caeffd3a211eec7c1c21558cf907716121e267 (patch) | |
tree | 69e5e97473c9b9c930d0cb4a18e63be74eea0338 /x11-plugins/desklet-goodweather | |
parent | First import (diff) | |
download | historical-93caeffd3a211eec7c1c21558cf907716121e267.tar.gz historical-93caeffd3a211eec7c1c21558cf907716121e267.tar.bz2 historical-93caeffd3a211eec7c1c21558cf907716121e267.zip |
First import
Diffstat (limited to 'x11-plugins/desklet-goodweather')
4 files changed, 55 insertions, 1 deletions
diff --git a/x11-plugins/desklet-goodweather/Manifest b/x11-plugins/desklet-goodweather/Manifest index cfa01f95a434..3e4e214064ac 100644 --- a/x11-plugins/desklet-goodweather/Manifest +++ b/x11-plugins/desklet-goodweather/Manifest @@ -1,2 +1,4 @@ -MD5 2535227ee77be4592c2aeda47aac7997 desklet-goodweather-0.1.ebuild 1077 +MD5 bef746acd2ce94d658930d70ce06fabc desklet-goodweather-0.1.ebuild 1168 +MD5 49332a594018fc77a5e388b65981a419 ChangeLog 528 +MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 MD5 94933605b5946fff6c500ecd9d4cdefd files/digest-desklet-goodweather-0.1 69 diff --git a/x11-plugins/desklet-goodweather/desklet-goodweather-0.1.ebuild b/x11-plugins/desklet-goodweather/desklet-goodweather-0.1.ebuild new file mode 100644 index 000000000000..6364988729eb --- /dev/null +++ b/x11-plugins/desklet-goodweather/desklet-goodweather-0.1.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.1.ebuild,v 1.1 2003/11/19 05:08:19 obz Exp $ + +DESKLET_NAME="GoodWeather" + +MY_P=${DESKLET_NAME}-${PV} +S=${WORKDIR}/${MY_P} + +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" + +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.1 b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.1 new file mode 100644 index 000000000000..094894e97f38 --- /dev/null +++ b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.1 @@ -0,0 +1 @@ +MD5 035ad488e7385ee4aacacc96ab8a283c GoodWeather-0.1.tar.bz2 1459939 diff --git a/x11-plugins/desklet-goodweather/metadata.xml b/x11-plugins/desklet-goodweather/metadata.xml new file mode 100644 index 000000000000..d62df026be9a --- /dev/null +++ b/x11-plugins/desklet-goodweather/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<maintainer><email>obz@gentoo.org</email></maintainer> +</pkgmetadata> |