libgweather: update to 3.6.0 (SONAME bump).

This commit is contained in:
Juan RP 2012-09-25 16:21:09 +02:00
parent 3bc75b6327
commit f086985eac
4 changed files with 11 additions and 21 deletions

View File

@ -1031,3 +1031,4 @@ 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.4 gnome-desktop-3.6.0_1
libsecret-1.so.0 libsecret-0.10_1
libgweather-3.so.1 libgweather-3.6.0_1

View File

@ -1,13 +1,12 @@
# Template file for 'libgweather-devel'.
#
depends="glib-devel gdk-pixbuf-devel gtk+3-devel GConf-devel libxml2-devel libsoup-devel libgweather>=3.4.1"
depends="glib-devel gdk-pixbuf-devel gtk+3-devel libxml2-devel
libsoup-devel libgweather>=${version}"
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() {

View File

@ -12,6 +12,5 @@ libsoup-gnome-2.4.so.1
libsoup-2.4.so.1
libgio-2.0.so.0
libgobject-2.0.so.0
libgconf-2.so.4
libglib-2.0.so.0
libc.so.6

View File

@ -1,31 +1,22 @@
# Template file for 'libgweather'
pkgname=libgweather
version=3.4.1
revision=3
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
version=3.6.0
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-install
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
configure_args="--disable-schemas-compile
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
makedepends="pkg-config intltool libxml2-devel gtk+3-devel libsoup-devel libsoup-gnome-devel GConf-devel gobject-introspection"
makedepends="pkg-config intltool libxml2-devel gtk+3-devel>=3.6.0_2
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"
checksum=ee9c4d09f33ae2b066dd1e696aa3e483a689cba6d63bcd388cc2ef95df9b1b60
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=93c9ef9bba3feb559c02b860909915fa9ffc7c08b4789a825939236e3e84b676
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"
subpackages="$pkgname-devel"
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
}