From 0441db3a3c2063cb5293d84b87470ab179c5a078 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 24 Jan 2015 09:00:13 +0100 Subject: [PATCH] libgweather: update to 3.14.3. --- srcpkgs/libgweather/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index fba56137482..aae5bbc94f3 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -1,6 +1,6 @@ # Template file for 'libgweather' pkgname=libgweather -version=3.14.2 +version=3.14.3 revision=1 build_style=gnu-configure build_options="gir" @@ -13,23 +13,23 @@ maintainer="Juan RP " license="LGPL-2.1" homepage="http://www.gnome.org/" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=aa0d03132fc6c446cf549df1d91e319e1abcc676f1d9f8bc1dc01f033dcff493 - +checksum=04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16bbbbf6b if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi libgweather-devel_package() { - depends="gdk-pixbuf-devel gtk+3-devel libxml2-devel - libsoup-devel>=2.46 ${sourcepkg}>=${version}_${revision}" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" 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 + if [ "$build_option_gir" ]; then + vmove usr/share/gir-1.0 + vmove usr/share/vala + fi } }