pkgsrc/devel/libgweather/Makefile
wiz 2e1eeef40c Update to 2.24.1:
libgweather 2.24.1
==================

libgweather

	* Make sure the returned strings are UTF-8 (Minoru Hashima, Dan)
	* Code cleanups (Dan)
	* Fix crash if a timezone in Locations.xml is not known (Dan)
	* Use the proxy settings (Dan)
	* Add weather_info_network_error() API to know the type of error
	  when getting the weather (Dan)

Locations.xml

	* Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are in
	  Mountain Time, not Central Time (Christopher Aillon)

Misc

	* Distribute gweather.defs so python bindings are buildable (Emilio
	  Pozuelo Monfort)
	* Add -lm to the build (Frederic Peters, Dan)

Translators

	* Alaksandar Navicki (be@latin)
	* Fábio Nogueira (pt_BR)
	* Vasiliy Faronov (ru)
	* Danishka Navin (si)
2008-10-24 22:27:10 +00:00

28 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/10/24 22:27:10 wiz Exp $
#
DISTNAME= libgweather-2.24.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.24/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Weather information access library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt
GCONF_SCHEMAS+= gweather.schemas
PKGCONFIG_OVERRIDE+= libgweather/gweather.pc.in
CONFLICTS+= gnome-applets<2.22.0
.include "../../devel/GConf/schemas.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"