libgweather: update to 3.6.1.
This commit is contained in:
parent
d61d594ea3
commit
bd4ffc0801
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgweather-devel'.
|
||||
#
|
||||
depends="glib-devel gdk-pixbuf-devel gtk+3-devel libxml2-devel
|
||||
libsoup-devel libgweather>=${version}"
|
||||
libsoup-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
libm.so.6
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libxml2.so.2
|
||||
libsoup-gnome-2.4.so.1
|
||||
libsoup-2.4.so.1
|
||||
|
|
|
@ -1,22 +1,20 @@
|
|||
# Template file for 'libgweather'
|
||||
pkgname=libgweather
|
||||
version=3.6.0
|
||||
version=3.6.1
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile
|
||||
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
|
||||
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
|
||||
makedepends="pkg-config intltool libxml2-devel gtk+3-devel>=3.6.0_2
|
||||
libsoup-gnome-devel gobject-introspection"
|
||||
libsoup-gnome-devel gobject-introspection"
|
||||
fulldepends="gnome-icon-theme"
|
||||
short_desc="Weather information access library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=93c9ef9bba3feb559c02b860909915fa9ffc7c08b4789a825939236e3e84b676
|
||||
checksum=3cc56ebb76f43fa56fa5a34f6457a902b7beeac48d1216d96b37ea9da827641e
|
||||
long_desc="
|
||||
libgweather is a library to access weather information from online
|
||||
services for numerous locations."
|
||||
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in New Issue