dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit e61f19c55d6d55c5ec4d9b414e3f7c00d40f41e0
parent a138af4457e4e61696afccd695703cbb9fa047c0
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 19 Jun 2011 15:24:05 +1000

xfce4-weather-plugin

Diffstat:
Apackages/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.exheres-0 | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/packages/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.exheres-0 b/packages/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.exheres-0
@@ -0,0 +1,22 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require xfce [ module=panel-plugins ]
+
+SUMMARY="XFCE panel plugin to show the current temperature and weather condition"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/${PN}"
+
+SLOT="0"
+PLATFORMS="~x86 ~amd64"
+
+DEPENDENCIES="
+    build+run:
+        x11-libs/gtk+:2[>=2.6]
+        xfce-base/libxfce4util[>=4.3.90.2]
+        xfce-base/libxfcegui4[>=4.3.90.2]
+        xfce-base/xfce4-panel[>=4.3.99.1]
+        dev-libs/libxml2[>=2.4]
+"
+
+BUGS_TO="djc@djc.id.au"
+