From e484223d05f9f5b06bd305cf80a84a8f38c59dbb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 May 2013 22:55:46 +0200 Subject: [PATCH] libgweather: update to 3.8.2. --- srcpkgs/libgweather/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index 19499831e6..d6b4277fd3 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -1,6 +1,6 @@ # Template file for 'libgweather' pkgname=libgweather -version=3.8.1 +version=3.8.2 revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile @@ -13,7 +13,7 @@ maintainer="Juan RP " license="LGPL-2.1" homepage="http://www.gnome.org/" distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz" -checksum=4649f51a881ec375853a782ec1cd279f242baa4b6c1b9ebe09614ac65dd6081a +checksum=b053c1328d756a6c653e44464b7a41bec451752fa9686ade32e2e4c6e2a6deb5 long_desc=" libgweather is a library to access weather information from online services for numerous locations." @@ -21,7 +21,7 @@ long_desc=" libgweather-devel_package() { depends="gdk-pixbuf-devel gtk+3-devel libxml2-devel libsoup-devel ${sourcepkg}-${version}_${revision}" - short_desc="${short_desc} - development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig @@ -33,6 +33,6 @@ libgweather-devel_package() { libgweather_package() { depends="gnome-icon-theme" pkg_install() { - vmove usr + vmove all } }