[arch-commits] Commit in libgweather/gnome-unstable (2 files)

Jan de Groot jgc at archlinux.org
Wed Sep 9 10:33:24 UTC 2009


    Date: Wednesday, September 9, 2009 @ 06:33:24
  Author: jgc
Revision: 51509

Update to 2.27.92

Modified:
  libgweather/gnome-unstable/01_gettext_not_xml.patch
  libgweather/gnome-unstable/PKGBUILD

--------------------------+
 01_gettext_not_xml.patch |    2 +-
 PKGBUILD                 |    9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: 01_gettext_not_xml.patch
===================================================================
--- 01_gettext_not_xml.patch	2009-09-09 10:28:22 UTC (rev 51508)
+++ 01_gettext_not_xml.patch	2009-09-09 10:33:24 UTC (rev 51509)
@@ -179,7 +179,7 @@
      GWeatherTimezone *zone = NULL;
 -    char *id = NULL, *name = NULL;
 +    char *id = NULL, *name = NULL, *context = NULL;
-     int offset, dst_offset;
+     int offset = 0, dst_offset = 0;
      gboolean has_dst = FALSE;
  
 @@ -175,27 +176,34 @@

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-09 10:28:22 UTC (rev 51508)
+++ PKGBUILD	2009-09-09 10:33:24 UTC (rev 51509)
@@ -1,12 +1,13 @@
 # $Id$
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
+
 pkgname=libgweather
-pkgver=2.27.91
+pkgver=2.27.92
 pkgrel=1
 pkgdesc="Provides access to weather information from the net"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gconf>=2.27.0' 'libsoup-gnome>=2.27.91')
+depends=('gconf>=2.27.0' 'libsoup-gnome>=2.27.92')
 makedepends=('pkgconfig' 'intltool' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 conflicts=('gnome-applets<2.22.0')
@@ -14,8 +15,8 @@
 install=libgweather.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2
         01_gettext_not_xml.patch)
-sha256sums=('522ef2d80bdfb814244db9640aac8f2c95796b7170ab6e30005b3f18499fd97e'
-            'e98679fb27a2c523da5390f2865b9019ffc0e727ca018b177293702a3c242c94')
+sha256sums=('e35c974de22dbba5019eeb54b4177872f53fed4124106f7b57a6973e1b73e2ee'
+            'd01b9656fa89af6c6ec2424c9550d989e51755d352b48018489d8a6ea9b719ca')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list