libgweather: update to 3.8.0 (soname bump).
This commit is contained in:
parent
6e16eddbf4
commit
d55f52375e
3 changed files with 9 additions and 15 deletions
|
@ -524,7 +524,6 @@ libart_lgpl_2.so.2 libart-2.3.20_1
|
||||||
libgnomecanvas-2.so.0 libgnomecanvas-2.30.1_1
|
libgnomecanvas-2.so.0 libgnomecanvas-2.30.1_1
|
||||||
libgnomecanvasmm-2.6.so.1 libgnomecanvasmm-2.26.0_1
|
libgnomecanvasmm-2.6.so.1 libgnomecanvasmm-2.26.0_1
|
||||||
libgnome-keyring.so.0 libgnome-keyring-3.0.0_1
|
libgnome-keyring.so.0 libgnome-keyring-3.0.0_1
|
||||||
libgweather-3.so.0 libgweather-2.91.6_1
|
|
||||||
libical.so.0 libical-0.44_1
|
libical.so.0 libical-0.44_1
|
||||||
libicalss.so.0 libical-0.44_1
|
libicalss.so.0 libical-0.44_1
|
||||||
libicalvcal.so.0 libical-0.44_1
|
libicalvcal.so.0 libical-0.44_1
|
||||||
|
@ -1069,7 +1068,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
|
libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||||
libgnome-desktop-3.so.7 gnome-desktop-3.8.0_1
|
libgnome-desktop-3.so.7 gnome-desktop-3.8.0_1
|
||||||
libsecret-1.so.0 libsecret-0.10_1
|
libsecret-1.so.0 libsecret-0.10_1
|
||||||
libgweather-3.so.1 libgweather-3.6.0_1
|
libgweather-3.so.3 libgweather-3.8.0_1
|
||||||
libgnomekbd.so.8 libgnomekbd-3.6.0_1
|
libgnomekbd.so.8 libgnomekbd-3.6.0_1
|
||||||
libgnomekbdui.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
|
libibus-1.0.so.5 ibus-1.4.99.20120917_1
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
# Template file for 'libgweather-devel'.
|
# Template file for 'libgweather-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel gdk-pixbuf-devel gtk+3-devel libxml2-devel
|
depends="gdk-pixbuf-devel gtk+3-devel libxml2-devel
|
||||||
libsoup-devel ${sourcepkg}-${version}_${revision}"
|
libsoup-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'libgweather'
|
# Template file for 'libgweather'
|
||||||
pkgname=libgweather
|
pkgname=libgweather
|
||||||
version=3.6.2
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile
|
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.2
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
libsoup-gnome-devel gobject-introspection"
|
makedepends="libxml2-devel libsoup-gnome-devel gtk+3-devel>=3.8.0"
|
||||||
fulldepends="gnome-icon-theme"
|
fulldepends="gnome-icon-theme"
|
||||||
short_desc="Weather information access library"
|
short_desc="GNOME Weather information access library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.gnome.org/"
|
homepage="http://www.gnome.org/"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=0f2aeff290751590ca51e806c3d09054bf87b86b63b89f5179043a9b3fa8a0b0
|
checksum=c1578dc0ba696e447a3e5bf1b814e1707edd2e1cd460ba8370f8b44f66e04306
|
||||||
long_desc="
|
long_desc="
|
||||||
libgweather is a library to access weather information from online
|
libgweather is a library to access weather information from online
|
||||||
services for numerous locations."
|
services for numerous locations."
|
||||||
|
|
Loading…
Reference in a new issue