23 lines
843 B
Text
23 lines
843 B
Text
# Template file for 'xfce4-weather-plugin'
|
|
pkgname=xfce4-weather-plugin
|
|
version=0.8.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="gtk+-devel libxfce4ui-devel xfce4-panel-devel libxml2-devel"
|
|
short_desc="XFCE panel plagin to show temperature and weather"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
|
|
license="GPL-2"
|
|
distfiles="http://archive.se.xfce.org/src/panel-plugins/${pkgname}/0.8/${pkgname}-${version}.tar.bz2"
|
|
checksum=a03a001065afdd8a167a44b96885d70013290b88d82e7deec45a2d294411077d
|
|
long_desc="
|
|
This panel plugin shows the current temperature and weather condition,
|
|
using weather data provided by xoap.weather.com."
|
|
|
|
xfce4-weather-plugin_package() {
|
|
depends="hicolor-icon-theme"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|