From 06f8b668f5f9fcd9059f5b7a21125e965d306d8d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Sep 2013 15:12:10 +0200 Subject: [PATCH] libgweather: update to 3.10.0 (soname bump). --- common/shlibs | 2 +- srcpkgs/libgweather/template | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 459a3e2304f..f66733bc5fb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index d6b4277fd3d..17f7f29577f 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -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 " 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 } }