diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-05-26 03:27:16 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-05-26 03:27:16 +0000 |
commit | c689906967a74666db058c2e46f370b702cc4112 (patch) | |
tree | 26d55221fa2b360c90b54b60a2f0465ff2b276e4 /x11-plugins | |
parent | Initial commit (diff) | |
download | historical-c689906967a74666db058c2e46f370b702cc4112.tar.gz historical-c689906967a74666db058c2e46f370b702cc4112.tar.bz2 historical-c689906967a74666db058c2e46f370b702cc4112.zip |
Fixed the problem with gdesklets-core-0.35rc1
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-plugins')
4 files changed, 47 insertions, 2 deletions
diff --git a/x11-plugins/desklet-scweather/ChangeLog b/x11-plugins/desklet-scweather/ChangeLog index ee1784c1e82f..7d9502cd63c1 100644 --- a/x11-plugins/desklet-scweather/ChangeLog +++ b/x11-plugins/desklet-scweather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/desklet-scweather # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-scweather/ChangeLog,v 1.1 2005/05/26 03:00:40 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-scweather/ChangeLog,v 1.2 2005/05/26 03:27:16 nixphoeni Exp $ + +*desklet-scweather-0.1-r1 (26 May 2005) + + 26 May 2005; Joe Sapp <nixphoeni@gentoo.org> + +desklet-scweather-0.1-r1.ebuild: + Fixed the problem with gdesklets-core-0.35rc1 (and presumably future versions) *desklet-scweather-0.1 (26 May 2005) diff --git a/x11-plugins/desklet-scweather/Manifest b/x11-plugins/desklet-scweather/Manifest index 38c1a2e3132f..a8e394f1d477 100644 --- a/x11-plugins/desklet-scweather/Manifest +++ b/x11-plugins/desklet-scweather/Manifest @@ -1,4 +1,6 @@ +MD5 c6a4b952544f09b5b2dcd5522a47ff76 desklet-scweather-0.1-r1.ebuild 946 MD5 99c5658b8a80ad5d514d460c3a14c1ce desklet-scweather-0.1.ebuild 799 -MD5 0dd05e277cd52604196424ea32964907 ChangeLog 385 +MD5 37c54dbe76803573d45db40e181c7dd1 ChangeLog 591 MD5 6bdff92f19f48041cb28629b5174dae1 metadata.xml 162 MD5 664529ad95448d873ba06cdc877adb23 files/digest-desklet-scweather-0.1 67 +MD5 664529ad95448d873ba06cdc877adb23 files/digest-desklet-scweather-0.1-r1 67 diff --git a/x11-plugins/desklet-scweather/desklet-scweather-0.1-r1.ebuild b/x11-plugins/desklet-scweather/desklet-scweather-0.1-r1.ebuild new file mode 100644 index 000000000000..654bbd093297 --- /dev/null +++ b/x11-plugins/desklet-scweather/desklet-scweather-0.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-scweather/desklet-scweather-0.1-r1.ebuild,v 1.1 2005/05/26 03:27:16 nixphoeni Exp $ + +inherit gdesklets + +DESKLET_NAME="SC-Weather" + +MY_P="${DESKLET_NAME}-${PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A weather display using SideCandy for gDesklets" +HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=244" +SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +RDEPEND=">=gnome-extra/gdesklets-core-0.34.3" + +DOCS="README" + +src_unpack () +{ + + unpack ${A} + + mkdir ${S}/controls/IYahooWeather + mv ${S}/controls/*.py ${S}/controls/IYahooWeather/ + + # Fix the SideCandy issue in >0.35 + sed -i -e "s:<group id=\"slider\":<group id=\"slider\" width=\"5cm\":" ${S}/${DESKLET_NAME}/sc-weather.display + +} diff --git a/x11-plugins/desklet-scweather/files/digest-desklet-scweather-0.1-r1 b/x11-plugins/desklet-scweather/files/digest-desklet-scweather-0.1-r1 new file mode 100644 index 000000000000..4bab0de49140 --- /dev/null +++ b/x11-plugins/desklet-scweather/files/digest-desklet-scweather-0.1-r1 @@ -0,0 +1 @@ +MD5 71cf95809269af97810f2ab4f952085a SC-Weather-0.1.tar.bz2 379907 |