libgweather: update to 3.10.0 (soname bump).

This commit is contained in:
Juan RP 2013-09-26 15:12:10 +02:00
parent 8c1e272b9e
commit 06f8b668f5
2 changed files with 7 additions and 6 deletions

View File

@ -1094,7 +1094,7 @@ libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.0.0_1
libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.0.0_1
libgnome-desktop-3.so.7 gnome-desktop-3.8.0_1
libsecret-1.so.0 libsecret-0.10_1
libgweather-3.so.3 libgweather-3.8.0_1
libgweather-3.so.6 libgweather-3.10.0_1
libgnomekbd.so.8 libgnomekbd-3.6.0_1
libgnomekbdui.so.8 libgnomekbd-3.6.0_1
libibus-1.0.so.5 ibus-1.4.99.20120917_1

View File

@ -1,19 +1,18 @@
# Template file for 'libgweather'
pkgname=libgweather
version=3.8.2
version=3.10.0
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="libxml2-devel libsoup-gnome-devel gtk+3-devel>=3.8.0
gnome-icon-theme"
makedepends="libxml2-devel libsoup-gnome-devel gtk+3-devel>=3.10 vala-devel gnome-icon-theme"
short_desc="GNOME Weather information access library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=b053c1328d756a6c653e44464b7a41bec451752fa9686ade32e2e4c6e2a6deb5
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=4feab6e5c6eb4df85e7d134982a18a6196e63bc8179cfe5a25fc727482c52996
long_desc="
libgweather is a library to access weather information from online
services for numerous locations."
@ -25,8 +24,10 @@ libgweather-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
vmove usr/share/vala
}
}