[arch-commits] Commit in libgweather/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Jun 22 07:22:45 UTC 2010


    Date: Tuesday, June 22, 2010 @ 03:22:45
  Author: ibiru
Revision: 83586

upgpkg: libgweather 2.30.2-1
update to 2.30.2

Modified:
  libgweather/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-22 07:22:25 UTC (rev 83585)
+++ PKGBUILD	2010-06-22 07:22:45 UTC (rev 83586)
@@ -2,37 +2,36 @@
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
 
 pkgname=libgweather
-pkgver=2.30.0
+pkgver=2.30.2
 pkgrel=1
 pkgdesc="Provides access to weather information from the net"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('gconf>=2.28.0' 'libsoup-gnome>=2.30.0' 'gnome-icon-theme')
+depends=('gconf>=2.28.1' 'libsoup-gnome>=2.30.1' 'gnome-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'gtk-doc')
 options=('!libtool' '!emptydirs')
-conflicts=('gnome-applets<2.22.0')
 url="http://www.gnome.org/"
 install=libgweather.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
         01_gettext_not_xml.patch)
-sha256sums=('25cd8976f98b79f7c336551bea7179a5b29027e95d3ba6a046c638422d440548'
+sha256sums=('dd98545cd4aaa2a856e62c9cc7822baf8d5f54bd277fd56ed8de6728dd61e312'
             '64c181675714a411c2bc31d254cf5ad4a128fba539839b41783540e978a1de20')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/01_gettext_not_xml.patch" || return 1
-  libtoolize --force || return 1
-  gtkdocize || return 1
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
+  patch -Np1 -i "${srcdir}/01_gettext_not_xml.patch"
+  libtoolize --force
+  gtkdocize
+  aclocal
+  autoconf
+  automake
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
-      --enable-locations-compression || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
+      --enable-locations-compression
+  make
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain libgweather ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain libgweather ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }




More information about the arch-commits mailing list