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

Jan de Groot jgc at archlinux.org
Mon Jun 21 17:31:08 UTC 2010


    Date: Monday, June 21, 2010 @ 13:31:07
  Author: jgc
Revision: 83443

upgpkg: empathy 2.30.2-1
Update to 2.30.2

Modified:
  empathy/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-21 17:24:33 UTC (rev 83442)
+++ PKGBUILD	2010-06-21 17:31:07 UTC (rev 83443)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=empathy
-pkgver=2.30.1.1
+pkgver=2.30.2
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Empathy"
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control>=5.4.1' 'telepathy-farsight>=0.0.14' 'libcanberra' 'libnotify' 'libunique>=1.1.6' 'libwebkit>=1.2.1' 'evolution-data-server>=2.30.1')
+depends=('iso-codes' 'telepathy-mission-control>=5.4.1' 'telepathy-farsight>=0.0.14' 'libcanberra' 'libnotify' 'libunique>=1.1.6' 'libwebkit>=1.2.1' 'evolution-data-server>=2.30.2')
 makedepends=('pkg-config' 'intltool' 'gnome-doc-utils>=0.20.1' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
             'telepathy-butterfly: MSN support'
@@ -19,17 +19,17 @@
 groups=('gnome-extra')
 install=empathy.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('347c3e8ebaac0af5110a5b7b8c1869dd03dc3caa2eb57589dd1ff630f3073cb7')
+sha256sums=('e96846bafcedf39f9869d656031ba1c02c3568038e968db308ff07552e5024d7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
       --sysconfdir=/etc  \
       --libexecdir=/usr/lib/empathy \
-      --disable-schemas-install || return 1
-  make || return 1
+      --disable-schemas-install
+  make
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
-      DESTDIR="${pkgdir}" install || return 1
+      DESTDIR="${pkgdir}" install
 
   # Merge schemas file in a single file and remove trash
   mkdir -p "${pkgdir}/usr/share/gconf/schemas"




More information about the arch-commits mailing list