From 3fbeabeba767ac2f97bad10ce6ca30c4c1db346b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 9 Jan 2010 01:44:15 +0100 Subject: [PATCH] Added xfce4-weather-plugin-0.7.2 build template. --HG-- extra : convert_revision : 2b9af40a35ada81d4d9ab8fa2dcf142a6e35e0fe --- srcpkgs/xfce4-weather-plugin/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/xfce4-weather-plugin/template diff --git a/srcpkgs/xfce4-weather-plugin/template b/srcpkgs/xfce4-weather-plugin/template new file mode 100644 index 0000000000..a9ef0053f6 --- /dev/null +++ b/srcpkgs/xfce4-weather-plugin/template @@ -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 " +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