22 lines
834 B
Bash
22 lines
834 B
Bash
# Template file for 'xfce4-weather-plugin'
|
|
pkgname=xfce4-weather-plugin
|
|
version=0.11.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-locales-dir=/usr/share/locale"
|
|
hostmakedepends="pkg-config intltool xfce4-dev-tools gettext-devel"
|
|
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=65d40aff7863550858a9f9d2b6054f27c69a3e7e712991785987f9a73bba876b
|
|
lib32disabled=yes
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|