Date: Monday, December 14, 2009 @ 12:47:32
  Author: ibiru
Revision: 61265

upgpkg: empathy 2.28.2-1
    update to 2.28.2

Modified:
  empathy/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2009-12-14 17:16:16 UTC (rev 61264)
+++ PKGBUILD    2009-12-14 17:47:32 UTC (rev 61265)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Biru Ionut <io...@archlinux.ro>
 pkgname=empathy
-pkgver=2.28.1.2
+pkgver=2.28.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' 'gnome-panel>=2.28.0' 'telepathy-mission-control>=5.3.1' 
'telepathy-farsight>=0.0.11'
-         'libcanberra' 'libnotify' 'libunique>=1.1.2' 'libwebkit>=1.1.15.1')
+depends=('iso-codes' 'gnome-panel>=2.28.0' 'telepathy-mission-control>=5.3.1' 
'telepathy-farsight>=0.0.12'
+         'libcanberra' 'libnotify' 'libunique>=1.1.2' 'libwebkit>=1.1.15.4')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils>=0.18.0')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
             'telepathy-butterfly: MSN support'
@@ -22,15 +22,15 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.28/$pkgname-$pkgver.tar.gz)
 
 build() {
-    # Build and install
-    cd $srcdir/$pkgname-$pkgver
+    cd "$srcdir/$pkgname-$pkgver"
 
     ./configure --prefix=/usr \
        --sysconfdir=/etc  \
         --libexecdir=/usr/lib/empathy \
-       --enable-shave
+       --enable-shave \
+       --disable-schemas-install
     make || return 1
-    make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install || 
return 1 
+    make DESTDIR=$pkgdir install || return 1
 
     # Merge schemas file in a single file and remove trash
     mkdir -p $pkgdir/usr/share/gconf/schemas
@@ -38,4 +38,4 @@
         $pkgdir/etc/gconf/schemas/*.schemas
     rm -rf $pkgdir/etc/gconf
 }
-md5sums=('87c1455787f06fe3720e1c9e34da57a3')
+md5sums=('af4ac36f8162810dc97423d5cf1137fd')

Reply via email to