libgweather: update to 3.2.1.
This commit is contained in:
parent
34b6c2c391
commit
2636aa756d
2 changed files with 4 additions and 7 deletions
|
@ -5,12 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run intltool
|
||||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run libxml2-devel
|
||||
Add_dependency run libsoup-devel
|
||||
Add_dependency run libsoup-gnome-devel
|
||||
Add_dependency run GConf-devel
|
||||
Add_dependency run libgweather
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'libgweather'
|
||||
pkgname=libgweather
|
||||
version=3.2.0
|
||||
version=3.2.1
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-install
|
||||
|
@ -8,7 +9,8 @@ configure_args="--disable-schemas-install
|
|||
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
|
||||
short_desc="Weather information access library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=7fdae4aad787759ed0d0124d66991311a24c8c9a3c9a46c56f62e4cc4575aea9
|
||||
license="LGPL-2.1"
|
||||
checksum=495f6d0f79947d6e601db3220360b1fcd6ae43608cd1571be5bcd5c05b7388d5
|
||||
long_desc="
|
||||
libgweather is a library to access weather information from online
|
||||
services for numerous locations."
|
||||
|
|
Loading…
Reference in a new issue