diff --git a/srcpkgs/libgweather/libgweather-devel.template b/srcpkgs/libgweather/libgweather-devel.template index d15d5f7562..aef975d2ed 100644 --- a/srcpkgs/libgweather/libgweather-devel.template +++ b/srcpkgs/libgweather/libgweather-devel.template @@ -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} diff --git a/srcpkgs/libgweather/libgweather.rshlibs b/srcpkgs/libgweather/libgweather.rshlibs index 0d2b4dae7a..a925ec7c45 100644 --- a/srcpkgs/libgweather/libgweather.rshlibs +++ b/srcpkgs/libgweather/libgweather.rshlibs @@ -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 diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index 65ea68b9b0..5554e311d1 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -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 " 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"