diff --git a/srcpkgs/libgweather/libgweather-devel.template b/srcpkgs/libgweather/libgweather-devel.template index f9396e36dc..1bed113d0f 100644 --- a/srcpkgs/libgweather/libgweather-devel.template +++ b/srcpkgs/libgweather/libgweather-devel.template @@ -5,8 +5,12 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +Add_dependency run glib-devel +Add_dependency run gdk-pixbuf-devel Add_dependency run gtk+3-devel Add_dependency run GConf-devel +Add_dependency run libxml2-devel +Add_dependency run libsoup-devel Add_dependency run libgweather do_install() diff --git a/srcpkgs/libgweather/libgweather.rshlibs b/srcpkgs/libgweather/libgweather.rshlibs index bdf7901119..d596600ffb 100644 --- a/srcpkgs/libgweather/libgweather.rshlibs +++ b/srcpkgs/libgweather/libgweather.rshlibs @@ -2,21 +2,17 @@ libm.so.6 libgtk-3.so.0 libgdk-3.so.0 libatk-1.0.so.0 -libpangoft2-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 -libfreetype.so.6 -libfontconfig.so.1 libxml2.so.2 libsoup-gnome-2.4.so.1 libsoup-2.4.so.1 libgio-2.0.so.0 libgobject-2.0.so.0 libgmodule-2.0.so.0 -libgthread-2.0.so.0 librt.so.1 libgconf-2.so.4 libglib-2.0.so.0 diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index 80c3d816f7..6525c7d932 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -1,17 +1,16 @@ # Template file for 'libgweather' pkgname=libgweather -version=3.2.1 +version=3.4.1 homepage="http://www.gnome.org/" -distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz" +distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas --enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo" -revision=2 short_desc="Weather information access library" maintainer="Juan RP " license="LGPL-2.1" -checksum=495f6d0f79947d6e601db3220360b1fcd6ae43608cd1571be5bcd5c05b7388d5 +checksum=ee9c4d09f33ae2b066dd1e696aa3e483a689cba6d63bcd388cc2ef95df9b1b60 long_desc=" libgweather is a library to access weather information from online services for numerous locations." @@ -29,9 +28,9 @@ Add_dependency build gtk+3-devel Add_dependency build libsoup-devel Add_dependency build libsoup-gnome-devel Add_dependency build GConf-devel +Add_dependency build gobject-introspection -post_install() -{ +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