27 lines
907 B
Text
27 lines
907 B
Text
|
# 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
|