packages/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.exheres-0 (583B) - raw
1 # Copyright 2011 Dan Callaghan <djc@djc.id.au> 2 # Distributed under the terms of the GNU General Public License v2 3 4 require xfce [ module=panel-plugins ] 5 6 SUMMARY="XFCE panel plugin to show the current temperature and weather condition" 7 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/${PN}" 8 9 SLOT="0" 10 PLATFORMS="~x86 ~amd64" 11 12 DEPENDENCIES=" 13 build+run: 14 x11-libs/gtk+:2[>=2.6] 15 xfce-base/libxfce4util[>=4.3.90.2] 16 xfce-base/libxfcegui4[>=4.3.90.2] 17 xfce-base/xfce4-panel[>=4.3.99.1] 18 dev-libs/libxml2[>=2.4] 19 " 20 21 BUGS_TO="djc@djc.id.au" 22