void-packages/srcpkgs/xfce4-weather-plugin/template
2024-12-19 09:45:22 +07:00

20 lines
781 B
Bash

# Template file for 'xfce4-weather-plugin'
pkgname=xfce4-weather-plugin
version=0.11.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config gettext xfce4-dev-tools automake libtool"
makedepends="libxfce4ui-devel xfce4-panel-devel libxml2-devel libsoup3-devel
json-c-devel upower-devel"
depends="hicolor-icon-theme"
short_desc="XFCE panel plugin to show temperature and weather"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=002d1fe63906d2f3a012f3cb58cceff1dfbcc466759e36c76d3b03dd01c0dc57
lib32disabled=yes
pre_configure() {
autoreconf -f
}