Added xfce4-weather-plugin-0.7.2 build template.

--HG--
extra : convert_revision : 2b9af40a35ada81d4d9ab8fa2dcf142a6e35e0fe
This commit is contained in:
Juan RP 2010-01-09 01:44:15 +01:00
parent abae0c3e48
commit 3fbeabeba7

View file

@ -0,0 +1,26 @@
# Template file for 'xfce4-weather-plugin'
pkgname=xfce4-weather-plugin
version=0.7.2
distfiles="http://archive.xfce.org/src/panel-plugins/$pkgname/0.7/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="XFCE panel plagin to show temperature and weather"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=5b6cd44c7c04f32eaeeb725d4af75691f73575e02907e8e3b69bced8030151e6
long_desc="
This panel plugin shows the current temperature and weather condition,
using weather data provided by xoap.weather.com."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency run glibc
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency full hicolor-icon-theme
_deps="atk cairo fontconfig freetype glib pango gtk+ libxml2"
_deps="${_deps} xfce4-panel libxfce4util libxfcegui4"
for _dep_ in ${_deps}; do
Add_dependency run ${_dep_}
Add_dependency build ${_dep_}-devel
done