2010-04-12 21:02:56 +02:00
|
|
|
# Template file for 'libgweather'
|
|
|
|
pkgname=libgweather
|
2011-10-24 22:17:52 +02:00
|
|
|
version=3.2.1
|
|
|
|
homepage="http://www.gnome.org/"
|
2011-09-28 17:37:14 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-16 19:46:38 +02:00
|
|
|
configure_args="--disable-schemas-install
|
2010-04-12 21:02:56 +02:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
2011-03-01 09:11:36 +01:00
|
|
|
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=2
|
2010-04-12 21:02:56 +02:00
|
|
|
short_desc="Weather information access library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-24 22:17:52 +02:00
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=495f6d0f79947d6e601db3220360b1fcd6ae43608cd1571be5bcd5c05b7388d5
|
2010-04-12 21:02:56 +02:00
|
|
|
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"
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-12 21:02:56 +02:00
|
|
|
|
2011-11-14 18:12:47 +01:00
|
|
|
Add_dependency full gnome-icon-theme
|
2011-03-01 09:11:36 +01:00
|
|
|
|
2010-04-12 21:02:56 +02:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build libxml2-devel
|
2011-03-01 09:11:36 +01:00
|
|
|
Add_dependency build gtk+3-devel
|
2010-04-12 21:02:56 +02:00
|
|
|
Add_dependency build libsoup-devel
|
|
|
|
Add_dependency build libsoup-gnome-devel
|
2011-03-01 09:11:36 +01:00
|
|
|
Add_dependency build GConf-devel
|
2010-12-18 00:22:51 +01:00
|
|
|
|
2011-03-04 14:38:01 +01:00
|
|
|
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
|
|
|
|
}
|