void-packages/srcpkgs/libgweather/template

32 lines
1.1 KiB
Plaintext

# Template file for 'libgweather'
pkgname=libgweather
version=3.4.1
revision=3
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-schemas-install
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
makedepends="pkg-config intltool libxml2-devel gtk+3-devel libsoup-devel libsoup-gnome-devel GConf-devel gobject-introspection"
fulldepends="gnome-icon-theme"
short_desc="Weather information access library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=ee9c4d09f33ae2b066dd1e696aa3e483a689cba6d63bcd388cc2ef95df9b1b60
long_desc="
libgweather is a library to access weather information from online
services for numerous locations."
gconf_schemas="gweather.schemas"
gtk_iconcache_dirs="/usr/share/icons/gnome"
subpackages="$pkgname-devel"
post_install() {
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname}-3.0 ${wrksrc}/*.schemas
}